Shades of Navy Blue #085ADA
Tints of Navy Blue #085ADA
RGB
CMYK
RGB Variations
Color information
#085ADA (or 0x085ADA) is known color: Navy Blue. HEX triplet: 08, 5A and DA. RGB value is (8,90,218). Sum of RGB (Red+Green+Blue) = 8+90+218=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #085ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ADA is #F7A525. Grayscale: #4F4F4F. Windows color (decimal): -16229670 or 14309896. OLE color: 14309896.
HSL color Cylindrical-coordinate representation of color #085ADA: hue angle of 216.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ADA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 90 | 218 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.15 |
| HSL | 216.57º | 0.93% | 0.44% | - |
| HSV(B) | 216.57º | 0.96% | 0.85% | - |
| XYZ | 16.41 | 12.43 | 67.86 | - |
| YUV | 80.07 | 205.83 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 218 | 0.96 | 0.59 | 0 | 0.15 | 216.57 | 0.93 | 0.44 |
| Hex | 8 | 5A | DA | 60 | 3B | 0 | F | D9 | 5D | 2C |
| Octal | 10 | 132 | 332 | 140 | 73 | 0 | 17 | 331 | 135 | 54 |
| Binary | 1000 | 1011010 | 11011010 | 1100000 | 111011 | 0 | 1111 | 11011001 | 1011101 | 101100 |
Color Harmonies of #085ADA
Complementary color
Monochromatic Colors of #085ADA
Black with #085ADA
Text Example
Text Example
White with #085ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ADA; }
p { color: rgb(8,90,218); }
H1.HeaderClassName
{
color: #085ADA;
}
.AnyTagClassName
{
color: #085ADA;
}
</style>
background-color css
<style>
a { background-color: #085ADA; }
a { background-color: rgb(8,90,218); }
div.DivClassName
{
background-color: #085ADA;
}
.BgClassName
{
background-color: #085ADA;
}
</style>
border-color css
<style>
span { border-color: #085ADA; }
span { border-color: rgb(8,90,218); }
td.TdClassName
{
border-color: #085ADA;
}
.TagClassName
{
border-color: #085ADA;
}
</style>