Shades of Cobalt #124C9F
Tints of Cobalt #124C9F
RGB
CMYK
RGB Variations
Color information
#124C9F (or 0x124C9F) is known color: Cobalt. HEX triplet: 12, 4C and 9F. RGB value is (18,76,159). Sum of RGB (Red+Green+Blue) = 18+76+159=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #124C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C9F is #EDB360. Grayscale: #434343. Windows color (decimal): -15577953 or 10439698. OLE color: 10439698.
HSL color Cylindrical-coordinate representation of color #124C9F: hue angle of 215.32º 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 #124C9F is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 76 | 159 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.38 |
| HSL | 215.32º | 0.8% | 0.35% | - |
| HSV(B) | 215.32º | 0.89% | 0.62% | - |
| XYZ | 9.09 | 7.8 | 33.83 | - |
| YUV | 68.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 159 | 0.89 | 0.52 | 0 | 0.38 | 215.32 | 0.8 | 0.35 |
| Hex | 12 | 4C | 9F | 59 | 34 | 0 | 26 | D7 | 50 | 23 |
| Octal | 22 | 114 | 237 | 131 | 64 | 0 | 46 | 327 | 120 | 43 |
| Binary | 10010 | 1001100 | 10011111 | 1011001 | 110100 | 0 | 100110 | 11010111 | 1010000 | 100011 |
Color Harmonies of #124C9F
Complementary color
Monochromatic Colors of #124C9F
Black with #124C9F
Text Example
Text Example
White with #124C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C9F; }
p { color: rgb(18,76,159); }
H1.HeaderClassName
{
color: #124C9F;
}
.AnyTagClassName
{
color: #124C9F;
}
</style>
background-color css
<style>
a { background-color: #124C9F; }
a { background-color: rgb(18,76,159); }
div.DivClassName
{
background-color: #124C9F;
}
.BgClassName
{
background-color: #124C9F;
}
</style>
border-color css
<style>
span { border-color: #124C9F; }
span { border-color: rgb(18,76,159); }
td.TdClassName
{
border-color: #124C9F;
}
.TagClassName
{
border-color: #124C9F;
}
</style>