Shades of Navy Blue #085EC7
Tints of Navy Blue #085EC7
RGB
CMYK
RGB Variations
Color information
#085EC7 (or 0x085EC7) is known color: Navy Blue. HEX triplet: 08, 5E and C7. RGB value is (8,94,199). Sum of RGB (Red+Green+Blue) = 8+94+199=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 199 (78.12% from 255 or 66.11% from 301); Max value from RGB is 199 - color contains mainly: blue. Hex color #085EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EC7 is #F7A138. Grayscale: #4F4F4F. Windows color (decimal): -16228665 or 13065736. OLE color: 13065736.
HSL color Cylindrical-coordinate representation of color #085EC7: hue angle of 212.98º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EC7 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 94 | 199 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.22 |
| HSL | 212.98º | 0.92% | 0.41% | - |
| HSV(B) | 212.98º | 0.96% | 0.78% | - |
| XYZ | 14.41 | 12.18 | 55.62 | - |
| YUV | 80.26 | 195.01 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 199 | 0.96 | 0.53 | 0 | 0.22 | 212.98 | 0.92 | 0.41 |
| Hex | 8 | 5E | C7 | 60 | 35 | 0 | 16 | D5 | 5C | 29 |
| Octal | 10 | 136 | 307 | 140 | 65 | 0 | 26 | 325 | 134 | 51 |
| Binary | 1000 | 1011110 | 11000111 | 1100000 | 110101 | 0 | 10110 | 11010101 | 1011100 | 101001 |
Color Harmonies of #085EC7
Complementary color
Monochromatic Colors of #085EC7
Black with #085EC7
Text Example
Text Example
White with #085EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EC7; }
p { color: rgb(8,94,199); }
H1.HeaderClassName
{
color: #085EC7;
}
.AnyTagClassName
{
color: #085EC7;
}
</style>
background-color css
<style>
a { background-color: #085EC7; }
a { background-color: rgb(8,94,199); }
div.DivClassName
{
background-color: #085EC7;
}
.BgClassName
{
background-color: #085EC7;
}
</style>
border-color css
<style>
span { border-color: #085EC7; }
span { border-color: rgb(8,94,199); }
td.TdClassName
{
border-color: #085EC7;
}
.TagClassName
{
border-color: #085EC7;
}
</style>