Shades of Navy Blue #085EE6
Tints of Navy Blue #085EE6
RGB
CMYK
RGB Variations
Color information
#085EE6 (or 0x085EE6) is known color: Navy Blue. HEX triplet: 08, 5E and E6. RGB value is (8,94,230). Sum of RGB (Red+Green+Blue) = 8+94+230=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 230 (90.23% from 255 or 69.28% from 332); Max value from RGB is 230 - color contains mainly: blue. Hex color #085EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EE6 is #F7A119. Grayscale: #535353. Windows color (decimal): -16228634 or 15097352. OLE color: 15097352.
HSL color Cylindrical-coordinate representation of color #085EE6: hue angle of 216.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EE6 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 94 | 230 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.10 |
| HSL | 216.76º | 0.93% | 0.47% | - |
| HSV(B) | 216.76º | 0.97% | 0.9% | - |
| XYZ | 18.39 | 13.77 | 76.55 | - |
| YUV | 83.79 | 210.51 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 230 | 0.97 | 0.59 | 0 | 0.10 | 216.76 | 0.93 | 0.47 |
| Hex | 8 | 5E | E6 | 61 | 3B | 0 | A | D9 | 5D | 2F |
| Octal | 10 | 136 | 346 | 141 | 73 | 0 | 12 | 331 | 135 | 57 |
| Binary | 1000 | 1011110 | 11100110 | 1100001 | 111011 | 0 | 1010 | 11011001 | 1011101 | 101111 |
Color Harmonies of #085EE6
Complementary color
Monochromatic Colors of #085EE6
Black with #085EE6
Text Example
Text Example
White with #085EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EE6; }
p { color: rgb(8,94,230); }
H1.HeaderClassName
{
color: #085EE6;
}
.AnyTagClassName
{
color: #085EE6;
}
</style>
background-color css
<style>
a { background-color: #085EE6; }
a { background-color: rgb(8,94,230); }
div.DivClassName
{
background-color: #085EE6;
}
.BgClassName
{
background-color: #085EE6;
}
</style>
border-color css
<style>
span { border-color: #085EE6; }
span { border-color: rgb(8,94,230); }
td.TdClassName
{
border-color: #085EE6;
}
.TagClassName
{
border-color: #085EE6;
}
</style>