Shades of Navy Blue #085CED
Tints of Navy Blue #085CED
RGB
CMYK
RGB Variations
Color information
#085CED (or 0x085CED) is known color: Navy Blue. HEX triplet: 08, 5C and ED. RGB value is (8,92,237). Sum of RGB (Red+Green+Blue) = 8+92+237=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #085CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CED is #F7A312. Grayscale: #525252. Windows color (decimal): -16229139 or 15555592. OLE color: 15555592.
HSL color Cylindrical-coordinate representation of color #085CED: hue angle of 217.99º 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 #085CED is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 92 | 237 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.07 |
| HSL | 217.99º | 0.93% | 0.48% | - |
| HSV(B) | 217.99º | 0.97% | 0.93% | - |
| XYZ | 19.21 | 13.82 | 81.78 | - |
| YUV | 83.41 | 214.67 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 237 | 0.97 | 0.61 | 0 | 0.07 | 217.99 | 0.93 | 0.48 |
| Hex | 8 | 5C | ED | 61 | 3D | 0 | 7 | DA | 5D | 30 |
| Octal | 10 | 134 | 355 | 141 | 75 | 0 | 7 | 332 | 135 | 60 |
| Binary | 1000 | 1011100 | 11101101 | 1100001 | 111101 | 0 | 111 | 11011010 | 1011101 | 110000 |
Color Harmonies of #085CED
Complementary color
Monochromatic Colors of #085CED
Black with #085CED
Text Example
Text Example
White with #085CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CED; }
p { color: rgb(8,92,237); }
H1.HeaderClassName
{
color: #085CED;
}
.AnyTagClassName
{
color: #085CED;
}
</style>
background-color css
<style>
a { background-color: #085CED; }
a { background-color: rgb(8,92,237); }
div.DivClassName
{
background-color: #085CED;
}
.BgClassName
{
background-color: #085CED;
}
</style>
border-color css
<style>
span { border-color: #085CED; }
span { border-color: rgb(8,92,237); }
td.TdClassName
{
border-color: #085CED;
}
.TagClassName
{
border-color: #085CED;
}
</style>