Shades of Navy Blue #085CE1
Tints of Navy Blue #085CE1
RGB
CMYK
RGB Variations
Color information
#085CE1 (or 0x085CE1) is known color: Navy Blue. HEX triplet: 08, 5C and E1. RGB value is (8,92,225). Sum of RGB (Red+Green+Blue) = 8+92+225=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #085CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CE1 is #F7A31E. Grayscale: #515151. Windows color (decimal): -16229151 or 14769160. OLE color: 14769160.
HSL color Cylindrical-coordinate representation of color #085CE1: hue angle of 216.77º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CE1 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 92 | 225 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.12 |
| HSL | 216.77º | 0.93% | 0.46% | - |
| HSV(B) | 216.77º | 0.96% | 0.88% | - |
| XYZ | 17.52 | 13.14 | 72.85 | - |
| YUV | 82.05 | 208.67 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 225 | 0.96 | 0.59 | 0 | 0.12 | 216.77 | 0.93 | 0.46 |
| Hex | 8 | 5C | E1 | 60 | 3B | 0 | C | D9 | 5D | 2E |
| Octal | 10 | 134 | 341 | 140 | 73 | 0 | 14 | 331 | 135 | 56 |
| Binary | 1000 | 1011100 | 11100001 | 1100000 | 111011 | 0 | 1100 | 11011001 | 1011101 | 101110 |
Color Harmonies of #085CE1
Complementary color
Monochromatic Colors of #085CE1
Black with #085CE1
Text Example
Text Example
White with #085CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CE1; }
p { color: rgb(8,92,225); }
H1.HeaderClassName
{
color: #085CE1;
}
.AnyTagClassName
{
color: #085CE1;
}
</style>
background-color css
<style>
a { background-color: #085CE1; }
a { background-color: rgb(8,92,225); }
div.DivClassName
{
background-color: #085CE1;
}
.BgClassName
{
background-color: #085CE1;
}
</style>
border-color css
<style>
span { border-color: #085CE1; }
span { border-color: rgb(8,92,225); }
td.TdClassName
{
border-color: #085CE1;
}
.TagClassName
{
border-color: #085CE1;
}
</style>