Shades of Navy Blue #085EFC
Tints of Navy Blue #085EFC
RGB
CMYK
RGB Variations
Color information
#085EFC (or 0x085EFC) is known color: Navy Blue. HEX triplet: 08, 5E and FC. RGB value is (8,94,252). Sum of RGB (Red+Green+Blue) = 8+94+252=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #085EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EFC is #F7A103. Grayscale: #555555. Windows color (decimal): -16228612 or 16539144. OLE color: 16539144.
HSL color Cylindrical-coordinate representation of color #085EFC: hue angle of 218.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EFC is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 94 | 252 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.01 |
| HSL | 218.85º | 0.98% | 0.51% | - |
| HSV(B) | 218.85º | 0.97% | 0.99% | - |
| XYZ | 21.67 | 15.09 | 93.86 | - |
| YUV | 86.3 | 221.51 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 252 | 0.97 | 0.63 | 0 | 0.01 | 218.85 | 0.98 | 0.51 |
| Hex | 8 | 5E | FC | 61 | 3F | 0 | 1 | DB | 62 | 33 |
| Octal | 10 | 136 | 374 | 141 | 77 | 0 | 1 | 333 | 142 | 63 |
| Binary | 1000 | 1011110 | 11111100 | 1100001 | 111111 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #085EFC
Complementary color
Monochromatic Colors of #085EFC
Black with #085EFC
Text Example
Text Example
White with #085EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EFC; }
p { color: rgb(8,94,252); }
H1.HeaderClassName
{
color: #085EFC;
}
.AnyTagClassName
{
color: #085EFC;
}
</style>
background-color css
<style>
a { background-color: #085EFC; }
a { background-color: rgb(8,94,252); }
div.DivClassName
{
background-color: #085EFC;
}
.BgClassName
{
background-color: #085EFC;
}
</style>
border-color css
<style>
span { border-color: #085EFC; }
span { border-color: rgb(8,94,252); }
td.TdClassName
{
border-color: #085EFC;
}
.TagClassName
{
border-color: #085EFC;
}
</style>