Shades of Navy Blue #005BDE
Tints of Navy Blue #005BDE
RGB
CMYK
RGB Variations
Color information
#005BDE (or 0x005BDE) is known color: Navy Blue. HEX triplet: 00, 5B and DE. RGB value is (0,91,222). Sum of RGB (Red+Green+Blue) = 0+91+222=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #005BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BDE is #FFA421. Grayscale: #4E4E4E. Windows color (decimal): -16753698 or 14572288. OLE color: 14572288.
HSL color Cylindrical-coordinate representation of color #005BDE: hue angle of 215.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BDE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 91 | 222 | - |
| CMYK | 1 | 0.59 | 0 | 0.13 |
| HSL | 215.41º | 1% | 0.44% | - |
| HSV(B) | 215.41º | 1% | 0.87% | - |
| XYZ | 16.93 | 12.76 | 70.68 | - |
| YUV | 78.73 | 208.85 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 222 | 1 | 0.59 | 0 | 0.13 | 215.41 | 1 | 0.44 |
| Hex | 0 | 5B | DE | 64 | 3B | 0 | D | D7 | 64 | 2C |
| Octal | 0 | 133 | 336 | 144 | 73 | 0 | 15 | 327 | 144 | 54 |
| Binary | 0 | 1011011 | 11011110 | 1100100 | 111011 | 0 | 1101 | 11010111 | 1100100 | 101100 |
Color Harmonies of #005BDE
Complementary color
Monochromatic Colors of #005BDE
Black with #005BDE
Text Example
Text Example
White with #005BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BDE; }
p { color: rgb(0,91,222); }
H1.HeaderClassName
{
color: #005BDE;
}
.AnyTagClassName
{
color: #005BDE;
}
</style>
background-color css
<style>
a { background-color: #005BDE; }
a { background-color: rgb(0,91,222); }
div.DivClassName
{
background-color: #005BDE;
}
.BgClassName
{
background-color: #005BDE;
}
</style>
border-color css
<style>
span { border-color: #005BDE; }
span { border-color: rgb(0,91,222); }
td.TdClassName
{
border-color: #005BDE;
}
.TagClassName
{
border-color: #005BDE;
}
</style>