Shades of Navy Blue #085CEA
Tints of Navy Blue #085CEA
RGB
CMYK
RGB Variations
Color information
#085CEA (or 0x085CEA) is known color: Navy Blue. HEX triplet: 08, 5C and EA. RGB value is (8,92,234). Sum of RGB (Red+Green+Blue) = 8+92+234=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #085CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CEA is #F7A315. Grayscale: #525252. Windows color (decimal): -16229142 or 15358984. OLE color: 15358984.
HSL color Cylindrical-coordinate representation of color #085CEA: hue angle of 217.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CEA is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 92 | 234 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.08 |
| HSL | 217.7º | 0.93% | 0.47% | - |
| HSV(B) | 217.7º | 0.97% | 0.92% | - |
| XYZ | 18.78 | 13.65 | 79.49 | - |
| YUV | 83.07 | 213.17 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 234 | 0.97 | 0.61 | 0 | 0.08 | 217.7 | 0.93 | 0.47 |
| Hex | 8 | 5C | EA | 61 | 3D | 0 | 8 | DA | 5D | 2F |
| Octal | 10 | 134 | 352 | 141 | 75 | 0 | 10 | 332 | 135 | 57 |
| Binary | 1000 | 1011100 | 11101010 | 1100001 | 111101 | 0 | 1000 | 11011010 | 1011101 | 101111 |
Color Harmonies of #085CEA
Complementary color
Monochromatic Colors of #085CEA
Black with #085CEA
Text Example
Text Example
White with #085CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CEA; }
p { color: rgb(8,92,234); }
H1.HeaderClassName
{
color: #085CEA;
}
.AnyTagClassName
{
color: #085CEA;
}
</style>
background-color css
<style>
a { background-color: #085CEA; }
a { background-color: rgb(8,92,234); }
div.DivClassName
{
background-color: #085CEA;
}
.BgClassName
{
background-color: #085CEA;
}
</style>
border-color css
<style>
span { border-color: #085CEA; }
span { border-color: rgb(8,92,234); }
td.TdClassName
{
border-color: #085CEA;
}
.TagClassName
{
border-color: #085CEA;
}
</style>