Shades of Navy Blue #085BF3
Tints of Navy Blue #085BF3
RGB
CMYK
RGB Variations
Color information
#085BF3 (or 0x085BF3) is known color: Navy Blue. HEX triplet: 08, 5B and F3. RGB value is (8,91,243). Sum of RGB (Red+Green+Blue) = 8+91+243=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #085BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BF3 is #F7A40C. Grayscale: #525252. Windows color (decimal): -16229389 or 15948552. OLE color: 15948552.
HSL color Cylindrical-coordinate representation of color #085BF3: hue angle of 218.81º 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 #085BF3 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 91 | 243 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.05 |
| HSL | 218.81º | 0.94% | 0.49% | - |
| HSV(B) | 218.81º | 0.97% | 0.95% | - |
| XYZ | 20.02 | 14 | 86.44 | - |
| YUV | 83.51 | 218 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 243 | 0.97 | 0.63 | 0 | 0.05 | 218.81 | 0.94 | 0.49 |
| Hex | 8 | 5B | F3 | 61 | 3F | 0 | 5 | DB | 5E | 31 |
| Octal | 10 | 133 | 363 | 141 | 77 | 0 | 5 | 333 | 136 | 61 |
| Binary | 1000 | 1011011 | 11110011 | 1100001 | 111111 | 0 | 101 | 11011011 | 1011110 | 110001 |
Color Harmonies of #085BF3
Complementary color
Monochromatic Colors of #085BF3
Black with #085BF3
Text Example
Text Example
White with #085BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BF3; }
p { color: rgb(8,91,243); }
H1.HeaderClassName
{
color: #085BF3;
}
.AnyTagClassName
{
color: #085BF3;
}
</style>
background-color css
<style>
a { background-color: #085BF3; }
a { background-color: rgb(8,91,243); }
div.DivClassName
{
background-color: #085BF3;
}
.BgClassName
{
background-color: #085BF3;
}
</style>
border-color css
<style>
span { border-color: #085BF3; }
span { border-color: rgb(8,91,243); }
td.TdClassName
{
border-color: #085BF3;
}
.TagClassName
{
border-color: #085BF3;
}
</style>