Shades of Cobalt #12499C
Tints of Cobalt #12499C
RGB
CMYK
RGB Variations
Color information
#12499C (or 0x12499C) is known color: Cobalt. HEX triplet: 12, 49 and 9C. RGB value is (18,73,156). Sum of RGB (Red+Green+Blue) = 18+73+156=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #12499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499C is #EDB663. Grayscale: #414141. Windows color (decimal): -15578724 or 10242322. OLE color: 10242322.
HSL color Cylindrical-coordinate representation of color #12499C: hue angle of 216.09º 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 #12499C is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 73 | 156 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.39 |
| HSL | 216.09º | 0.79% | 0.34% | - |
| HSV(B) | 216.09º | 0.88% | 0.61% | - |
| XYZ | 8.63 | 7.29 | 32.41 | - |
| YUV | 66.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 156 | 0.88 | 0.53 | 0 | 0.39 | 216.09 | 0.79 | 0.34 |
| Hex | 12 | 49 | 9C | 58 | 35 | 0 | 27 | D8 | 4F | 22 |
| Octal | 22 | 111 | 234 | 130 | 65 | 0 | 47 | 330 | 117 | 42 |
| Binary | 10010 | 1001001 | 10011100 | 1011000 | 110101 | 0 | 100111 | 11011000 | 1001111 | 100010 |
Color Harmonies of #12499C
Complementary color
Monochromatic Colors of #12499C
Black with #12499C
Text Example
Text Example
White with #12499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12499C; }
p { color: rgb(18,73,156); }
H1.HeaderClassName
{
color: #12499C;
}
.AnyTagClassName
{
color: #12499C;
}
</style>
background-color css
<style>
a { background-color: #12499C; }
a { background-color: rgb(18,73,156); }
div.DivClassName
{
background-color: #12499C;
}
.BgClassName
{
background-color: #12499C;
}
</style>
border-color css
<style>
span { border-color: #12499C; }
span { border-color: rgb(18,73,156); }
td.TdClassName
{
border-color: #12499C;
}
.TagClassName
{
border-color: #12499C;
}
</style>