#12499E

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

Shades of Cobalt #12499E

Tints of Cobalt #12499E

Color information

#12499E (or 0x12499E) is unknown color: approx Cobalt. HEX triplet: 12, 49 and 9E. RGB value is (18,73,158). Sum of RGB (Red+Green+Blue) = 18+73+158=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #12499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499E is #EDB661. Grayscale: #414141. Windows color (decimal): -15578722 or 10373394. OLE color: 10373394.

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

Color convert

RGB1873158-
CMYK0.890.5400.38
HSL216.43º79.55%34.51%-
HSV(B)216.43º88.61%61.96%-
XYZ8.87.3633.3-
YUV66.24179.7893.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=7.23%
G=29.32%
B=63.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18731580.890.5400.38216.4379.5534.51
Hex12499E5936026d85023
Octal221112361316604633012043
Binary1001010010011001111010110011101100100110110110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,73,158); }

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

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

 a { background-color: rgb(18,73,158); }

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

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

 span { border-color: rgb(18,73,158); }

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