Shades of Navy Blue #085FFF
Tints of Navy Blue #085FFF
RGB
CMYK
RGB Variations
Color information
#085FFF (or 0x085FFF) is known color: Navy Blue. HEX triplet: 08, 5F and FF. RGB value is (8,95,255). Sum of RGB (Red+Green+Blue) = 8+95+255=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #085FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FFF is #F7A000. Grayscale: #565656. Windows color (decimal): -16228353 or 16736008. OLE color: 16736008.
HSL color Cylindrical-coordinate representation of color #085FFF: hue angle of 218.87º 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 #085FFF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 95 | 255 | - |
| CMYK | 0.97 | 0.63 | 0 | 0 |
| HSL | 218.87º | 1% | 0.52% | - |
| HSV(B) | 218.87º | 0.97% | 1% | - |
| XYZ | 22.24 | 15.46 | 96.42 | - |
| YUV | 87.23 | 222.68 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 255 | 0.97 | 0.63 | 0 | 0 | 218.87 | 1 | 0.52 |
| Hex | 8 | 5F | FF | 61 | 3F | 0 | 0 | DB | 64 | 34 |
| Octal | 10 | 137 | 377 | 141 | 77 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1000 | 1011111 | 11111111 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #085FFF
Complementary color
Monochromatic Colors of #085FFF
Black with #085FFF
Text Example
Text Example
White with #085FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FFF; }
p { color: rgb(8,95,255); }
H1.HeaderClassName
{
color: #085FFF;
}
.AnyTagClassName
{
color: #085FFF;
}
</style>
background-color css
<style>
a { background-color: #085FFF; }
a { background-color: rgb(8,95,255); }
div.DivClassName
{
background-color: #085FFF;
}
.BgClassName
{
background-color: #085FFF;
}
</style>
border-color css
<style>
span { border-color: #085FFF; }
span { border-color: rgb(8,95,255); }
td.TdClassName
{
border-color: #085FFF;
}
.TagClassName
{
border-color: #085FFF;
}
</style>