Shades of Cobalt #124E98
Tints of Cobalt #124E98
RGB
CMYK
RGB Variations
Color information
#124E98 (or 0x124E98) is known color: Cobalt. HEX triplet: 12, 4E and 98. RGB value is (18,78,152). Sum of RGB (Red+Green+Blue) = 18+78+152=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #124E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E98 is #EDB167. Grayscale: #444444. Windows color (decimal): -15577448 or 9981458. OLE color: 9981458.
HSL color Cylindrical-coordinate representation of color #124E98: hue angle of 213.13º 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 #124E98 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 78 | 152 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.40 |
| HSL | 213.13º | 0.79% | 0.33% | - |
| HSV(B) | 213.13º | 0.88% | 0.6% | - |
| XYZ | 8.64 | 7.84 | 30.76 | - |
| YUV | 68.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 152 | 0.88 | 0.49 | 0 | 0.40 | 213.13 | 0.79 | 0.33 |
| Hex | 12 | 4E | 98 | 58 | 31 | 0 | 28 | D5 | 4F | 21 |
| Octal | 22 | 116 | 230 | 130 | 61 | 0 | 50 | 325 | 117 | 41 |
| Binary | 10010 | 1001110 | 10011000 | 1011000 | 110001 | 0 | 101000 | 11010101 | 1001111 | 100001 |
Color Harmonies of #124E98
Complementary color
Monochromatic Colors of #124E98
Black with #124E98
Text Example
Text Example
White with #124E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E98; }
p { color: rgb(18,78,152); }
H1.HeaderClassName
{
color: #124E98;
}
.AnyTagClassName
{
color: #124E98;
}
</style>
background-color css
<style>
a { background-color: #124E98; }
a { background-color: rgb(18,78,152); }
div.DivClassName
{
background-color: #124E98;
}
.BgClassName
{
background-color: #124E98;
}
</style>
border-color css
<style>
span { border-color: #124E98; }
span { border-color: rgb(18,78,152); }
td.TdClassName
{
border-color: #124E98;
}
.TagClassName
{
border-color: #124E98;
}
</style>