Shades of Navy Blue #085ECE
Tints of Navy Blue #085ECE
RGB
CMYK
RGB Variations
Color information
#085ECE (or 0x085ECE) is known color: Navy Blue. HEX triplet: 08, 5E and CE. RGB value is (8,94,206). Sum of RGB (Red+Green+Blue) = 8+94+206=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #085ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ECE is #F7A131. Grayscale: #505050. Windows color (decimal): -16228658 or 13524488. OLE color: 13524488.
HSL color Cylindrical-coordinate representation of color #085ECE: hue angle of 213.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ECE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 94 | 206 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.19 |
| HSL | 213.94º | 0.93% | 0.42% | - |
| HSV(B) | 213.94º | 0.96% | 0.81% | - |
| XYZ | 15.24 | 12.51 | 60 | - |
| YUV | 81.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 206 | 0.96 | 0.54 | 0 | 0.19 | 213.94 | 0.93 | 0.42 |
| Hex | 8 | 5E | CE | 60 | 36 | 0 | 13 | D6 | 5D | 2A |
| Octal | 10 | 136 | 316 | 140 | 66 | 0 | 23 | 326 | 135 | 52 |
| Binary | 1000 | 1011110 | 11001110 | 1100000 | 110110 | 0 | 10011 | 11010110 | 1011101 | 101010 |
Color Harmonies of #085ECE
Complementary color
Monochromatic Colors of #085ECE
Black with #085ECE
Text Example
Text Example
White with #085ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ECE; }
p { color: rgb(8,94,206); }
H1.HeaderClassName
{
color: #085ECE;
}
.AnyTagClassName
{
color: #085ECE;
}
</style>
background-color css
<style>
a { background-color: #085ECE; }
a { background-color: rgb(8,94,206); }
div.DivClassName
{
background-color: #085ECE;
}
.BgClassName
{
background-color: #085ECE;
}
</style>
border-color css
<style>
span { border-color: #085ECE; }
span { border-color: rgb(8,94,206); }
td.TdClassName
{
border-color: #085ECE;
}
.TagClassName
{
border-color: #085ECE;
}
</style>