Shades of Navy Blue #085FFA
Tints of Navy Blue #085FFA
RGB
CMYK
RGB Variations
Color information
#085FFA (or 0x085FFA) is known color: Navy Blue. HEX triplet: 08, 5F and FA. RGB value is (8,95,250). Sum of RGB (Red+Green+Blue) = 8+95+250=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #085FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FFA is #F7A005. Grayscale: #555555. Windows color (decimal): -16228358 or 16408328. OLE color: 16408328.
HSL color Cylindrical-coordinate representation of color #085FFA: hue angle of 218.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085FFA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 95 | 250 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.02 |
| HSL | 218.43º | 0.96% | 0.51% | - |
| HSV(B) | 218.43º | 0.97% | 0.98% | - |
| XYZ | 21.45 | 15.14 | 92.23 | - |
| YUV | 86.66 | 220.18 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 250 | 0.97 | 0.62 | 0 | 0.02 | 218.43 | 0.96 | 0.51 |
| Hex | 8 | 5F | FA | 61 | 3E | 0 | 2 | DA | 60 | 33 |
| Octal | 10 | 137 | 372 | 141 | 76 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1000 | 1011111 | 11111010 | 1100001 | 111110 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #085FFA
Complementary color
Monochromatic Colors of #085FFA
Black with #085FFA
Text Example
Text Example
White with #085FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FFA; }
p { color: rgb(8,95,250); }
H1.HeaderClassName
{
color: #085FFA;
}
.AnyTagClassName
{
color: #085FFA;
}
</style>
background-color css
<style>
a { background-color: #085FFA; }
a { background-color: rgb(8,95,250); }
div.DivClassName
{
background-color: #085FFA;
}
.BgClassName
{
background-color: #085FFA;
}
</style>
border-color css
<style>
span { border-color: #085FFA; }
span { border-color: rgb(8,95,250); }
td.TdClassName
{
border-color: #085FFA;
}
.TagClassName
{
border-color: #085FFA;
}
</style>