#0E529A

Color #0E529A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0E529A

Tints of Cobalt #0E529A

Color information

#0E529A (or 0x0E529A) is unknown color: approx Cobalt. HEX triplet: 0E, 52 and 9A. RGB value is (14,82,154). Sum of RGB (Red+Green+Blue) = 14+82+154=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E529A is #F1AD65. Grayscale: #454545. Windows color (decimal): -15838566 or 10113550. OLE color: 10113550.

HSL color Cylindrical-coordinate representation of color #0E529A: hue angle of 210.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E529A is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1482154-
CMYK0.910.4700.40
HSL210.86º83.33%32.94%-
HSV(B)210.86º90.91%60.39%-
XYZ9.038.4631.73-
YUV69.88175.4788.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 154 (60.55% from 255) = 61.6%
R=5.6%
G=32.8%
B=61.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14821540.910.4700.40210.8683.3332.94
HexE529A5B2F028d35321
Octal161222321335705032312341
Binary111010100101001101010110111011110101000110100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E529A; }

 p { color: rgb(14,82,154); }

 H1.HeaderClassName
 {
   color: #0E529A;
 }
 .AnyTagClassName
 {
   color: #0E529A;
 }
</style>
background-color css

<style>
 a { background-color: #0E529A; }

 a { background-color: rgb(14,82,154); }

 div.DivClassName
 {
   background-color: #0E529A;
 }
 .BgClassName
 {
   background-color: #0E529A;
 }
</style>
border-color css

<style>
 span { border-color: #0E529A; }

 span { border-color: rgb(14,82,154); }

 td.TdClassName
 {
   border-color: #0E529A;
 }
 .TagClassName
 {
   border-color: #0E529A;
 }
</style>