Shades of Cobalt #124AAA
Tints of Cobalt #124AAA
RGB
CMYK
RGB Variations
Color information
#124AAA (or 0x124AAA) is known color: Cobalt. HEX triplet: 12, 4A and AA. RGB value is (18,74,170). Sum of RGB (Red+Green+Blue) = 18+74+170=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #124AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AAA is #EDB555. Grayscale: #434343. Windows color (decimal): -15578454 or 11160082. OLE color: 11160082.
HSL color Cylindrical-coordinate representation of color #124AAA: hue angle of 217.89º 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 #124AAA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 74 | 170 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.33 |
| HSL | 217.89º | 0.81% | 0.37% | - |
| HSV(B) | 217.89º | 0.89% | 0.67% | - |
| XYZ | 9.95 | 7.93 | 39.04 | - |
| YUV | 68.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 170 | 0.89 | 0.56 | 0 | 0.33 | 217.89 | 0.81 | 0.37 |
| Hex | 12 | 4A | AA | 59 | 38 | 0 | 21 | DA | 51 | 25 |
| Octal | 22 | 112 | 252 | 131 | 70 | 0 | 41 | 332 | 121 | 45 |
| Binary | 10010 | 1001010 | 10101010 | 1011001 | 111000 | 0 | 100001 | 11011010 | 1010001 | 100101 |
Color Harmonies of #124AAA
Complementary color
Monochromatic Colors of #124AAA
Black with #124AAA
Text Example
Text Example
White with #124AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AAA; }
p { color: rgb(18,74,170); }
H1.HeaderClassName
{
color: #124AAA;
}
.AnyTagClassName
{
color: #124AAA;
}
</style>
background-color css
<style>
a { background-color: #124AAA; }
a { background-color: rgb(18,74,170); }
div.DivClassName
{
background-color: #124AAA;
}
.BgClassName
{
background-color: #124AAA;
}
</style>
border-color css
<style>
span { border-color: #124AAA; }
span { border-color: rgb(18,74,170); }
td.TdClassName
{
border-color: #124AAA;
}
.TagClassName
{
border-color: #124AAA;
}
</style>