#11559e

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

Shades of Cobalt #11559E

Tints of Cobalt #11559E

Color information

#11559E (or 0x11559E) is unknown color: approx Cobalt. HEX triplet: 11, 55 and 9E. RGB value is (17,85,158). Sum of RGB (Red+Green+Blue) = 17+85+158=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #11559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11559E is #EEAA61. Grayscale: #484848. Windows color (decimal): -15641186 or 10376465. OLE color: 10376465.

HSL color Cylindrical-coordinate representation of color #11559E: hue angle of 211.06º 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 #11559E is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1785158-
CMYK0.890.4600.38
HSL211.06º80.57%34.31%-
HSV(B)211.06º89.24%61.96%-
XYZ9.659.0833.59-
YUV72.99175.9788.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=6.54%
G=32.69%
B=60.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17851580.890.4600.38211.0680.5734.31
Hex11559E592E026d35122
Octal211252361315604632312142
Binary1000110101011001111010110011011100100110110100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11559e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11559e; }

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

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

<style>
 a { background-color: #11559e; }

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

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

<style>
 span { border-color: #11559e; }

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

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