Shades of Navy Blue #005BE8
Tints of Navy Blue #005BE8
RGB
CMYK
RGB Variations
Color information
#005BE8 (or 0x005BE8) is known color: Navy Blue. HEX triplet: 00, 5B and E8. RGB value is (0,91,232). Sum of RGB (Red+Green+Blue) = 0+91+232=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 232 (91.02% from 255 or 71.83% from 323); Max value from RGB is 232 - color contains mainly: blue. Hex color #005BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BE8 is #FFA417. Grayscale: #4F4F4F. Windows color (decimal): -16753688 or 15227648. OLE color: 15227648.
HSL color Cylindrical-coordinate representation of color #005BE8: hue angle of 216.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BE8 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 91 | 232 | - |
| CMYK | 1 | 0.61 | 0 | 0.09 |
| HSL | 216.47º | 1% | 0.45% | - |
| HSV(B) | 216.47º | 1% | 0.91% | - |
| XYZ | 18.31 | 13.31 | 77.95 | - |
| YUV | 79.87 | 213.85 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 232 | 1 | 0.61 | 0 | 0.09 | 216.47 | 1 | 0.45 |
| Hex | 0 | 5B | E8 | 64 | 3D | 0 | 9 | D8 | 64 | 2D |
| Octal | 0 | 133 | 350 | 144 | 75 | 0 | 11 | 330 | 144 | 55 |
| Binary | 0 | 1011011 | 11101000 | 1100100 | 111101 | 0 | 1001 | 11011000 | 1100100 | 101101 |
Color Harmonies of #005BE8
Complementary color
Monochromatic Colors of #005BE8
Black with #005BE8
Text Example
Text Example
White with #005BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BE8; }
p { color: rgb(0,91,232); }
H1.HeaderClassName
{
color: #005BE8;
}
.AnyTagClassName
{
color: #005BE8;
}
</style>
background-color css
<style>
a { background-color: #005BE8; }
a { background-color: rgb(0,91,232); }
div.DivClassName
{
background-color: #005BE8;
}
.BgClassName
{
background-color: #005BE8;
}
</style>
border-color css
<style>
span { border-color: #005BE8; }
span { border-color: rgb(0,91,232); }
td.TdClassName
{
border-color: #005BE8;
}
.TagClassName
{
border-color: #005BE8;
}
</style>