Shades of Navy Blue #085ADD
Tints of Navy Blue #085ADD
RGB
CMYK
RGB Variations
Color information
#085ADD (or 0x085ADD) is known color: Navy Blue. HEX triplet: 08, 5A and DD. RGB value is (8,90,221). Sum of RGB (Red+Green+Blue) = 8+90+221=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #085ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ADD is #F7A522. Grayscale: #4F4F4F. Windows color (decimal): -16229667 or 14506504. OLE color: 14506504.
HSL color Cylindrical-coordinate representation of color #085ADD: hue angle of 216.9º 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 #085ADD is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 90 | 221 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.13 |
| HSL | 216.9º | 0.93% | 0.45% | - |
| HSV(B) | 216.9º | 0.96% | 0.87% | - |
| XYZ | 16.81 | 12.58 | 69.95 | - |
| YUV | 80.42 | 207.33 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 221 | 0.96 | 0.59 | 0 | 0.13 | 216.9 | 0.93 | 0.45 |
| Hex | 8 | 5A | DD | 60 | 3B | 0 | D | D9 | 5D | 2D |
| Octal | 10 | 132 | 335 | 140 | 73 | 0 | 15 | 331 | 135 | 55 |
| Binary | 1000 | 1011010 | 11011101 | 1100000 | 111011 | 0 | 1101 | 11011001 | 1011101 | 101101 |
Color Harmonies of #085ADD
Complementary color
Monochromatic Colors of #085ADD
Black with #085ADD
Text Example
Text Example
White with #085ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ADD; }
p { color: rgb(8,90,221); }
H1.HeaderClassName
{
color: #085ADD;
}
.AnyTagClassName
{
color: #085ADD;
}
</style>
background-color css
<style>
a { background-color: #085ADD; }
a { background-color: rgb(8,90,221); }
div.DivClassName
{
background-color: #085ADD;
}
.BgClassName
{
background-color: #085ADD;
}
</style>
border-color css
<style>
span { border-color: #085ADD; }
span { border-color: rgb(8,90,221); }
td.TdClassName
{
border-color: #085ADD;
}
.TagClassName
{
border-color: #085ADD;
}
</style>