Shades of Cobalt #0042AF
Tints of Cobalt #0042AF
RGB
CMYK
RGB Variations
Color information
#0042AF (or 0x0042AF) is known color: Cobalt. HEX triplet: 00, 42 and AF. RGB value is (0,66,175). Sum of RGB (Red+Green+Blue) = 0+66+175=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #0042AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0042AF is #FFBD50. Grayscale: #3A3A3A. Windows color (decimal): -16760145 or 11485696. OLE color: 11485696.
HSL color Cylindrical-coordinate representation of color #0042AF: hue angle of 217.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042AF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 66 | 175 | - |
| CMYK | 1 | 0.62 | 0 | 0.31 |
| HSL | 217.37º | 1% | 0.34% | - |
| HSV(B) | 217.37º | 1% | 0.69% | - |
| XYZ | 9.69 | 6.99 | 41.4 | - |
| YUV | 58.69 | 193.63 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 175 | 1 | 0.62 | 0 | 0.31 | 217.37 | 1 | 0.34 |
| Hex | 0 | 42 | AF | 64 | 3E | 0 | 1F | D9 | 64 | 22 |
| Octal | 0 | 102 | 257 | 144 | 76 | 0 | 37 | 331 | 144 | 42 |
| Binary | 0 | 1000010 | 10101111 | 1100100 | 111110 | 0 | 11111 | 11011001 | 1100100 | 100010 |
Color Harmonies of #0042AF
Complementary color
Monochromatic Colors of #0042AF
Black with #0042AF
Text Example
Text Example
White with #0042AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0042AF; }
p { color: rgb(0,66,175); }
H1.HeaderClassName
{
color: #0042AF;
}
.AnyTagClassName
{
color: #0042AF;
}
</style>
background-color css
<style>
a { background-color: #0042AF; }
a { background-color: rgb(0,66,175); }
div.DivClassName
{
background-color: #0042AF;
}
.BgClassName
{
background-color: #0042AF;
}
</style>
border-color css
<style>
span { border-color: #0042AF; }
span { border-color: rgb(0,66,175); }
td.TdClassName
{
border-color: #0042AF;
}
.TagClassName
{
border-color: #0042AF;
}
</style>