Shades of Navy Blue #085DCC
Tints of Navy Blue #085DCC
RGB
CMYK
RGB Variations
Color information
#085DCC (or 0x085DCC) is known color: Navy Blue. HEX triplet: 08, 5D and CC. RGB value is (8,93,204). Sum of RGB (Red+Green+Blue) = 8+93+204=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #085DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DCC is #F7A233. Grayscale: #4F4F4F. Windows color (decimal): -16228916 or 13393160. OLE color: 13393160.
HSL color Cylindrical-coordinate representation of color #085DCC: hue angle of 213.98º 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 #085DCC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 93 | 204 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.2 |
| HSL | 213.98º | 0.92% | 0.42% | - |
| HSV(B) | 213.98º | 0.96% | 0.8% | - |
| XYZ | 14.91 | 12.24 | 58.7 | - |
| YUV | 80.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 204 | 0.96 | 0.54 | 0 | 0.2 | 213.98 | 0.92 | 0.42 |
| Hex | 8 | 5D | CC | 60 | 36 | 0 | 14 | D6 | 5C | 2A |
| Octal | 10 | 135 | 314 | 140 | 66 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1000 | 1011101 | 11001100 | 1100000 | 110110 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #085DCC
Complementary color
Monochromatic Colors of #085DCC
Black with #085DCC
Text Example
Text Example
White with #085DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DCC; }
p { color: rgb(8,93,204); }
H1.HeaderClassName
{
color: #085DCC;
}
.AnyTagClassName
{
color: #085DCC;
}
</style>
background-color css
<style>
a { background-color: #085DCC; }
a { background-color: rgb(8,93,204); }
div.DivClassName
{
background-color: #085DCC;
}
.BgClassName
{
background-color: #085DCC;
}
</style>
border-color css
<style>
span { border-color: #085DCC; }
span { border-color: rgb(8,93,204); }
td.TdClassName
{
border-color: #085DCC;
}
.TagClassName
{
border-color: #085DCC;
}
</style>