Shades of Cobalt #0855AB
Tints of Cobalt #0855AB
RGB
CMYK
RGB Variations
Color information
#0855AB (or 0x0855AB) is known color: Cobalt. HEX triplet: 08, 55 and AB. RGB value is (8,85,171). Sum of RGB (Red+Green+Blue) = 8+85+171=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #0855AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0855AB is #F7AA54. Grayscale: #474747. Windows color (decimal): -16230997 or 11228424. OLE color: 11228424.
HSL color Cylindrical-coordinate representation of color #0855AB: hue angle of 211.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0855AB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 85 | 171 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.33 |
| HSL | 211.66º | 0.91% | 0.35% | - |
| HSV(B) | 211.66º | 0.95% | 0.67% | - |
| XYZ | 10.7 | 9.49 | 39.8 | - |
| YUV | 71.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 171 | 0.95 | 0.50 | 0 | 0.33 | 211.66 | 0.91 | 0.35 |
| Hex | 8 | 55 | AB | 5F | 32 | 0 | 21 | D4 | 5B | 23 |
| Octal | 10 | 125 | 253 | 137 | 62 | 0 | 41 | 324 | 133 | 43 |
| Binary | 1000 | 1010101 | 10101011 | 1011111 | 110010 | 0 | 100001 | 11010100 | 1011011 | 100011 |
Color Harmonies of #0855AB
Complementary color
Monochromatic Colors of #0855AB
Black with #0855AB
Text Example
Text Example
White with #0855AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855AB; }
p { color: rgb(8,85,171); }
H1.HeaderClassName
{
color: #0855AB;
}
.AnyTagClassName
{
color: #0855AB;
}
</style>
background-color css
<style>
a { background-color: #0855AB; }
a { background-color: rgb(8,85,171); }
div.DivClassName
{
background-color: #0855AB;
}
.BgClassName
{
background-color: #0855AB;
}
</style>
border-color css
<style>
span { border-color: #0855AB; }
span { border-color: rgb(8,85,171); }
td.TdClassName
{
border-color: #0855AB;
}
.TagClassName
{
border-color: #0855AB;
}
</style>