Shades of Cobalt #0242AC
Tints of Cobalt #0242AC
RGB
CMYK
RGB Variations
Color information
#0242AC (or 0x0242AC) is known color: Cobalt. HEX triplet: 02, 42 and AC. RGB value is (2,66,172). Sum of RGB (Red+Green+Blue) = 2+66+172=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #0242AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0242AC is #FDBD53. Grayscale: #3A3A3A. Windows color (decimal): -16629076 or 11289090. OLE color: 11289090.
HSL color Cylindrical-coordinate representation of color #0242AC: hue angle of 217.41º 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 #0242AC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 66 | 172 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.33 |
| HSL | 217.41º | 0.98% | 0.34% | - |
| HSV(B) | 217.41º | 0.99% | 0.67% | - |
| XYZ | 9.42 | 6.89 | 39.86 | - |
| YUV | 58.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 172 | 0.99 | 0.62 | 0 | 0.33 | 217.41 | 0.98 | 0.34 |
| Hex | 2 | 42 | AC | 63 | 3E | 0 | 21 | D9 | 62 | 22 |
| Octal | 2 | 102 | 254 | 143 | 76 | 0 | 41 | 331 | 142 | 42 |
| Binary | 10 | 1000010 | 10101100 | 1100011 | 111110 | 0 | 100001 | 11011001 | 1100010 | 100010 |
Color Harmonies of #0242AC
Complementary color
Monochromatic Colors of #0242AC
Black with #0242AC
Text Example
Text Example
White with #0242AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242AC; }
p { color: rgb(2,66,172); }
H1.HeaderClassName
{
color: #0242AC;
}
.AnyTagClassName
{
color: #0242AC;
}
</style>
background-color css
<style>
a { background-color: #0242AC; }
a { background-color: rgb(2,66,172); }
div.DivClassName
{
background-color: #0242AC;
}
.BgClassName
{
background-color: #0242AC;
}
</style>
border-color css
<style>
span { border-color: #0242AC; }
span { border-color: rgb(2,66,172); }
td.TdClassName
{
border-color: #0242AC;
}
.TagClassName
{
border-color: #0242AC;
}
</style>