Shades of Navy Blue #085EFF
Tints of Navy Blue #085EFF
RGB
CMYK
RGB Variations
Color information
#085EFF (or 0x085EFF) is known color: Navy Blue. HEX triplet: 08, 5E and FF. RGB value is (8,94,255). Sum of RGB (Red+Green+Blue) = 8+94+255=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #085EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EFF is #F7A100. Grayscale: #555555. Windows color (decimal): -16228609 or 16735752. OLE color: 16735752.
HSL color Cylindrical-coordinate representation of color #085EFF: hue angle of 219.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EFF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 94 | 255 | - |
| CMYK | 0.97 | 0.63 | 0 | 0 |
| HSL | 219.11º | 1% | 0.52% | - |
| HSV(B) | 219.11º | 0.97% | 1% | - |
| XYZ | 22.15 | 15.28 | 96.39 | - |
| YUV | 86.64 | 223.01 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 255 | 0.97 | 0.63 | 0 | 0 | 219.11 | 1 | 0.52 |
| Hex | 8 | 5E | FF | 61 | 3F | 0 | 0 | DB | 64 | 34 |
| Octal | 10 | 136 | 377 | 141 | 77 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1000 | 1011110 | 11111111 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #085EFF
Complementary color
Monochromatic Colors of #085EFF
Black with #085EFF
Text Example
Text Example
White with #085EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EFF; }
p { color: rgb(8,94,255); }
H1.HeaderClassName
{
color: #085EFF;
}
.AnyTagClassName
{
color: #085EFF;
}
</style>
background-color css
<style>
a { background-color: #085EFF; }
a { background-color: rgb(8,94,255); }
div.DivClassName
{
background-color: #085EFF;
}
.BgClassName
{
background-color: #085EFF;
}
</style>
border-color css
<style>
span { border-color: #085EFF; }
span { border-color: rgb(8,94,255); }
td.TdClassName
{
border-color: #085EFF;
}
.TagClassName
{
border-color: #085EFF;
}
</style>