Shades of Cobalt #124CAA
Tints of Cobalt #124CAA
RGB
CMYK
RGB Variations
Color information
#124CAA (or 0x124CAA) is known color: Cobalt. HEX triplet: 12, 4C and AA. RGB value is (18,76,170). Sum of RGB (Red+Green+Blue) = 18+76+170=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #124CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CAA is #EDB355. Grayscale: #444444. Windows color (decimal): -15577942 or 11160594. OLE color: 11160594.
HSL color Cylindrical-coordinate representation of color #124CAA: hue angle of 217.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124CAA is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 76 | 170 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.33 |
| HSL | 217.11º | 0.81% | 0.37% | - |
| HSV(B) | 217.11º | 0.89% | 0.67% | - |
| XYZ | 10.09 | 8.2 | 39.08 | - |
| YUV | 69.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 170 | 0.89 | 0.55 | 0 | 0.33 | 217.11 | 0.81 | 0.37 |
| Hex | 12 | 4C | AA | 59 | 37 | 0 | 21 | D9 | 51 | 25 |
| Octal | 22 | 114 | 252 | 131 | 67 | 0 | 41 | 331 | 121 | 45 |
| Binary | 10010 | 1001100 | 10101010 | 1011001 | 110111 | 0 | 100001 | 11011001 | 1010001 | 100101 |
Color Harmonies of #124CAA
Complementary color
Monochromatic Colors of #124CAA
Black with #124CAA
Text Example
Text Example
White with #124CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CAA; }
p { color: rgb(18,76,170); }
H1.HeaderClassName
{
color: #124CAA;
}
.AnyTagClassName
{
color: #124CAA;
}
</style>
background-color css
<style>
a { background-color: #124CAA; }
a { background-color: rgb(18,76,170); }
div.DivClassName
{
background-color: #124CAA;
}
.BgClassName
{
background-color: #124CAA;
}
</style>
border-color css
<style>
span { border-color: #124CAA; }
span { border-color: rgb(18,76,170); }
td.TdClassName
{
border-color: #124CAA;
}
.TagClassName
{
border-color: #124CAA;
}
</style>