Shades of Navy Blue #085DFA
Tints of Navy Blue #085DFA
RGB
CMYK
RGB Variations
Color information
#085DFA (or 0x085DFA) is known color: Navy Blue. HEX triplet: 08, 5D and FA. RGB value is (8,93,250). Sum of RGB (Red+Green+Blue) = 8+93+250=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #085DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DFA is #F7A205. Grayscale: #545454. Windows color (decimal): -16228870 or 16407816. OLE color: 16407816.
HSL color Cylindrical-coordinate representation of color #085DFA: hue angle of 218.93º 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 #085DFA is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 93 | 250 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.02 |
| HSL | 218.93º | 0.96% | 0.51% | - |
| HSV(B) | 218.93º | 0.97% | 0.98% | - |
| XYZ | 21.27 | 14.78 | 92.17 | - |
| YUV | 85.48 | 220.84 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 250 | 0.97 | 0.63 | 0 | 0.02 | 218.93 | 0.96 | 0.51 |
| Hex | 8 | 5D | FA | 61 | 3F | 0 | 2 | DB | 60 | 33 |
| Octal | 10 | 135 | 372 | 141 | 77 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1000 | 1011101 | 11111010 | 1100001 | 111111 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #085DFA
Complementary color
Monochromatic Colors of #085DFA
Black with #085DFA
Text Example
Text Example
White with #085DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DFA; }
p { color: rgb(8,93,250); }
H1.HeaderClassName
{
color: #085DFA;
}
.AnyTagClassName
{
color: #085DFA;
}
</style>
background-color css
<style>
a { background-color: #085DFA; }
a { background-color: rgb(8,93,250); }
div.DivClassName
{
background-color: #085DFA;
}
.BgClassName
{
background-color: #085DFA;
}
</style>
border-color css
<style>
span { border-color: #085DFA; }
span { border-color: rgb(8,93,250); }
td.TdClassName
{
border-color: #085DFA;
}
.TagClassName
{
border-color: #085DFA;
}
</style>