Shades of Navy Blue #085CEB
Tints of Navy Blue #085CEB
RGB
CMYK
RGB Variations
Color information
#085CEB (or 0x085CEB) is known color: Navy Blue. HEX triplet: 08, 5C and EB. RGB value is (8,92,235). Sum of RGB (Red+Green+Blue) = 8+92+235=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #085CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CEB is #F7A314. Grayscale: #525252. Windows color (decimal): -16229141 or 15424520. OLE color: 15424520.
HSL color Cylindrical-coordinate representation of color #085CEB: hue angle of 217.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CEB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 92 | 235 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.08 |
| HSL | 217.8º | 0.93% | 0.48% | - |
| HSV(B) | 217.8º | 0.97% | 0.92% | - |
| XYZ | 18.92 | 13.7 | 80.25 | - |
| YUV | 83.19 | 213.67 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 235 | 0.97 | 0.61 | 0 | 0.08 | 217.8 | 0.93 | 0.48 |
| Hex | 8 | 5C | EB | 61 | 3D | 0 | 8 | DA | 5D | 30 |
| Octal | 10 | 134 | 353 | 141 | 75 | 0 | 10 | 332 | 135 | 60 |
| Binary | 1000 | 1011100 | 11101011 | 1100001 | 111101 | 0 | 1000 | 11011010 | 1011101 | 110000 |
Color Harmonies of #085CEB
Complementary color
Monochromatic Colors of #085CEB
Black with #085CEB
Text Example
Text Example
White with #085CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CEB; }
p { color: rgb(8,92,235); }
H1.HeaderClassName
{
color: #085CEB;
}
.AnyTagClassName
{
color: #085CEB;
}
</style>
background-color css
<style>
a { background-color: #085CEB; }
a { background-color: rgb(8,92,235); }
div.DivClassName
{
background-color: #085CEB;
}
.BgClassName
{
background-color: #085CEB;
}
</style>
border-color css
<style>
span { border-color: #085CEB; }
span { border-color: rgb(8,92,235); }
td.TdClassName
{
border-color: #085CEB;
}
.TagClassName
{
border-color: #085CEB;
}
</style>