Shades of Navy Blue #085BDE
Tints of Navy Blue #085BDE
RGB
CMYK
RGB Variations
Color information
#085BDE (or 0x085BDE) is known color: Navy Blue. HEX triplet: 08, 5B and DE. RGB value is (8,91,222). Sum of RGB (Red+Green+Blue) = 8+91+222=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #085BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BDE is #F7A421. Grayscale: #505050. Windows color (decimal): -16229410 or 14572296. OLE color: 14572296.
HSL color Cylindrical-coordinate representation of color #085BDE: hue angle of 216.73º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BDE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 91 | 222 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.13 |
| HSL | 216.73º | 0.93% | 0.45% | - |
| HSV(B) | 216.73º | 0.96% | 0.87% | - |
| XYZ | 17.03 | 12.81 | 70.68 | - |
| YUV | 81.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 222 | 0.96 | 0.59 | 0 | 0.13 | 216.73 | 0.93 | 0.45 |
| Hex | 8 | 5B | DE | 60 | 3B | 0 | D | D9 | 5D | 2D |
| Octal | 10 | 133 | 336 | 140 | 73 | 0 | 15 | 331 | 135 | 55 |
| Binary | 1000 | 1011011 | 11011110 | 1100000 | 111011 | 0 | 1101 | 11011001 | 1011101 | 101101 |
Color Harmonies of #085BDE
Complementary color
Monochromatic Colors of #085BDE
Black with #085BDE
Text Example
Text Example
White with #085BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BDE; }
p { color: rgb(8,91,222); }
H1.HeaderClassName
{
color: #085BDE;
}
.AnyTagClassName
{
color: #085BDE;
}
</style>
background-color css
<style>
a { background-color: #085BDE; }
a { background-color: rgb(8,91,222); }
div.DivClassName
{
background-color: #085BDE;
}
.BgClassName
{
background-color: #085BDE;
}
</style>
border-color css
<style>
span { border-color: #085BDE; }
span { border-color: rgb(8,91,222); }
td.TdClassName
{
border-color: #085BDE;
}
.TagClassName
{
border-color: #085BDE;
}
</style>