Shades of Cobalt #085696
Tints of Cobalt #085696
RGB
CMYK
RGB Variations
Color information
#085696 (or 0x085696) is known color: Cobalt. HEX triplet: 08, 56 and 96. RGB value is (8,86,150). Sum of RGB (Red+Green+Blue) = 8+86+150=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #085696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085696 is #F7A969. Grayscale: #454545. Windows color (decimal): -16230762 or 9852424. OLE color: 9852424.
HSL color Cylindrical-coordinate representation of color #085696: hue angle of 207.04º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085696 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 86 | 150 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.41 |
| HSL | 207.04º | 0.9% | 0.31% | - |
| HSV(B) | 207.04º | 0.95% | 0.59% | - |
| XYZ | 8.93 | 8.91 | 30.1 | - |
| YUV | 69.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 150 | 0.95 | 0.43 | 0 | 0.41 | 207.04 | 0.9 | 0.31 |
| Hex | 8 | 56 | 96 | 5F | 2B | 0 | 29 | CF | 5A | 1F |
| Octal | 10 | 126 | 226 | 137 | 53 | 0 | 51 | 317 | 132 | 37 |
| Binary | 1000 | 1010110 | 10010110 | 1011111 | 101011 | 0 | 101001 | 11001111 | 1011010 | 11111 |
Color Harmonies of #085696
Complementary color
Monochromatic Colors of #085696
Black with #085696
Text Example
Text Example
White with #085696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085696; }
p { color: rgb(8,86,150); }
H1.HeaderClassName
{
color: #085696;
}
.AnyTagClassName
{
color: #085696;
}
</style>
background-color css
<style>
a { background-color: #085696; }
a { background-color: rgb(8,86,150); }
div.DivClassName
{
background-color: #085696;
}
.BgClassName
{
background-color: #085696;
}
</style>
border-color css
<style>
span { border-color: #085696; }
span { border-color: rgb(8,86,150); }
td.TdClassName
{
border-color: #085696;
}
.TagClassName
{
border-color: #085696;
}
</style>