Shades of Navy Blue #085EE5
Tints of Navy Blue #085EE5
RGB
CMYK
RGB Variations
Color information
#085EE5 (or 0x085EE5) is known color: Navy Blue. HEX triplet: 08, 5E and E5. RGB value is (8,94,229). Sum of RGB (Red+Green+Blue) = 8+94+229=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #085EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EE5 is #F7A11A. Grayscale: #535353. Windows color (decimal): -16228635 or 15031816. OLE color: 15031816.
HSL color Cylindrical-coordinate representation of color #085EE5: hue angle of 216.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EE5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 94 | 229 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.10 |
| HSL | 216.65º | 0.93% | 0.46% | - |
| HSV(B) | 216.65º | 0.97% | 0.9% | - |
| XYZ | 18.25 | 13.71 | 75.81 | - |
| YUV | 83.68 | 210.01 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 229 | 0.97 | 0.59 | 0 | 0.10 | 216.65 | 0.93 | 0.46 |
| Hex | 8 | 5E | E5 | 61 | 3B | 0 | A | D9 | 5D | 2E |
| Octal | 10 | 136 | 345 | 141 | 73 | 0 | 12 | 331 | 135 | 56 |
| Binary | 1000 | 1011110 | 11100101 | 1100001 | 111011 | 0 | 1010 | 11011001 | 1011101 | 101110 |
Color Harmonies of #085EE5
Complementary color
Monochromatic Colors of #085EE5
Black with #085EE5
Text Example
Text Example
White with #085EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EE5; }
p { color: rgb(8,94,229); }
H1.HeaderClassName
{
color: #085EE5;
}
.AnyTagClassName
{
color: #085EE5;
}
</style>
background-color css
<style>
a { background-color: #085EE5; }
a { background-color: rgb(8,94,229); }
div.DivClassName
{
background-color: #085EE5;
}
.BgClassName
{
background-color: #085EE5;
}
</style>
border-color css
<style>
span { border-color: #085EE5; }
span { border-color: rgb(8,94,229); }
td.TdClassName
{
border-color: #085EE5;
}
.TagClassName
{
border-color: #085EE5;
}
</style>