Shades of Cobalt #0855AA
Tints of Cobalt #0855AA
RGB
CMYK
RGB Variations
Color information
#0855AA (or 0x0855AA) is known color: Cobalt. HEX triplet: 08, 55 and AA. RGB value is (8,85,170). Sum of RGB (Red+Green+Blue) = 8+85+170=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #0855AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0855AA is #F7AA55. Grayscale: #474747. Windows color (decimal): -16230998 or 11162888. OLE color: 11162888.
HSL color Cylindrical-coordinate representation of color #0855AA: hue angle of 211.48º 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 #0855AA is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 85 | 170 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.33 |
| HSL | 211.48º | 0.91% | 0.35% | - |
| HSV(B) | 211.48º | 0.95% | 0.67% | - |
| XYZ | 10.6 | 9.45 | 39.3 | - |
| YUV | 71.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 170 | 0.95 | 0.50 | 0 | 0.33 | 211.48 | 0.91 | 0.35 |
| Hex | 8 | 55 | AA | 5F | 32 | 0 | 21 | D3 | 5B | 23 |
| Octal | 10 | 125 | 252 | 137 | 62 | 0 | 41 | 323 | 133 | 43 |
| Binary | 1000 | 1010101 | 10101010 | 1011111 | 110010 | 0 | 100001 | 11010011 | 1011011 | 100011 |
Color Harmonies of #0855AA
Complementary color
Monochromatic Colors of #0855AA
Black with #0855AA
Text Example
Text Example
White with #0855AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855AA; }
p { color: rgb(8,85,170); }
H1.HeaderClassName
{
color: #0855AA;
}
.AnyTagClassName
{
color: #0855AA;
}
</style>
background-color css
<style>
a { background-color: #0855AA; }
a { background-color: rgb(8,85,170); }
div.DivClassName
{
background-color: #0855AA;
}
.BgClassName
{
background-color: #0855AA;
}
</style>
border-color css
<style>
span { border-color: #0855AA; }
span { border-color: rgb(8,85,170); }
td.TdClassName
{
border-color: #0855AA;
}
.TagClassName
{
border-color: #0855AA;
}
</style>