Shades of Navy Blue #085DFF
Tints of Navy Blue #085DFF
RGB
CMYK
RGB Variations
Color information
#085DFF (or 0x085DFF) is known color: Navy Blue. HEX triplet: 08, 5D and FF. RGB value is (8,93,255). Sum of RGB (Red+Green+Blue) = 8+93+255=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #085DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DFF is #F7A200. Grayscale: #555555. Windows color (decimal): -16228865 or 16735496. OLE color: 16735496.
HSL color Cylindrical-coordinate representation of color #085DFF: hue angle of 219.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DFF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 93 | 255 | - |
| CMYK | 0.97 | 0.64 | 0 | 0 |
| HSL | 219.35º | 1% | 0.52% | - |
| HSV(B) | 219.35º | 0.97% | 1% | - |
| XYZ | 22.06 | 15.1 | 96.36 | - |
| YUV | 86.05 | 223.34 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 255 | 0.97 | 0.64 | 0 | 0 | 219.35 | 1 | 0.52 |
| Hex | 8 | 5D | FF | 61 | 40 | 0 | 0 | DB | 64 | 34 |
| Octal | 10 | 135 | 377 | 141 | 100 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1000 | 1011101 | 11111111 | 1100001 | 1000000 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #085DFF
Complementary color
Monochromatic Colors of #085DFF
Black with #085DFF
Text Example
Text Example
White with #085DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DFF; }
p { color: rgb(8,93,255); }
H1.HeaderClassName
{
color: #085DFF;
}
.AnyTagClassName
{
color: #085DFF;
}
</style>
background-color css
<style>
a { background-color: #085DFF; }
a { background-color: rgb(8,93,255); }
div.DivClassName
{
background-color: #085DFF;
}
.BgClassName
{
background-color: #085DFF;
}
</style>
border-color css
<style>
span { border-color: #085DFF; }
span { border-color: rgb(8,93,255); }
td.TdClassName
{
border-color: #085DFF;
}
.TagClassName
{
border-color: #085DFF;
}
</style>