#0E589B

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

Shades of Cobalt #0E589B

Tints of Cobalt #0E589B

Color information

#0E589B (or 0x0E589B) is unknown color: approx Cobalt. HEX triplet: 0E, 58 and 9B. RGB value is (14,88,155). Sum of RGB (Red+Green+Blue) = 14+88+155=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E589B is #F1A764. Grayscale: #494949. Windows color (decimal): -15837029 or 10180622. OLE color: 10180622.

HSL color Cylindrical-coordinate representation of color #0E589B: hue angle of 208.51º 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 #0E589B is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1488155-
CMYK0.910.4300.39
HSL208.51º83.43%33.14%-
HSV(B)208.51º90.97%60.78%-
XYZ9.599.4432.33-
YUV73.51173.9885.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.45%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=5.45%
G=34.24%
B=60.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14881550.910.4300.39208.5183.4333.14
HexE589B5B2B027d15321
Octal161302331335304732112341
Binary111010110001001101110110111010110100111110100011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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