Shades of Cobalt #0060AD
Tints of Cobalt #0060AD
RGB
CMYK
RGB Variations
Color information
#0060AD (or 0x0060AD) is known color: Cobalt. HEX triplet: 00, 60 and AD. RGB value is (0,96,173). Sum of RGB (Red+Green+Blue) = 0+96+173=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0060AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0060AD is #FF9F52. Grayscale: #4B4B4B. Windows color (decimal): -16752467 or 11362304. OLE color: 11362304.
HSL color Cylindrical-coordinate representation of color #0060AD: hue angle of 206.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060AD is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 96 | 173 | - |
| CMYK | 1 | 0.45 | 0 | 0.32 |
| HSL | 206.71º | 1% | 0.34% | - |
| HSV(B) | 206.71º | 1% | 0.68% | - |
| XYZ | 11.73 | 11.38 | 41.11 | - |
| YUV | 76.07 | 182.7 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 173 | 1 | 0.45 | 0 | 0.32 | 206.71 | 1 | 0.34 |
| Hex | 0 | 60 | AD | 64 | 2D | 0 | 20 | CF | 64 | 22 |
| Octal | 0 | 140 | 255 | 144 | 55 | 0 | 40 | 317 | 144 | 42 |
| Binary | 0 | 1100000 | 10101101 | 1100100 | 101101 | 0 | 100000 | 11001111 | 1100100 | 100010 |
Color Harmonies of #0060AD
Complementary color
Monochromatic Colors of #0060AD
Black with #0060AD
Text Example
Text Example
White with #0060AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060AD; }
p { color: rgb(0,96,173); }
H1.HeaderClassName
{
color: #0060AD;
}
.AnyTagClassName
{
color: #0060AD;
}
</style>
background-color css
<style>
a { background-color: #0060AD; }
a { background-color: rgb(0,96,173); }
div.DivClassName
{
background-color: #0060AD;
}
.BgClassName
{
background-color: #0060AD;
}
</style>
border-color css
<style>
span { border-color: #0060AD; }
span { border-color: rgb(0,96,173); }
td.TdClassName
{
border-color: #0060AD;
}
.TagClassName
{
border-color: #0060AD;
}
</style>