Shades of Navy Blue #085CE5
Tints of Navy Blue #085CE5
RGB
CMYK
RGB Variations
Color information
#085CE5 (or 0x085CE5) is known color: Navy Blue. HEX triplet: 08, 5C and E5. RGB value is (8,92,229). Sum of RGB (Red+Green+Blue) = 8+92+229=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #085CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CE5 is #F7A31A. Grayscale: #515151. Windows color (decimal): -16229147 or 15031304. OLE color: 15031304.
HSL color Cylindrical-coordinate representation of color #085CE5: hue angle of 217.19º 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 #085CE5 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 92 | 229 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.10 |
| HSL | 217.19º | 0.93% | 0.46% | - |
| HSV(B) | 217.19º | 0.97% | 0.9% | - |
| XYZ | 18.07 | 13.36 | 75.76 | - |
| YUV | 82.5 | 210.67 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 229 | 0.97 | 0.60 | 0 | 0.10 | 217.19 | 0.93 | 0.46 |
| Hex | 8 | 5C | E5 | 61 | 3C | 0 | A | D9 | 5D | 2E |
| Octal | 10 | 134 | 345 | 141 | 74 | 0 | 12 | 331 | 135 | 56 |
| Binary | 1000 | 1011100 | 11100101 | 1100001 | 111100 | 0 | 1010 | 11011001 | 1011101 | 101110 |
Color Harmonies of #085CE5
Complementary color
Monochromatic Colors of #085CE5
Black with #085CE5
Text Example
Text Example
White with #085CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CE5; }
p { color: rgb(8,92,229); }
H1.HeaderClassName
{
color: #085CE5;
}
.AnyTagClassName
{
color: #085CE5;
}
</style>
background-color css
<style>
a { background-color: #085CE5; }
a { background-color: rgb(8,92,229); }
div.DivClassName
{
background-color: #085CE5;
}
.BgClassName
{
background-color: #085CE5;
}
</style>
border-color css
<style>
span { border-color: #085CE5; }
span { border-color: rgb(8,92,229); }
td.TdClassName
{
border-color: #085CE5;
}
.TagClassName
{
border-color: #085CE5;
}
</style>