Shades of Cobalt #124F9F
Tints of Cobalt #124F9F
RGB
CMYK
RGB Variations
Color information
#124F9F (or 0x124F9F) is known color: Cobalt. HEX triplet: 12, 4F and 9F. RGB value is (18,79,159). Sum of RGB (Red+Green+Blue) = 18+79+159=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #124F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F9F is #EDB060. Grayscale: #454545. Windows color (decimal): -15577185 or 10440466. OLE color: 10440466.
HSL color Cylindrical-coordinate representation of color #124F9F: hue angle of 214.04º 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 #124F9F is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 79 | 159 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.38 |
| HSL | 214.04º | 0.8% | 0.35% | - |
| HSV(B) | 214.04º | 0.89% | 0.62% | - |
| XYZ | 9.3 | 8.22 | 33.9 | - |
| YUV | 69.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 159 | 0.89 | 0.50 | 0 | 0.38 | 214.04 | 0.8 | 0.35 |
| Hex | 12 | 4F | 9F | 59 | 32 | 0 | 26 | D6 | 50 | 23 |
| Octal | 22 | 117 | 237 | 131 | 62 | 0 | 46 | 326 | 120 | 43 |
| Binary | 10010 | 1001111 | 10011111 | 1011001 | 110010 | 0 | 100110 | 11010110 | 1010000 | 100011 |
Color Harmonies of #124F9F
Complementary color
Monochromatic Colors of #124F9F
Black with #124F9F
Text Example
Text Example
White with #124F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F9F; }
p { color: rgb(18,79,159); }
H1.HeaderClassName
{
color: #124F9F;
}
.AnyTagClassName
{
color: #124F9F;
}
</style>
background-color css
<style>
a { background-color: #124F9F; }
a { background-color: rgb(18,79,159); }
div.DivClassName
{
background-color: #124F9F;
}
.BgClassName
{
background-color: #124F9F;
}
</style>
border-color css
<style>
span { border-color: #124F9F; }
span { border-color: rgb(18,79,159); }
td.TdClassName
{
border-color: #124F9F;
}
.TagClassName
{
border-color: #124F9F;
}
</style>