#12549F

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

Shades of Cobalt #12549F

Tints of Cobalt #12549F

Color information

#12549F (or 0x12549F) is unknown color: approx Cobalt. HEX triplet: 12, 54 and 9F. RGB value is (18,84,159). Sum of RGB (Red+Green+Blue) = 18+84+159=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #12549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12549F is #EDAB60. Grayscale: #484848. Windows color (decimal): -15575905 or 10441746. OLE color: 10441746.

HSL color Cylindrical-coordinate representation of color #12549F: hue angle of 211.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12549F is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1884159-
CMYK0.890.4700.38
HSL211.91º79.66%34.71%-
HSV(B)211.91º88.68%62.35%-
XYZ9.688.9734.02-
YUV72.82176.6388.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=6.90%
G=32.18%
B=60.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18841590.890.4700.38211.9179.6634.71
Hex12549F592F026d45023
Octal221242371315704632412043
Binary1001010101001001111110110011011110100110110101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12549F; }

 p { color: rgb(18,84,159); }

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

<style>
 a { background-color: #12549F; }

 a { background-color: rgb(18,84,159); }

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

<style>
 span { border-color: #12549F; }

 span { border-color: rgb(18,84,159); }

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