Shades of Navy Blue #085DCD
Tints of Navy Blue #085DCD
RGB
CMYK
RGB Variations
Color information
#085DCD (or 0x085DCD) is known color: Navy Blue. HEX triplet: 08, 5D and CD. RGB value is (8,93,205). Sum of RGB (Red+Green+Blue) = 8+93+205=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #085DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DCD is #F7A232. Grayscale: #4F4F4F. Windows color (decimal): -16228915 or 13458696. OLE color: 13458696.
HSL color Cylindrical-coordinate representation of color #085DCD: hue angle of 214.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DCD is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 93 | 205 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.20 |
| HSL | 214.11º | 0.92% | 0.42% | - |
| HSV(B) | 214.11º | 0.96% | 0.8% | - |
| XYZ | 15.03 | 12.29 | 59.34 | - |
| YUV | 80.35 | 198.34 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 205 | 0.96 | 0.55 | 0 | 0.20 | 214.11 | 0.92 | 0.42 |
| Hex | 8 | 5D | CD | 60 | 37 | 0 | 14 | D6 | 5C | 2A |
| Octal | 10 | 135 | 315 | 140 | 67 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1000 | 1011101 | 11001101 | 1100000 | 110111 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #085DCD
Complementary color
Monochromatic Colors of #085DCD
Black with #085DCD
Text Example
Text Example
White with #085DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DCD; }
p { color: rgb(8,93,205); }
H1.HeaderClassName
{
color: #085DCD;
}
.AnyTagClassName
{
color: #085DCD;
}
</style>
background-color css
<style>
a { background-color: #085DCD; }
a { background-color: rgb(8,93,205); }
div.DivClassName
{
background-color: #085DCD;
}
.BgClassName
{
background-color: #085DCD;
}
</style>
border-color css
<style>
span { border-color: #085DCD; }
span { border-color: rgb(8,93,205); }
td.TdClassName
{
border-color: #085DCD;
}
.TagClassName
{
border-color: #085DCD;
}
</style>