Shades of Cobalt #0642AD
Tints of Cobalt #0642AD
RGB
CMYK
RGB Variations
Color information
#0642AD (or 0x0642AD) is known color: Cobalt. HEX triplet: 06, 42 and AD. RGB value is (6,66,173). Sum of RGB (Red+Green+Blue) = 6+66+173=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #0642AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0642AD is #F9BD52. Grayscale: #3B3B3B. Windows color (decimal): -16366931 or 11354630. OLE color: 11354630.
HSL color Cylindrical-coordinate representation of color #0642AD: hue angle of 218.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0642AD is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 66 | 173 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.32 |
| HSL | 218.44º | 0.93% | 0.35% | - |
| HSV(B) | 218.44º | 0.97% | 0.68% | - |
| XYZ | 9.57 | 6.95 | 40.37 | - |
| YUV | 60.26 | 191.62 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 173 | 0.97 | 0.62 | 0 | 0.32 | 218.44 | 0.93 | 0.35 |
| Hex | 6 | 42 | AD | 61 | 3E | 0 | 20 | DA | 5D | 23 |
| Octal | 6 | 102 | 255 | 141 | 76 | 0 | 40 | 332 | 135 | 43 |
| Binary | 110 | 1000010 | 10101101 | 1100001 | 111110 | 0 | 100000 | 11011010 | 1011101 | 100011 |
Color Harmonies of #0642AD
Complementary color
Monochromatic Colors of #0642AD
Black with #0642AD
Text Example
Text Example
White with #0642AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0642AD; }
p { color: rgb(6,66,173); }
H1.HeaderClassName
{
color: #0642AD;
}
.AnyTagClassName
{
color: #0642AD;
}
</style>
background-color css
<style>
a { background-color: #0642AD; }
a { background-color: rgb(6,66,173); }
div.DivClassName
{
background-color: #0642AD;
}
.BgClassName
{
background-color: #0642AD;
}
</style>
border-color css
<style>
span { border-color: #0642AD; }
span { border-color: rgb(6,66,173); }
td.TdClassName
{
border-color: #0642AD;
}
.TagClassName
{
border-color: #0642AD;
}
</style>