Shades of Navy Blue #085AFE
Tints of Navy Blue #085AFE
RGB
CMYK
RGB Variations
Color information
#085AFE (or 0x085AFE) is known color: Navy Blue. HEX triplet: 08, 5A and FE. RGB value is (8,90,254). Sum of RGB (Red+Green+Blue) = 8+90+254=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #085AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AFE is #F7A501. Grayscale: #535353. Windows color (decimal): -16229634 or 16669192. OLE color: 16669192.
HSL color Cylindrical-coordinate representation of color #085AFE: hue angle of 220º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085AFE is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 90 | 254 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.51% | - |
| HSV(B) | 220º | 0.97% | 1% | - |
| XYZ | 21.65 | 14.52 | 95.43 | - |
| YUV | 84.18 | 223.83 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 254 | 0.97 | 0.65 | 0 | 0.00 | 220 | 0.99 | 0.51 |
| Hex | 8 | 5A | FE | 61 | 41 | 0 | 0 | DC | 63 | 33 |
| Octal | 10 | 132 | 376 | 141 | 101 | 0 | 0 | 334 | 143 | 63 |
| Binary | 1000 | 1011010 | 11111110 | 1100001 | 1000001 | 0 | 0 | 11011100 | 1100011 | 110011 |
Color Harmonies of #085AFE
Complementary color
Monochromatic Colors of #085AFE
Black with #085AFE
Text Example
Text Example
White with #085AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AFE; }
p { color: rgb(8,90,254); }
H1.HeaderClassName
{
color: #085AFE;
}
.AnyTagClassName
{
color: #085AFE;
}
</style>
background-color css
<style>
a { background-color: #085AFE; }
a { background-color: rgb(8,90,254); }
div.DivClassName
{
background-color: #085AFE;
}
.BgClassName
{
background-color: #085AFE;
}
</style>
border-color css
<style>
span { border-color: #085AFE; }
span { border-color: rgb(8,90,254); }
td.TdClassName
{
border-color: #085AFE;
}
.TagClassName
{
border-color: #085AFE;
}
</style>