#11599E

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

Shades of Cobalt #11599E

Tints of Cobalt #11599E

Color information

#11599E (or 0x11599E) is unknown color: approx Cobalt. HEX triplet: 11, 59 and 9E. RGB value is (17,89,158). Sum of RGB (Red+Green+Blue) = 17+89+158=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #11599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11599E is #EEA661. Grayscale: #4A4A4A. Windows color (decimal): -15640162 or 10377489. OLE color: 10377489.

HSL color Cylindrical-coordinate representation of color #11599E: hue angle of 209.36º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11599E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1789158-
CMYK0.890.4400.38
HSL209.36º80.57%34.31%-
HSV(B)209.36º89.24%61.96%-
XYZ9.989.7333.7-
YUV75.34174.6586.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=6.44%
G=33.71%
B=59.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17891580.890.4400.38209.3680.5734.31
Hex11599E592C026d15122
Octal211312361315404632112142
Binary1000110110011001111010110011011000100110110100011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11599E; }

 p { color: rgb(17,89,158); }

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

<style>
 a { background-color: #11599E; }

 a { background-color: rgb(17,89,158); }

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

<style>
 span { border-color: #11599E; }

 span { border-color: rgb(17,89,158); }

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