#0E599B

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

Shades of Cobalt #0E599B

Tints of Cobalt #0E599B

Color information

#0E599B (or 0x0E599B) is unknown color: approx Cobalt. HEX triplet: 0E, 59 and 9B. RGB value is (14,89,155). Sum of RGB (Red+Green+Blue) = 14+89+155=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E599B is #F1A664. Grayscale: #494949. Windows color (decimal): -15836773 or 10180878. OLE color: 10180878.

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

Color convert

RGB1489155-
CMYK0.910.4300.39
HSL208.09º83.43%33.14%-
HSV(B)208.09º90.97%60.78%-
XYZ9.679.632.35-
YUV74.1173.6585.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 155 (60.94% from 255) = 60.08%
R=5.43%
G=34.50%
B=60.08%

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
Decimal14891550.910.4300.39208.0983.4333.14
HexE599B5B2B027d05321
Octal161312331335304732012341
Binary111010110011001101110110111010110100111110100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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