Shades of Navy Blue #085DC6
Tints of Navy Blue #085DC6
RGB
CMYK
RGB Variations
Color information
#085DC6 (or 0x085DC6) is known color: Navy Blue. HEX triplet: 08, 5D and C6. RGB value is (8,93,198). Sum of RGB (Red+Green+Blue) = 8+93+198=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #085DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DC6 is #F7A239. Grayscale: #4F4F4F. Windows color (decimal): -16228922 or 12999944. OLE color: 12999944.
HSL color Cylindrical-coordinate representation of color #085DC6: hue angle of 213.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DC6 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 93 | 198 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.22 |
| HSL | 213.16º | 0.92% | 0.4% | - |
| HSV(B) | 213.16º | 0.96% | 0.78% | - |
| XYZ | 14.21 | 11.96 | 54.99 | - |
| YUV | 79.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 198 | 0.96 | 0.53 | 0 | 0.22 | 213.16 | 0.92 | 0.4 |
| Hex | 8 | 5D | C6 | 60 | 35 | 0 | 16 | D5 | 5C | 28 |
| Octal | 10 | 135 | 306 | 140 | 65 | 0 | 26 | 325 | 134 | 50 |
| Binary | 1000 | 1011101 | 11000110 | 1100000 | 110101 | 0 | 10110 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085DC6
Complementary color
Monochromatic Colors of #085DC6
Black with #085DC6
Text Example
Text Example
White with #085DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DC6; }
p { color: rgb(8,93,198); }
H1.HeaderClassName
{
color: #085DC6;
}
.AnyTagClassName
{
color: #085DC6;
}
</style>
background-color css
<style>
a { background-color: #085DC6; }
a { background-color: rgb(8,93,198); }
div.DivClassName
{
background-color: #085DC6;
}
.BgClassName
{
background-color: #085DC6;
}
</style>
border-color css
<style>
span { border-color: #085DC6; }
span { border-color: rgb(8,93,198); }
td.TdClassName
{
border-color: #085DC6;
}
.TagClassName
{
border-color: #085DC6;
}
</style>