Shades of Cobalt #124DAA
Tints of Cobalt #124DAA
RGB
CMYK
RGB Variations
Color information
#124DAA (or 0x124DAA) is known color: Cobalt. HEX triplet: 12, 4D and AA. RGB value is (18,77,170). Sum of RGB (Red+Green+Blue) = 18+77+170=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #124DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAA is #EDB255. Grayscale: #454545. Windows color (decimal): -15577686 or 11160850. OLE color: 11160850.
HSL color Cylindrical-coordinate representation of color #124DAA: hue angle of 216.71º 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 #124DAA is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 77 | 170 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.33 |
| HSL | 216.71º | 0.81% | 0.37% | - |
| HSV(B) | 216.71º | 0.89% | 0.67% | - |
| XYZ | 10.16 | 8.34 | 39.1 | - |
| YUV | 69.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 170 | 0.89 | 0.55 | 0 | 0.33 | 216.71 | 0.81 | 0.37 |
| Hex | 12 | 4D | AA | 59 | 37 | 0 | 21 | D9 | 51 | 25 |
| Octal | 22 | 115 | 252 | 131 | 67 | 0 | 41 | 331 | 121 | 45 |
| Binary | 10010 | 1001101 | 10101010 | 1011001 | 110111 | 0 | 100001 | 11011001 | 1010001 | 100101 |
Color Harmonies of #124DAA
Complementary color
Monochromatic Colors of #124DAA
Black with #124DAA
Text Example
Text Example
White with #124DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DAA; }
p { color: rgb(18,77,170); }
H1.HeaderClassName
{
color: #124DAA;
}
.AnyTagClassName
{
color: #124DAA;
}
</style>
background-color css
<style>
a { background-color: #124DAA; }
a { background-color: rgb(18,77,170); }
div.DivClassName
{
background-color: #124DAA;
}
.BgClassName
{
background-color: #124DAA;
}
</style>
border-color css
<style>
span { border-color: #124DAA; }
span { border-color: rgb(18,77,170); }
td.TdClassName
{
border-color: #124DAA;
}
.TagClassName
{
border-color: #124DAA;
}
</style>