Shades of Cobalt #0242AA
Tints of Cobalt #0242AA
RGB
CMYK
RGB Variations
Color information
#0242AA (or 0x0242AA) is known color: Cobalt. HEX triplet: 02, 42 and AA. RGB value is (2,66,170). Sum of RGB (Red+Green+Blue) = 2+66+170=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0242AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0242AA is #FDBD55. Grayscale: #3A3A3A. Windows color (decimal): -16629078 or 11158018. OLE color: 11158018.
HSL color Cylindrical-coordinate representation of color #0242AA: hue angle of 217.14º 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 #0242AA is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 66 | 170 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.33 |
| HSL | 217.14º | 0.98% | 0.34% | - |
| HSV(B) | 217.14º | 0.99% | 0.67% | - |
| XYZ | 9.23 | 6.81 | 38.86 | - |
| YUV | 58.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 170 | 0.99 | 0.61 | 0 | 0.33 | 217.14 | 0.98 | 0.34 |
| Hex | 2 | 42 | AA | 63 | 3D | 0 | 21 | D9 | 62 | 22 |
| Octal | 2 | 102 | 252 | 143 | 75 | 0 | 41 | 331 | 142 | 42 |
| Binary | 10 | 1000010 | 10101010 | 1100011 | 111101 | 0 | 100001 | 11011001 | 1100010 | 100010 |
Color Harmonies of #0242AA
Complementary color
Monochromatic Colors of #0242AA
Black with #0242AA
Text Example
Text Example
White with #0242AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242AA; }
p { color: rgb(2,66,170); }
H1.HeaderClassName
{
color: #0242AA;
}
.AnyTagClassName
{
color: #0242AA;
}
</style>
background-color css
<style>
a { background-color: #0242AA; }
a { background-color: rgb(2,66,170); }
div.DivClassName
{
background-color: #0242AA;
}
.BgClassName
{
background-color: #0242AA;
}
</style>
border-color css
<style>
span { border-color: #0242AA; }
span { border-color: rgb(2,66,170); }
td.TdClassName
{
border-color: #0242AA;
}
.TagClassName
{
border-color: #0242AA;
}
</style>