#0E579B

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

Shades of Cobalt #0E579B

Tints of Cobalt #0E579B

Color information

#0E579B (or 0x0E579B) is unknown color: approx Cobalt. HEX triplet: 0E, 57 and 9B. RGB value is (14,87,155). Sum of RGB (Red+Green+Blue) = 14+87+155=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E579B is #F1A864. Grayscale: #484848. Windows color (decimal): -15837285 or 10180366. OLE color: 10180366.

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

Color convert

RGB1487155-
CMYK0.910.4400.39
HSL208.94º83.43%33.14%-
HSV(B)208.94º90.97%60.78%-
XYZ9.519.2832.3-
YUV72.92174.3285.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.47%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=5.47%
G=33.98%
B=60.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14871550.910.4400.39208.9483.4333.14
HexE579B5B2C027d15321
Octal161272331335404732112341
Binary111010101111001101110110111011000100111110100011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,87,155); }

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

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

 a { background-color: rgb(14,87,155); }

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

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

 span { border-color: rgb(14,87,155); }

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