Shades of Cobalt #0055AB
Tints of Cobalt #0055AB
RGB
CMYK
RGB Variations
Color information
#0055AB (or 0x0055AB) is known color: Cobalt. HEX triplet: 00, 55 and AB. RGB value is (0,85,171). Sum of RGB (Red+Green+Blue) = 0+85+171=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #0055AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0055AB is #FFAA54. Grayscale: #444444. Windows color (decimal): -16755285 or 11228416. OLE color: 11228416.
HSL color Cylindrical-coordinate representation of color #0055AB: hue angle of 210.18º 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 #0055AB is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 85 | 171 | - |
| CMYK | 1 | 0.50 | 0 | 0.33 |
| HSL | 210.18º | 1% | 0.34% | - |
| HSV(B) | 210.18º | 1% | 0.67% | - |
| XYZ | 10.6 | 9.44 | 39.79 | - |
| YUV | 69.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 171 | 1 | 0.50 | 0 | 0.33 | 210.18 | 1 | 0.34 |
| Hex | 0 | 55 | AB | 64 | 32 | 0 | 21 | D2 | 64 | 22 |
| Octal | 0 | 125 | 253 | 144 | 62 | 0 | 41 | 322 | 144 | 42 |
| Binary | 0 | 1010101 | 10101011 | 1100100 | 110010 | 0 | 100001 | 11010010 | 1100100 | 100010 |
Color Harmonies of #0055AB
Complementary color
Monochromatic Colors of #0055AB
Black with #0055AB
Text Example
Text Example
White with #0055AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055AB; }
p { color: rgb(0,85,171); }
H1.HeaderClassName
{
color: #0055AB;
}
.AnyTagClassName
{
color: #0055AB;
}
</style>
background-color css
<style>
a { background-color: #0055AB; }
a { background-color: rgb(0,85,171); }
div.DivClassName
{
background-color: #0055AB;
}
.BgClassName
{
background-color: #0055AB;
}
</style>
border-color css
<style>
span { border-color: #0055AB; }
span { border-color: rgb(0,85,171); }
td.TdClassName
{
border-color: #0055AB;
}
.TagClassName
{
border-color: #0055AB;
}
</style>