Shades of Cobalt #024AAA
Tints of Cobalt #024AAA
RGB
CMYK
RGB Variations
Color information
#024AAA (or 0x024AAA) is known color: Cobalt. HEX triplet: 02, 4A and AA. RGB value is (2,74,170). Sum of RGB (Red+Green+Blue) = 2+74+170=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #024AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AAA is #FDB555. Grayscale: #3E3E3E. Windows color (decimal): -16627030 or 11160066. OLE color: 11160066.
HSL color Cylindrical-coordinate representation of color #024AAA: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AAA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 74 | 170 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 214.29º | 0.98% | 0.34% | - |
| HSV(B) | 214.29º | 0.99% | 0.67% | - |
| XYZ | 9.73 | 7.81 | 39.03 | - |
| YUV | 63.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 170 | 0.99 | 0.56 | 0 | 0.33 | 214.29 | 0.98 | 0.34 |
| Hex | 2 | 4A | AA | 63 | 38 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 112 | 252 | 143 | 70 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001010 | 10101010 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024AAA
Complementary color
Monochromatic Colors of #024AAA
Black with #024AAA
Text Example
Text Example
White with #024AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AAA; }
p { color: rgb(2,74,170); }
H1.HeaderClassName
{
color: #024AAA;
}
.AnyTagClassName
{
color: #024AAA;
}
</style>
background-color css
<style>
a { background-color: #024AAA; }
a { background-color: rgb(2,74,170); }
div.DivClassName
{
background-color: #024AAA;
}
.BgClassName
{
background-color: #024AAA;
}
</style>
border-color css
<style>
span { border-color: #024AAA; }
span { border-color: rgb(2,74,170); }
td.TdClassName
{
border-color: #024AAA;
}
.TagClassName
{
border-color: #024AAA;
}
</style>