Shades of Navy Blue #085DD6
Tints of Navy Blue #085DD6
RGB
CMYK
RGB Variations
Color information
#085DD6 (or 0x085DD6) is known color: Navy Blue. HEX triplet: 08, 5D and D6. RGB value is (8,93,214). Sum of RGB (Red+Green+Blue) = 8+93+214=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #085DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DD6 is #F7A229. Grayscale: #505050. Windows color (decimal): -16228906 or 14048520. OLE color: 14048520.
HSL color Cylindrical-coordinate representation of color #085DD6: hue angle of 215.24º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DD6 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 93 | 214 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.16 |
| HSL | 215.24º | 0.93% | 0.44% | - |
| HSV(B) | 215.24º | 0.96% | 0.84% | - |
| XYZ | 16.15 | 12.74 | 65.23 | - |
| YUV | 81.38 | 202.84 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 214 | 0.96 | 0.57 | 0 | 0.16 | 215.24 | 0.93 | 0.44 |
| Hex | 8 | 5D | D6 | 60 | 39 | 0 | 10 | D7 | 5D | 2C |
| Octal | 10 | 135 | 326 | 140 | 71 | 0 | 20 | 327 | 135 | 54 |
| Binary | 1000 | 1011101 | 11010110 | 1100000 | 111001 | 0 | 10000 | 11010111 | 1011101 | 101100 |
Color Harmonies of #085DD6
Complementary color
Monochromatic Colors of #085DD6
Black with #085DD6
Text Example
Text Example
White with #085DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DD6; }
p { color: rgb(8,93,214); }
H1.HeaderClassName
{
color: #085DD6;
}
.AnyTagClassName
{
color: #085DD6;
}
</style>
background-color css
<style>
a { background-color: #085DD6; }
a { background-color: rgb(8,93,214); }
div.DivClassName
{
background-color: #085DD6;
}
.BgClassName
{
background-color: #085DD6;
}
</style>
border-color css
<style>
span { border-color: #085DD6; }
span { border-color: rgb(8,93,214); }
td.TdClassName
{
border-color: #085DD6;
}
.TagClassName
{
border-color: #085DD6;
}
</style>