Shades of Navy Blue #085FE5
Tints of Navy Blue #085FE5
RGB
CMYK
RGB Variations
Color information
#085FE5 (or 0x085FE5) is known color: Navy Blue. HEX triplet: 08, 5F and E5. RGB value is (8,95,229). Sum of RGB (Red+Green+Blue) = 8+95+229=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #085FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FE5 is #F7A01A. Grayscale: #535353. Windows color (decimal): -16228379 or 15032072. OLE color: 15032072.
HSL color Cylindrical-coordinate representation of color #085FE5: hue angle of 216.38º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085FE5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 95 | 229 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.10 |
| HSL | 216.38º | 0.93% | 0.46% | - |
| HSV(B) | 216.38º | 0.97% | 0.9% | - |
| XYZ | 18.34 | 13.89 | 75.84 | - |
| YUV | 84.26 | 209.68 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 229 | 0.97 | 0.59 | 0 | 0.10 | 216.38 | 0.93 | 0.46 |
| Hex | 8 | 5F | E5 | 61 | 3B | 0 | A | D8 | 5D | 2E |
| Octal | 10 | 137 | 345 | 141 | 73 | 0 | 12 | 330 | 135 | 56 |
| Binary | 1000 | 1011111 | 11100101 | 1100001 | 111011 | 0 | 1010 | 11011000 | 1011101 | 101110 |
Color Harmonies of #085FE5
Complementary color
Monochromatic Colors of #085FE5
Black with #085FE5
Text Example
Text Example
White with #085FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FE5; }
p { color: rgb(8,95,229); }
H1.HeaderClassName
{
color: #085FE5;
}
.AnyTagClassName
{
color: #085FE5;
}
</style>
background-color css
<style>
a { background-color: #085FE5; }
a { background-color: rgb(8,95,229); }
div.DivClassName
{
background-color: #085FE5;
}
.BgClassName
{
background-color: #085FE5;
}
</style>
border-color css
<style>
span { border-color: #085FE5; }
span { border-color: rgb(8,95,229); }
td.TdClassName
{
border-color: #085FE5;
}
.TagClassName
{
border-color: #085FE5;
}
</style>