Shades of Navy Blue #085BE8
Tints of Navy Blue #085BE8
RGB
CMYK
RGB Variations
Color information
#085BE8 (or 0x085BE8) is known color: Navy Blue. HEX triplet: 08, 5B and E8. RGB value is (8,91,232). Sum of RGB (Red+Green+Blue) = 8+91+232=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #085BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BE8 is #F7A417. Grayscale: #515151. Windows color (decimal): -16229400 or 15227656. OLE color: 15227656.
HSL color Cylindrical-coordinate representation of color #085BE8: hue angle of 217.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085BE8 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 91 | 232 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.09 |
| HSL | 217.77º | 0.93% | 0.47% | - |
| HSV(B) | 217.77º | 0.97% | 0.91% | - |
| XYZ | 18.41 | 13.36 | 77.95 | - |
| YUV | 82.26 | 212.5 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 232 | 0.97 | 0.61 | 0 | 0.09 | 217.77 | 0.93 | 0.47 |
| Hex | 8 | 5B | E8 | 61 | 3D | 0 | 9 | DA | 5D | 2F |
| Octal | 10 | 133 | 350 | 141 | 75 | 0 | 11 | 332 | 135 | 57 |
| Binary | 1000 | 1011011 | 11101000 | 1100001 | 111101 | 0 | 1001 | 11011010 | 1011101 | 101111 |
Color Harmonies of #085BE8
Complementary color
Monochromatic Colors of #085BE8
Black with #085BE8
Text Example
Text Example
White with #085BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BE8; }
p { color: rgb(8,91,232); }
H1.HeaderClassName
{
color: #085BE8;
}
.AnyTagClassName
{
color: #085BE8;
}
</style>
background-color css
<style>
a { background-color: #085BE8; }
a { background-color: rgb(8,91,232); }
div.DivClassName
{
background-color: #085BE8;
}
.BgClassName
{
background-color: #085BE8;
}
</style>
border-color css
<style>
span { border-color: #085BE8; }
span { border-color: rgb(8,91,232); }
td.TdClassName
{
border-color: #085BE8;
}
.TagClassName
{
border-color: #085BE8;
}
</style>