Shades of Navy Blue #085AD8
Tints of Navy Blue #085AD8
RGB
CMYK
RGB Variations
Color information
#085AD8 (or 0x085AD8) is known color: Navy Blue. HEX triplet: 08, 5A and D8. RGB value is (8,90,216). Sum of RGB (Red+Green+Blue) = 8+90+216=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 216 (84.77% from 255 or 68.79% from 314); Max value from RGB is 216 - color contains mainly: blue. Hex color #085AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AD8 is #F7A527. Grayscale: #4F4F4F. Windows color (decimal): -16229672 or 14178824. OLE color: 14178824.
HSL color Cylindrical-coordinate representation of color #085AD8: hue angle of 216.35º 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 #085AD8 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 90 | 216 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.15 |
| HSL | 216.35º | 0.93% | 0.44% | - |
| HSV(B) | 216.35º | 0.96% | 0.85% | - |
| XYZ | 16.15 | 12.32 | 66.49 | - |
| YUV | 79.85 | 204.83 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 216 | 0.96 | 0.58 | 0 | 0.15 | 216.35 | 0.93 | 0.44 |
| Hex | 8 | 5A | D8 | 60 | 3A | 0 | F | D8 | 5D | 2C |
| Octal | 10 | 132 | 330 | 140 | 72 | 0 | 17 | 330 | 135 | 54 |
| Binary | 1000 | 1011010 | 11011000 | 1100000 | 111010 | 0 | 1111 | 11011000 | 1011101 | 101100 |
Color Harmonies of #085AD8
Complementary color
Monochromatic Colors of #085AD8
Black with #085AD8
Text Example
Text Example
White with #085AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AD8; }
p { color: rgb(8,90,216); }
H1.HeaderClassName
{
color: #085AD8;
}
.AnyTagClassName
{
color: #085AD8;
}
</style>
background-color css
<style>
a { background-color: #085AD8; }
a { background-color: rgb(8,90,216); }
div.DivClassName
{
background-color: #085AD8;
}
.BgClassName
{
background-color: #085AD8;
}
</style>
border-color css
<style>
span { border-color: #085AD8; }
span { border-color: rgb(8,90,216); }
td.TdClassName
{
border-color: #085AD8;
}
.TagClassName
{
border-color: #085AD8;
}
</style>