Shades of Cobalt #0060AB
Tints of Cobalt #0060AB
RGB
CMYK
RGB Variations
Color information
#0060AB (or 0x0060AB) is known color: Cobalt. HEX triplet: 00, 60 and AB. RGB value is (0,96,171). Sum of RGB (Red+Green+Blue) = 0+96+171=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #0060AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0060AB is #FF9F54. Grayscale: #4B4B4B. Windows color (decimal): -16752469 or 11231232. OLE color: 11231232.
HSL color Cylindrical-coordinate representation of color #0060AB: hue angle of 206.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060AB is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 96 | 171 | - |
| CMYK | 1 | 0.44 | 0 | 0.33 |
| HSL | 206.32º | 1% | 0.34% | - |
| HSV(B) | 206.32º | 1% | 0.67% | - |
| XYZ | 11.53 | 11.31 | 40.1 | - |
| YUV | 75.85 | 181.7 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 171 | 1 | 0.44 | 0 | 0.33 | 206.32 | 1 | 0.34 |
| Hex | 0 | 60 | AB | 64 | 2C | 0 | 21 | CE | 64 | 22 |
| Octal | 0 | 140 | 253 | 144 | 54 | 0 | 41 | 316 | 144 | 42 |
| Binary | 0 | 1100000 | 10101011 | 1100100 | 101100 | 0 | 100001 | 11001110 | 1100100 | 100010 |
Color Harmonies of #0060AB
Complementary color
Monochromatic Colors of #0060AB
Black with #0060AB
Text Example
Text Example
White with #0060AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060AB; }
p { color: rgb(0,96,171); }
H1.HeaderClassName
{
color: #0060AB;
}
.AnyTagClassName
{
color: #0060AB;
}
</style>
background-color css
<style>
a { background-color: #0060AB; }
a { background-color: rgb(0,96,171); }
div.DivClassName
{
background-color: #0060AB;
}
.BgClassName
{
background-color: #0060AB;
}
</style>
border-color css
<style>
span { border-color: #0060AB; }
span { border-color: rgb(0,96,171); }
td.TdClassName
{
border-color: #0060AB;
}
.TagClassName
{
border-color: #0060AB;
}
</style>