Shades of Cobalt #124999
Tints of Cobalt #124999
RGB
CMYK
RGB Variations
Color information
#124999 (or 0x124999) is known color: Cobalt. HEX triplet: 12, 49 and 99. RGB value is (18,73,153). Sum of RGB (Red+Green+Blue) = 18+73+153=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #124999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124999 is #EDB666. Grayscale: #414141. Windows color (decimal): -15578727 or 10045714. OLE color: 10045714.
HSL color Cylindrical-coordinate representation of color #124999: hue angle of 215.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124999 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 73 | 153 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.4 |
| HSL | 215.56º | 0.79% | 0.34% | - |
| HSV(B) | 215.56º | 0.88% | 0.6% | - |
| XYZ | 8.38 | 7.19 | 31.08 | - |
| YUV | 65.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 153 | 0.88 | 0.52 | 0 | 0.4 | 215.56 | 0.79 | 0.34 |
| Hex | 12 | 49 | 99 | 58 | 34 | 0 | 28 | D8 | 4F | 22 |
| Octal | 22 | 111 | 231 | 130 | 64 | 0 | 50 | 330 | 117 | 42 |
| Binary | 10010 | 1001001 | 10011001 | 1011000 | 110100 | 0 | 101000 | 11011000 | 1001111 | 100010 |
Color Harmonies of #124999
Complementary color
Monochromatic Colors of #124999
Black with #124999
Text Example
Text Example
White with #124999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124999; }
p { color: rgb(18,73,153); }
H1.HeaderClassName
{
color: #124999;
}
.AnyTagClassName
{
color: #124999;
}
</style>
background-color css
<style>
a { background-color: #124999; }
a { background-color: rgb(18,73,153); }
div.DivClassName
{
background-color: #124999;
}
.BgClassName
{
background-color: #124999;
}
</style>
border-color css
<style>
span { border-color: #124999; }
span { border-color: rgb(18,73,153); }
td.TdClassName
{
border-color: #124999;
}
.TagClassName
{
border-color: #124999;
}
</style>