Shades of Cobalt #124F9D
Tints of Cobalt #124F9D
RGB
CMYK
RGB Variations
Color information
#124F9D (or 0x124F9D) is known color: Cobalt. HEX triplet: 12, 4F and 9D. RGB value is (18,79,157). Sum of RGB (Red+Green+Blue) = 18+79+157=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #124F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F9D is #EDB062. Grayscale: #454545. Windows color (decimal): -15577187 or 10309394. OLE color: 10309394.
HSL color Cylindrical-coordinate representation of color #124F9D: hue angle of 213.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124F9D is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 79 | 157 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.38 |
| HSL | 213.67º | 0.79% | 0.34% | - |
| HSV(B) | 213.67º | 0.89% | 0.62% | - |
| XYZ | 9.13 | 8.15 | 32.99 | - |
| YUV | 69.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 157 | 0.89 | 0.50 | 0 | 0.38 | 213.67 | 0.79 | 0.34 |
| Hex | 12 | 4F | 9D | 59 | 32 | 0 | 26 | D6 | 4F | 22 |
| Octal | 22 | 117 | 235 | 131 | 62 | 0 | 46 | 326 | 117 | 42 |
| Binary | 10010 | 1001111 | 10011101 | 1011001 | 110010 | 0 | 100110 | 11010110 | 1001111 | 100010 |
Color Harmonies of #124F9D
Complementary color
Monochromatic Colors of #124F9D
Black with #124F9D
Text Example
Text Example
White with #124F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F9D; }
p { color: rgb(18,79,157); }
H1.HeaderClassName
{
color: #124F9D;
}
.AnyTagClassName
{
color: #124F9D;
}
</style>
background-color css
<style>
a { background-color: #124F9D; }
a { background-color: rgb(18,79,157); }
div.DivClassName
{
background-color: #124F9D;
}
.BgClassName
{
background-color: #124F9D;
}
</style>
border-color css
<style>
span { border-color: #124F9D; }
span { border-color: rgb(18,79,157); }
td.TdClassName
{
border-color: #124F9D;
}
.TagClassName
{
border-color: #124F9D;
}
</style>