#12559C

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

Shades of Cobalt #12559C

Tints of Cobalt #12559C

Color information

#12559C (or 0x12559C) is unknown color: approx Cobalt. HEX triplet: 12, 55 and 9C. RGB value is (18,85,156). Sum of RGB (Red+Green+Blue) = 18+85+156=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #12559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12559C is #EDAA63. Grayscale: #484848. Windows color (decimal): -15575652 or 10245394. OLE color: 10245394.

HSL color Cylindrical-coordinate representation of color #12559C: hue angle of 210.87º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12559C is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1885156-
CMYK0.880.4600.39
HSL210.87º79.31%34.12%-
HSV(B)210.87º88.46%61.18%-
XYZ9.59.0332.69-
YUV73.06174.888.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=6.95%
G=32.82%
B=60.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18851560.880.4600.39210.8779.3134.12
Hex12559C582E027d34f22
Octal221252341305604732311742
Binary1001010101011001110010110001011100100111110100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12559C; }

 p { color: rgb(18,85,156); }

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

<style>
 a { background-color: #12559C; }

 a { background-color: rgb(18,85,156); }

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

<style>
 span { border-color: #12559C; }

 span { border-color: rgb(18,85,156); }

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