Shades of Navy Blue #085BFA
Tints of Navy Blue #085BFA
RGB
CMYK
RGB Variations
Color information
#085BFA (or 0x085BFA) is known color: Navy Blue. HEX triplet: 08, 5B and FA. RGB value is (8,91,250). Sum of RGB (Red+Green+Blue) = 8+91+250=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #085BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BFA is #F7A405. Grayscale: #535353. Windows color (decimal): -16229382 or 16407304. OLE color: 16407304.
HSL color Cylindrical-coordinate representation of color #085BFA: hue angle of 219.42º 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 #085BFA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 91 | 250 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.02 |
| HSL | 219.42º | 0.96% | 0.51% | - |
| HSV(B) | 219.42º | 0.97% | 0.98% | - |
| XYZ | 21.1 | 14.44 | 92.12 | - |
| YUV | 84.31 | 221.5 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 250 | 0.97 | 0.64 | 0 | 0.02 | 219.42 | 0.96 | 0.51 |
| Hex | 8 | 5B | FA | 61 | 40 | 0 | 2 | DB | 60 | 33 |
| Octal | 10 | 133 | 372 | 141 | 100 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1000 | 1011011 | 11111010 | 1100001 | 1000000 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #085BFA
Complementary color
Monochromatic Colors of #085BFA
Black with #085BFA
Text Example
Text Example
White with #085BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BFA; }
p { color: rgb(8,91,250); }
H1.HeaderClassName
{
color: #085BFA;
}
.AnyTagClassName
{
color: #085BFA;
}
</style>
background-color css
<style>
a { background-color: #085BFA; }
a { background-color: rgb(8,91,250); }
div.DivClassName
{
background-color: #085BFA;
}
.BgClassName
{
background-color: #085BFA;
}
</style>
border-color css
<style>
span { border-color: #085BFA; }
span { border-color: rgb(8,91,250); }
td.TdClassName
{
border-color: #085BFA;
}
.TagClassName
{
border-color: #085BFA;
}
</style>