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