Shades of Navy Blue #085AFF
Tints of Navy Blue #085AFF
RGB
CMYK
RGB Variations
Color information
#085AFF (or 0x085AFF) is known color: Navy Blue. HEX triplet: 08, 5A and FF. RGB value is (8,90,255). Sum of RGB (Red+Green+Blue) = 8+90+255=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #085AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AFF is #F7A500. Grayscale: #535353. Windows color (decimal): -16229633 or 16734728. OLE color: 16734728.
HSL color Cylindrical-coordinate representation of color #085AFF: hue angle of 220.08º 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 #085AFF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 90 | 255 | - |
| CMYK | 0.97 | 0.65 | 0 | 0 |
| HSL | 220.08º | 1% | 0.52% | - |
| HSV(B) | 220.08º | 0.97% | 1% | - |
| XYZ | 21.81 | 14.58 | 96.27 | - |
| YUV | 84.29 | 224.33 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 255 | 0.97 | 0.65 | 0 | 0 | 220.08 | 1 | 0.52 |
| Hex | 8 | 5A | FF | 61 | 41 | 0 | 0 | DC | 64 | 34 |
| Octal | 10 | 132 | 377 | 141 | 101 | 0 | 0 | 334 | 144 | 64 |
| Binary | 1000 | 1011010 | 11111111 | 1100001 | 1000001 | 0 | 0 | 11011100 | 1100100 | 110100 |
Color Harmonies of #085AFF
Complementary color
Monochromatic Colors of #085AFF
Black with #085AFF
Text Example
Text Example
White with #085AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AFF; }
p { color: rgb(8,90,255); }
H1.HeaderClassName
{
color: #085AFF;
}
.AnyTagClassName
{
color: #085AFF;
}
</style>
background-color css
<style>
a { background-color: #085AFF; }
a { background-color: rgb(8,90,255); }
div.DivClassName
{
background-color: #085AFF;
}
.BgClassName
{
background-color: #085AFF;
}
</style>
border-color css
<style>
span { border-color: #085AFF; }
span { border-color: rgb(8,90,255); }
td.TdClassName
{
border-color: #085AFF;
}
.TagClassName
{
border-color: #085AFF;
}
</style>