#11589E

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

Shades of Cobalt #11589E

Tints of Cobalt #11589E

Color information

#11589E (or 0x11589E) is unknown color: approx Cobalt. HEX triplet: 11, 58 and 9E. RGB value is (17,88,158). Sum of RGB (Red+Green+Blue) = 17+88+158=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #11589E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11589E is #EEA761. Grayscale: #4A4A4A. Windows color (decimal): -15640418 or 10377233. OLE color: 10377233.

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

Color convert

RGB1788158-
CMYK0.890.4400.38
HSL209.79º80.57%34.31%-
HSV(B)209.79º89.24%61.96%-
XYZ9.899.5733.67-
YUV74.75174.9886.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=6.46%
G=33.46%
B=60.08%

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
Decimal17881580.890.4400.38209.7980.5734.31
Hex11589E592C026d25122
Octal211302361315404632212142
Binary1000110110001001111010110011011000100110110100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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