#11569E

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

Shades of Cobalt #11569E

Tints of Cobalt #11569E

Color information

#11569E (or 0x11569E) is unknown color: approx Cobalt. HEX triplet: 11, 56 and 9E. RGB value is (17,86,158). Sum of RGB (Red+Green+Blue) = 17+86+158=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #11569E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11569E is #EEA961. Grayscale: #494949. Windows color (decimal): -15640930 or 10376721. OLE color: 10376721.

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

Color convert

RGB1786158-
CMYK0.890.4600.38
HSL210.64º80.57%34.31%-
HSV(B)210.64º89.24%61.96%-
XYZ9.739.2433.62-
YUV73.58175.6487.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=6.51%
G=32.95%
B=60.54%

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
Decimal17861580.890.4600.38210.6480.5734.31
Hex11569E592E026d35122
Octal211262361315604632312142
Binary1000110101101001111010110011011100100110110100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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