Shades of Navy Blue #085ED5
Tints of Navy Blue #085ED5
RGB
CMYK
RGB Variations
Color information
#085ED5 (or 0x085ED5) is known color: Navy Blue. HEX triplet: 08, 5E and D5. RGB value is (8,94,213). Sum of RGB (Red+Green+Blue) = 8+94+213=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #085ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ED5 is #F7A12A. Grayscale: #515151. Windows color (decimal): -16228651 or 13983240. OLE color: 13983240.
HSL color Cylindrical-coordinate representation of color #085ED5: hue angle of 214.83º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ED5 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 94 | 213 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.16 |
| HSL | 214.83º | 0.93% | 0.43% | - |
| HSV(B) | 214.83º | 0.96% | 0.84% | - |
| XYZ | 16.11 | 12.86 | 64.58 | - |
| YUV | 81.85 | 202.01 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 213 | 0.96 | 0.56 | 0 | 0.16 | 214.83 | 0.93 | 0.43 |
| Hex | 8 | 5E | D5 | 60 | 38 | 0 | 10 | D7 | 5D | 2B |
| Octal | 10 | 136 | 325 | 140 | 70 | 0 | 20 | 327 | 135 | 53 |
| Binary | 1000 | 1011110 | 11010101 | 1100000 | 111000 | 0 | 10000 | 11010111 | 1011101 | 101011 |
Color Harmonies of #085ED5
Complementary color
Monochromatic Colors of #085ED5
Black with #085ED5
Text Example
Text Example
White with #085ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ED5; }
p { color: rgb(8,94,213); }
H1.HeaderClassName
{
color: #085ED5;
}
.AnyTagClassName
{
color: #085ED5;
}
</style>
background-color css
<style>
a { background-color: #085ED5; }
a { background-color: rgb(8,94,213); }
div.DivClassName
{
background-color: #085ED5;
}
.BgClassName
{
background-color: #085ED5;
}
</style>
border-color css
<style>
span { border-color: #085ED5; }
span { border-color: rgb(8,94,213); }
td.TdClassName
{
border-color: #085ED5;
}
.TagClassName
{
border-color: #085ED5;
}
</style>