Shades of Cobalt #12489C
Tints of Cobalt #12489C
RGB
CMYK
RGB Variations
Color information
#12489C (or 0x12489C) is known color: Cobalt. HEX triplet: 12, 48 and 9C. RGB value is (18,72,156). Sum of RGB (Red+Green+Blue) = 18+72+156=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #12489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12489C is #EDB763. Grayscale: #414141. Windows color (decimal): -15578980 or 10242066. OLE color: 10242066.
HSL color Cylindrical-coordinate representation of color #12489C: hue angle of 216.52º 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 #12489C is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 72 | 156 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.39 |
| HSL | 216.52º | 0.79% | 0.34% | - |
| HSV(B) | 216.52º | 0.88% | 0.61% | - |
| XYZ | 8.57 | 7.16 | 32.38 | - |
| YUV | 65.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 156 | 0.88 | 0.54 | 0 | 0.39 | 216.52 | 0.79 | 0.34 |
| Hex | 12 | 48 | 9C | 58 | 36 | 0 | 27 | D9 | 4F | 22 |
| Octal | 22 | 110 | 234 | 130 | 66 | 0 | 47 | 331 | 117 | 42 |
| Binary | 10010 | 1001000 | 10011100 | 1011000 | 110110 | 0 | 100111 | 11011001 | 1001111 | 100010 |
Color Harmonies of #12489C
Complementary color
Monochromatic Colors of #12489C
Black with #12489C
Text Example
Text Example
White with #12489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12489C; }
p { color: rgb(18,72,156); }
H1.HeaderClassName
{
color: #12489C;
}
.AnyTagClassName
{
color: #12489C;
}
</style>
background-color css
<style>
a { background-color: #12489C; }
a { background-color: rgb(18,72,156); }
div.DivClassName
{
background-color: #12489C;
}
.BgClassName
{
background-color: #12489C;
}
</style>
border-color css
<style>
span { border-color: #12489C; }
span { border-color: rgb(18,72,156); }
td.TdClassName
{
border-color: #12489C;
}
.TagClassName
{
border-color: #12489C;
}
</style>