Shades of Navy Blue #085BFE
Tints of Navy Blue #085BFE
RGB
CMYK
RGB Variations
Color information
#085BFE (or 0x085BFE) is known color: Navy Blue. HEX triplet: 08, 5B and FE. RGB value is (8,91,254). Sum of RGB (Red+Green+Blue) = 8+91+254=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #085BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BFE is #F7A401. Grayscale: #545454. Windows color (decimal): -16229378 or 16669448. OLE color: 16669448.
HSL color Cylindrical-coordinate representation of color #085BFE: hue angle of 219.76º 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 #085BFE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 91 | 254 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.00 |
| HSL | 219.76º | 0.99% | 0.51% | - |
| HSV(B) | 219.76º | 0.97% | 1% | - |
| XYZ | 21.73 | 14.69 | 95.46 | - |
| YUV | 84.77 | 223.5 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 254 | 0.97 | 0.64 | 0 | 0.00 | 219.76 | 0.99 | 0.51 |
| Hex | 8 | 5B | FE | 61 | 40 | 0 | 0 | DC | 63 | 33 |
| Octal | 10 | 133 | 376 | 141 | 100 | 0 | 0 | 334 | 143 | 63 |
| Binary | 1000 | 1011011 | 11111110 | 1100001 | 1000000 | 0 | 0 | 11011100 | 1100011 | 110011 |
Color Harmonies of #085BFE
Complementary color
Monochromatic Colors of #085BFE
Black with #085BFE
Text Example
Text Example
White with #085BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BFE; }
p { color: rgb(8,91,254); }
H1.HeaderClassName
{
color: #085BFE;
}
.AnyTagClassName
{
color: #085BFE;
}
</style>
background-color css
<style>
a { background-color: #085BFE; }
a { background-color: rgb(8,91,254); }
div.DivClassName
{
background-color: #085BFE;
}
.BgClassName
{
background-color: #085BFE;
}
</style>
border-color css
<style>
span { border-color: #085BFE; }
span { border-color: rgb(8,91,254); }
td.TdClassName
{
border-color: #085BFE;
}
.TagClassName
{
border-color: #085BFE;
}
</style>