Shades of Cobalt #0061AB
Tints of Cobalt #0061AB
RGB
CMYK
RGB Variations
Color information
#0061AB (or 0x0061AB) is known color: Cobalt. HEX triplet: 00, 61 and AB. RGB value is (0,97,171). Sum of RGB (Red+Green+Blue) = 0+97+171=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #0061AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0061AB is #FF9E54. Grayscale: #4C4C4C. Windows color (decimal): -16752213 or 11231488. OLE color: 11231488.
HSL color Cylindrical-coordinate representation of color #0061AB: hue angle of 205.96º 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 #0061AB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 97 | 171 | - |
| CMYK | 1 | 0.43 | 0 | 0.33 |
| HSL | 205.96º | 1% | 0.34% | - |
| HSV(B) | 205.96º | 1% | 0.67% | - |
| XYZ | 11.63 | 11.49 | 40.13 | - |
| YUV | 76.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 171 | 1 | 0.43 | 0 | 0.33 | 205.96 | 1 | 0.34 |
| Hex | 0 | 61 | AB | 64 | 2B | 0 | 21 | CE | 64 | 22 |
| Octal | 0 | 141 | 253 | 144 | 53 | 0 | 41 | 316 | 144 | 42 |
| Binary | 0 | 1100001 | 10101011 | 1100100 | 101011 | 0 | 100001 | 11001110 | 1100100 | 100010 |
Color Harmonies of #0061AB
Complementary color
Monochromatic Colors of #0061AB
Black with #0061AB
Text Example
Text Example
White with #0061AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061AB; }
p { color: rgb(0,97,171); }
H1.HeaderClassName
{
color: #0061AB;
}
.AnyTagClassName
{
color: #0061AB;
}
</style>
background-color css
<style>
a { background-color: #0061AB; }
a { background-color: rgb(0,97,171); }
div.DivClassName
{
background-color: #0061AB;
}
.BgClassName
{
background-color: #0061AB;
}
</style>
border-color css
<style>
span { border-color: #0061AB; }
span { border-color: rgb(0,97,171); }
td.TdClassName
{
border-color: #0061AB;
}
.TagClassName
{
border-color: #0061AB;
}
</style>