Shades of Cobalt #0242AF
Tints of Cobalt #0242AF
RGB
CMYK
RGB Variations
Color information
#0242AF (or 0x0242AF) is known color: Cobalt. HEX triplet: 02, 42 and AF. RGB value is (2,66,175). Sum of RGB (Red+Green+Blue) = 2+66+175=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #0242AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0242AF is #FDBD50. Grayscale: #3A3A3A. Windows color (decimal): -16629073 or 11485698. OLE color: 11485698.
HSL color Cylindrical-coordinate representation of color #0242AF: hue angle of 217.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242AF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 66 | 175 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.31 |
| HSL | 217.8º | 0.98% | 0.35% | - |
| HSV(B) | 217.8º | 0.99% | 0.69% | - |
| XYZ | 9.71 | 7 | 41.4 | - |
| YUV | 59.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 175 | 0.99 | 0.62 | 0 | 0.31 | 217.8 | 0.98 | 0.35 |
| Hex | 2 | 42 | AF | 63 | 3E | 0 | 1F | DA | 62 | 23 |
| Octal | 2 | 102 | 257 | 143 | 76 | 0 | 37 | 332 | 142 | 43 |
| Binary | 10 | 1000010 | 10101111 | 1100011 | 111110 | 0 | 11111 | 11011010 | 1100010 | 100011 |
Color Harmonies of #0242AF
Complementary color
Monochromatic Colors of #0242AF
Black with #0242AF
Text Example
Text Example
White with #0242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242AF; }
p { color: rgb(2,66,175); }
H1.HeaderClassName
{
color: #0242AF;
}
.AnyTagClassName
{
color: #0242AF;
}
</style>
background-color css
<style>
a { background-color: #0242AF; }
a { background-color: rgb(2,66,175); }
div.DivClassName
{
background-color: #0242AF;
}
.BgClassName
{
background-color: #0242AF;
}
</style>
border-color css
<style>
span { border-color: #0242AF; }
span { border-color: rgb(2,66,175); }
td.TdClassName
{
border-color: #0242AF;
}
.TagClassName
{
border-color: #0242AF;
}
</style>