Shades of Navy Blue #085BDD
Tints of Navy Blue #085BDD
RGB
CMYK
RGB Variations
Color information
#085BDD (or 0x085BDD) is known color: Navy Blue. HEX triplet: 08, 5B and DD. RGB value is (8,91,221). Sum of RGB (Red+Green+Blue) = 8+91+221=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #085BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BDD is #F7A422. Grayscale: #505050. Windows color (decimal): -16229411 or 14506760. OLE color: 14506760.
HSL color Cylindrical-coordinate representation of color #085BDD: hue angle of 216.62º 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 #085BDD is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 91 | 221 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.13 |
| HSL | 216.62º | 0.93% | 0.45% | - |
| HSV(B) | 216.62º | 0.96% | 0.87% | - |
| XYZ | 16.89 | 12.75 | 69.98 | - |
| YUV | 81 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 221 | 0.96 | 0.59 | 0 | 0.13 | 216.62 | 0.93 | 0.45 |
| Hex | 8 | 5B | DD | 60 | 3B | 0 | D | D9 | 5D | 2D |
| Octal | 10 | 133 | 335 | 140 | 73 | 0 | 15 | 331 | 135 | 55 |
| Binary | 1000 | 1011011 | 11011101 | 1100000 | 111011 | 0 | 1101 | 11011001 | 1011101 | 101101 |
Color Harmonies of #085BDD
Complementary color
Monochromatic Colors of #085BDD
Black with #085BDD
Text Example
Text Example
White with #085BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BDD; }
p { color: rgb(8,91,221); }
H1.HeaderClassName
{
color: #085BDD;
}
.AnyTagClassName
{
color: #085BDD;
}
</style>
background-color css
<style>
a { background-color: #085BDD; }
a { background-color: rgb(8,91,221); }
div.DivClassName
{
background-color: #085BDD;
}
.BgClassName
{
background-color: #085BDD;
}
</style>
border-color css
<style>
span { border-color: #085BDD; }
span { border-color: rgb(8,91,221); }
td.TdClassName
{
border-color: #085BDD;
}
.TagClassName
{
border-color: #085BDD;
}
</style>