Shades of Cobalt #124D99
Tints of Cobalt #124D99
RGB
CMYK
RGB Variations
Color information
#124D99 (or 0x124D99) is known color: Cobalt. HEX triplet: 12, 4D and 99. RGB value is (18,77,153). Sum of RGB (Red+Green+Blue) = 18+77+153=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #124D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D99 is #EDB266. Grayscale: #434343. Windows color (decimal): -15577703 or 10046738. OLE color: 10046738.
HSL color Cylindrical-coordinate representation of color #124D99: hue angle of 213.78º 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 #124D99 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 77 | 153 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.4 |
| HSL | 213.78º | 0.79% | 0.34% | - |
| HSV(B) | 213.78º | 0.88% | 0.6% | - |
| XYZ | 8.65 | 7.74 | 31.17 | - |
| YUV | 68.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 153 | 0.88 | 0.50 | 0 | 0.4 | 213.78 | 0.79 | 0.34 |
| Hex | 12 | 4D | 99 | 58 | 32 | 0 | 28 | D6 | 4F | 22 |
| Octal | 22 | 115 | 231 | 130 | 62 | 0 | 50 | 326 | 117 | 42 |
| Binary | 10010 | 1001101 | 10011001 | 1011000 | 110010 | 0 | 101000 | 11010110 | 1001111 | 100010 |
Color Harmonies of #124D99
Complementary color
Monochromatic Colors of #124D99
Black with #124D99
Text Example
Text Example
White with #124D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D99; }
p { color: rgb(18,77,153); }
H1.HeaderClassName
{
color: #124D99;
}
.AnyTagClassName
{
color: #124D99;
}
</style>
background-color css
<style>
a { background-color: #124D99; }
a { background-color: rgb(18,77,153); }
div.DivClassName
{
background-color: #124D99;
}
.BgClassName
{
background-color: #124D99;
}
</style>
border-color css
<style>
span { border-color: #124D99; }
span { border-color: rgb(18,77,153); }
td.TdClassName
{
border-color: #124D99;
}
.TagClassName
{
border-color: #124D99;
}
</style>