Shades of Cobalt #085497
Tints of Cobalt #085497
RGB
CMYK
RGB Variations
Color information
#085497 (or 0x085497) is known color: Cobalt. HEX triplet: 08, 54 and 97. RGB value is (8,84,151). Sum of RGB (Red+Green+Blue) = 8+84+151=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #085497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085497 is #F7AB68. Grayscale: #444444. Windows color (decimal): -16231273 or 9917448. OLE color: 9917448.
HSL color Cylindrical-coordinate representation of color #085497: hue angle of 208.11º 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 #085497 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 84 | 151 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.41 |
| HSL | 208.11º | 0.9% | 0.31% | - |
| HSV(B) | 208.11º | 0.95% | 0.59% | - |
| XYZ | 8.86 | 8.63 | 30.48 | - |
| YUV | 68.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 151 | 0.95 | 0.44 | 0 | 0.41 | 208.11 | 0.9 | 0.31 |
| Hex | 8 | 54 | 97 | 5F | 2C | 0 | 29 | D0 | 5A | 1F |
| Octal | 10 | 124 | 227 | 137 | 54 | 0 | 51 | 320 | 132 | 37 |
| Binary | 1000 | 1010100 | 10010111 | 1011111 | 101100 | 0 | 101001 | 11010000 | 1011010 | 11111 |
Color Harmonies of #085497
Complementary color
Monochromatic Colors of #085497
Black with #085497
Text Example
Text Example
White with #085497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085497; }
p { color: rgb(8,84,151); }
H1.HeaderClassName
{
color: #085497;
}
.AnyTagClassName
{
color: #085497;
}
</style>
background-color css
<style>
a { background-color: #085497; }
a { background-color: rgb(8,84,151); }
div.DivClassName
{
background-color: #085497;
}
.BgClassName
{
background-color: #085497;
}
</style>
border-color css
<style>
span { border-color: #085497; }
span { border-color: rgb(8,84,151); }
td.TdClassName
{
border-color: #085497;
}
.TagClassName
{
border-color: #085497;
}
</style>