Shades of Cobalt #124D98
Tints of Cobalt #124D98
RGB
CMYK
RGB Variations
Color information
#124D98 (or 0x124D98) is known color: Cobalt. HEX triplet: 12, 4D and 98. RGB value is (18,77,152). Sum of RGB (Red+Green+Blue) = 18+77+152=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #124D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D98 is #EDB267. Grayscale: #434343. Windows color (decimal): -15577704 or 9981202. OLE color: 9981202.
HSL color Cylindrical-coordinate representation of color #124D98: hue angle of 213.58º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D98 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 77 | 152 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.40 |
| HSL | 213.58º | 0.79% | 0.33% | - |
| HSV(B) | 213.58º | 0.88% | 0.6% | - |
| XYZ | 8.57 | 7.7 | 30.74 | - |
| YUV | 67.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 152 | 0.88 | 0.49 | 0 | 0.40 | 213.58 | 0.79 | 0.33 |
| Hex | 12 | 4D | 98 | 58 | 31 | 0 | 28 | D6 | 4F | 21 |
| Octal | 22 | 115 | 230 | 130 | 61 | 0 | 50 | 326 | 117 | 41 |
| Binary | 10010 | 1001101 | 10011000 | 1011000 | 110001 | 0 | 101000 | 11010110 | 1001111 | 100001 |
Color Harmonies of #124D98
Complementary color
Monochromatic Colors of #124D98
Black with #124D98
Text Example
Text Example
White with #124D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D98; }
p { color: rgb(18,77,152); }
H1.HeaderClassName
{
color: #124D98;
}
.AnyTagClassName
{
color: #124D98;
}
</style>
background-color css
<style>
a { background-color: #124D98; }
a { background-color: rgb(18,77,152); }
div.DivClassName
{
background-color: #124D98;
}
.BgClassName
{
background-color: #124D98;
}
</style>
border-color css
<style>
span { border-color: #124D98; }
span { border-color: rgb(18,77,152); }
td.TdClassName
{
border-color: #124D98;
}
.TagClassName
{
border-color: #124D98;
}
</style>