Shades of Navy Blue #085CEE
Tints of Navy Blue #085CEE
RGB
CMYK
RGB Variations
Color information
#085CEE (or 0x085CEE) is known color: Navy Blue. HEX triplet: 08, 5C and EE. RGB value is (8,92,238). Sum of RGB (Red+Green+Blue) = 8+92+238=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #085CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CEE is #F7A311. Grayscale: #525252. Windows color (decimal): -16229138 or 15621128. OLE color: 15621128.
HSL color Cylindrical-coordinate representation of color #085CEE: hue angle of 218.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CEE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 92 | 238 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.07 |
| HSL | 218.09º | 0.93% | 0.48% | - |
| HSV(B) | 218.09º | 0.97% | 0.93% | - |
| XYZ | 19.36 | 13.88 | 82.55 | - |
| YUV | 83.53 | 215.17 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 238 | 0.97 | 0.61 | 0 | 0.07 | 218.09 | 0.93 | 0.48 |
| Hex | 8 | 5C | EE | 61 | 3D | 0 | 7 | DA | 5D | 30 |
| Octal | 10 | 134 | 356 | 141 | 75 | 0 | 7 | 332 | 135 | 60 |
| Binary | 1000 | 1011100 | 11101110 | 1100001 | 111101 | 0 | 111 | 11011010 | 1011101 | 110000 |
Color Harmonies of #085CEE
Complementary color
Monochromatic Colors of #085CEE
Black with #085CEE
Text Example
Text Example
White with #085CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CEE; }
p { color: rgb(8,92,238); }
H1.HeaderClassName
{
color: #085CEE;
}
.AnyTagClassName
{
color: #085CEE;
}
</style>
background-color css
<style>
a { background-color: #085CEE; }
a { background-color: rgb(8,92,238); }
div.DivClassName
{
background-color: #085CEE;
}
.BgClassName
{
background-color: #085CEE;
}
</style>
border-color css
<style>
span { border-color: #085CEE; }
span { border-color: rgb(8,92,238); }
td.TdClassName
{
border-color: #085CEE;
}
.TagClassName
{
border-color: #085CEE;
}
</style>