Shades of Navy Blue #085DF6
Tints of Navy Blue #085DF6
RGB
CMYK
RGB Variations
Color information
#085DF6 (or 0x085DF6) is known color: Navy Blue. HEX triplet: 08, 5D and F6. RGB value is (8,93,246). Sum of RGB (Red+Green+Blue) = 8+93+246=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 246 (96.48% from 255 or 70.89% from 347); Max value from RGB is 246 - color contains mainly: blue. Hex color #085DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF6 is #F7A209. Grayscale: #545454. Windows color (decimal): -16228874 or 16145672. OLE color: 16145672.
HSL color Cylindrical-coordinate representation of color #085DF6: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DF6 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 93 | 246 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.04 |
| HSL | 218.57º | 0.94% | 0.5% | - |
| HSV(B) | 218.57º | 0.97% | 0.96% | - |
| XYZ | 20.65 | 14.53 | 88.91 | - |
| YUV | 85.03 | 218.84 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 246 | 0.97 | 0.62 | 0 | 0.04 | 218.57 | 0.94 | 0.5 |
| Hex | 8 | 5D | F6 | 61 | 3E | 0 | 4 | DB | 5E | 32 |
| Octal | 10 | 135 | 366 | 141 | 76 | 0 | 4 | 333 | 136 | 62 |
| Binary | 1000 | 1011101 | 11110110 | 1100001 | 111110 | 0 | 100 | 11011011 | 1011110 | 110010 |
Color Harmonies of #085DF6
Complementary color
Monochromatic Colors of #085DF6
Black with #085DF6
Text Example
Text Example
White with #085DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DF6; }
p { color: rgb(8,93,246); }
H1.HeaderClassName
{
color: #085DF6;
}
.AnyTagClassName
{
color: #085DF6;
}
</style>
background-color css
<style>
a { background-color: #085DF6; }
a { background-color: rgb(8,93,246); }
div.DivClassName
{
background-color: #085DF6;
}
.BgClassName
{
background-color: #085DF6;
}
</style>
border-color css
<style>
span { border-color: #085DF6; }
span { border-color: rgb(8,93,246); }
td.TdClassName
{
border-color: #085DF6;
}
.TagClassName
{
border-color: #085DF6;
}
</style>