#11529E

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

Shades of Cobalt #11529E

Tints of Cobalt #11529E

Color information

#11529E (or 0x11529E) is unknown color: approx Cobalt. HEX triplet: 11, 52 and 9E. RGB value is (17,82,158). Sum of RGB (Red+Green+Blue) = 17+82+158=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #11529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11529E is #EEAD61. Grayscale: #464646. Windows color (decimal): -15641954 or 10375697. OLE color: 10375697.

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

Color convert

RGB1782158-
CMYK0.890.4800.38
HSL212.34º80.57%34.31%-
HSV(B)212.34º89.24%61.96%-
XYZ9.428.6233.52-
YUV71.23176.9789.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=6.61%
G=31.91%
B=61.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17821580.890.4800.38212.3480.5734.31
Hex11529E5930026d45122
Octal211222361316004632412142
Binary1000110100101001111010110011100000100110110101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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