Shades of Cobalt #124A9F
Tints of Cobalt #124A9F
RGB
CMYK
RGB Variations
Color information
#124A9F (or 0x124A9F) is known color: Cobalt. HEX triplet: 12, 4A and 9F. RGB value is (18,74,159). Sum of RGB (Red+Green+Blue) = 18+74+159=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #124A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A9F is #EDB560. Grayscale: #424242. Windows color (decimal): -15578465 or 10439186. OLE color: 10439186.
HSL color Cylindrical-coordinate representation of color #124A9F: hue angle of 216.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124A9F is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 74 | 159 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.38 |
| HSL | 216.17º | 0.8% | 0.35% | - |
| HSV(B) | 216.17º | 0.89% | 0.62% | - |
| XYZ | 8.96 | 7.53 | 33.78 | - |
| YUV | 66.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 159 | 0.89 | 0.53 | 0 | 0.38 | 216.17 | 0.8 | 0.35 |
| Hex | 12 | 4A | 9F | 59 | 35 | 0 | 26 | D8 | 50 | 23 |
| Octal | 22 | 112 | 237 | 131 | 65 | 0 | 46 | 330 | 120 | 43 |
| Binary | 10010 | 1001010 | 10011111 | 1011001 | 110101 | 0 | 100110 | 11011000 | 1010000 | 100011 |
Color Harmonies of #124A9F
Complementary color
Monochromatic Colors of #124A9F
Black with #124A9F
Text Example
Text Example
White with #124A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A9F; }
p { color: rgb(18,74,159); }
H1.HeaderClassName
{
color: #124A9F;
}
.AnyTagClassName
{
color: #124A9F;
}
</style>
background-color css
<style>
a { background-color: #124A9F; }
a { background-color: rgb(18,74,159); }
div.DivClassName
{
background-color: #124A9F;
}
.BgClassName
{
background-color: #124A9F;
}
</style>
border-color css
<style>
span { border-color: #124A9F; }
span { border-color: rgb(18,74,159); }
td.TdClassName
{
border-color: #124A9F;
}
.TagClassName
{
border-color: #124A9F;
}
</style>