Shades of Navy Blue #085FFB
Tints of Navy Blue #085FFB
RGB
CMYK
RGB Variations
Color information
#085FFB (or 0x085FFB) is known color: Navy Blue. HEX triplet: 08, 5F and FB. RGB value is (8,95,251). Sum of RGB (Red+Green+Blue) = 8+95+251=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #085FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FFB is #F7A004. Grayscale: #565656. Windows color (decimal): -16228357 or 16473864. OLE color: 16473864.
HSL color Cylindrical-coordinate representation of color #085FFB: hue angle of 218.52º degrees, saturation: 0.97, 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 #085FFB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 95 | 251 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.02 |
| HSL | 218.52º | 0.97% | 0.51% | - |
| HSV(B) | 218.52º | 0.97% | 0.98% | - |
| XYZ | 21.6 | 15.2 | 93.06 | - |
| YUV | 86.77 | 220.68 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 251 | 0.97 | 0.62 | 0 | 0.02 | 218.52 | 0.97 | 0.51 |
| Hex | 8 | 5F | FB | 61 | 3E | 0 | 2 | DB | 61 | 33 |
| Octal | 10 | 137 | 373 | 141 | 76 | 0 | 2 | 333 | 141 | 63 |
| Binary | 1000 | 1011111 | 11111011 | 1100001 | 111110 | 0 | 10 | 11011011 | 1100001 | 110011 |
Color Harmonies of #085FFB
Complementary color
Monochromatic Colors of #085FFB
Black with #085FFB
Text Example
Text Example
White with #085FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FFB; }
p { color: rgb(8,95,251); }
H1.HeaderClassName
{
color: #085FFB;
}
.AnyTagClassName
{
color: #085FFB;
}
</style>
background-color css
<style>
a { background-color: #085FFB; }
a { background-color: rgb(8,95,251); }
div.DivClassName
{
background-color: #085FFB;
}
.BgClassName
{
background-color: #085FFB;
}
</style>
border-color css
<style>
span { border-color: #085FFB; }
span { border-color: rgb(8,95,251); }
td.TdClassName
{
border-color: #085FFB;
}
.TagClassName
{
border-color: #085FFB;
}
</style>