Shades of Cobalt #124CAF
Tints of Cobalt #124CAF
RGB
CMYK
RGB Variations
Color information
#124CAF (or 0x124CAF) is known color: Cobalt. HEX triplet: 12, 4C and AF. RGB value is (18,76,175). Sum of RGB (Red+Green+Blue) = 18+76+175=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #124CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CAF is #EDB350. Grayscale: #454545. Windows color (decimal): -15577937 or 11488274. OLE color: 11488274.
HSL color Cylindrical-coordinate representation of color #124CAF: hue angle of 217.83º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CAF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 76 | 175 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.31 |
| HSL | 217.83º | 0.81% | 0.38% | - |
| HSV(B) | 217.83º | 0.9% | 0.69% | - |
| XYZ | 10.57 | 8.39 | 41.62 | - |
| YUV | 69.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 175 | 0.90 | 0.57 | 0 | 0.31 | 217.83 | 0.81 | 0.38 |
| Hex | 12 | 4C | AF | 5A | 39 | 0 | 1F | DA | 51 | 26 |
| Octal | 22 | 114 | 257 | 132 | 71 | 0 | 37 | 332 | 121 | 46 |
| Binary | 10010 | 1001100 | 10101111 | 1011010 | 111001 | 0 | 11111 | 11011010 | 1010001 | 100110 |
Color Harmonies of #124CAF
Complementary color
Monochromatic Colors of #124CAF
Black with #124CAF
Text Example
Text Example
White with #124CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CAF; }
p { color: rgb(18,76,175); }
H1.HeaderClassName
{
color: #124CAF;
}
.AnyTagClassName
{
color: #124CAF;
}
</style>
background-color css
<style>
a { background-color: #124CAF; }
a { background-color: rgb(18,76,175); }
div.DivClassName
{
background-color: #124CAF;
}
.BgClassName
{
background-color: #124CAF;
}
</style>
border-color css
<style>
span { border-color: #124CAF; }
span { border-color: rgb(18,76,175); }
td.TdClassName
{
border-color: #124CAF;
}
.TagClassName
{
border-color: #124CAF;
}
</style>