Shades of Navy Blue #085BF1
Tints of Navy Blue #085BF1
RGB
CMYK
RGB Variations
Color information
#085BF1 (or 0x085BF1) is known color: Navy Blue. HEX triplet: 08, 5B and F1. RGB value is (8,91,241). Sum of RGB (Red+Green+Blue) = 8+91+241=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #085BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BF1 is #F7A40E. Grayscale: #525252. Windows color (decimal): -16229391 or 15817480. OLE color: 15817480.
HSL color Cylindrical-coordinate representation of color #085BF1: hue angle of 218.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085BF1 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 91 | 241 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.05 |
| HSL | 218.63º | 0.94% | 0.49% | - |
| HSV(B) | 218.63º | 0.97% | 0.95% | - |
| XYZ | 19.72 | 13.88 | 84.86 | - |
| YUV | 83.28 | 217 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 241 | 0.97 | 0.62 | 0 | 0.05 | 218.63 | 0.94 | 0.49 |
| Hex | 8 | 5B | F1 | 61 | 3E | 0 | 5 | DB | 5E | 31 |
| Octal | 10 | 133 | 361 | 141 | 76 | 0 | 5 | 333 | 136 | 61 |
| Binary | 1000 | 1011011 | 11110001 | 1100001 | 111110 | 0 | 101 | 11011011 | 1011110 | 110001 |
Color Harmonies of #085BF1
Complementary color
Monochromatic Colors of #085BF1
Black with #085BF1
Text Example
Text Example
White with #085BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BF1; }
p { color: rgb(8,91,241); }
H1.HeaderClassName
{
color: #085BF1;
}
.AnyTagClassName
{
color: #085BF1;
}
</style>
background-color css
<style>
a { background-color: #085BF1; }
a { background-color: rgb(8,91,241); }
div.DivClassName
{
background-color: #085BF1;
}
.BgClassName
{
background-color: #085BF1;
}
</style>
border-color css
<style>
span { border-color: #085BF1; }
span { border-color: rgb(8,91,241); }
td.TdClassName
{
border-color: #085BF1;
}
.TagClassName
{
border-color: #085BF1;
}
</style>