Shades of Cobalt #0642AF
Tints of Cobalt #0642AF
RGB
CMYK
RGB Variations
Color information
#0642AF (or 0x0642AF) is known color: Cobalt. HEX triplet: 06, 42 and AF. RGB value is (6,66,175). Sum of RGB (Red+Green+Blue) = 6+66+175=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #0642AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0642AF is #F9BD50. Grayscale: #3B3B3B. Windows color (decimal): -16366929 or 11485702. OLE color: 11485702.
HSL color Cylindrical-coordinate representation of color #0642AF: hue angle of 218.7º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0642AF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 66 | 175 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.31 |
| HSL | 218.7º | 0.93% | 0.35% | - |
| HSV(B) | 218.7º | 0.97% | 0.69% | - |
| XYZ | 9.76 | 7.03 | 41.4 | - |
| YUV | 60.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 175 | 0.97 | 0.62 | 0 | 0.31 | 218.7 | 0.93 | 0.35 |
| Hex | 6 | 42 | AF | 61 | 3E | 0 | 1F | DB | 5D | 23 |
| Octal | 6 | 102 | 257 | 141 | 76 | 0 | 37 | 333 | 135 | 43 |
| Binary | 110 | 1000010 | 10101111 | 1100001 | 111110 | 0 | 11111 | 11011011 | 1011101 | 100011 |
Color Harmonies of #0642AF
Complementary color
Monochromatic Colors of #0642AF
Black with #0642AF
Text Example
Text Example
White with #0642AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0642AF; }
p { color: rgb(6,66,175); }
H1.HeaderClassName
{
color: #0642AF;
}
.AnyTagClassName
{
color: #0642AF;
}
</style>
background-color css
<style>
a { background-color: #0642AF; }
a { background-color: rgb(6,66,175); }
div.DivClassName
{
background-color: #0642AF;
}
.BgClassName
{
background-color: #0642AF;
}
</style>
border-color css
<style>
span { border-color: #0642AF; }
span { border-color: rgb(6,66,175); }
td.TdClassName
{
border-color: #0642AF;
}
.TagClassName
{
border-color: #0642AF;
}
</style>