Shades of Navy Blue #005BD1
Tints of Navy Blue #005BD1
RGB
CMYK
RGB Variations
Color information
#005BD1 (or 0x005BD1) is known color: Navy Blue. HEX triplet: 00, 5B and D1. RGB value is (0,91,209). Sum of RGB (Red+Green+Blue) = 0+91+209=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 209 (82.03% from 255 or 69.67% from 300); Max value from RGB is 209 - color contains mainly: blue. Hex color #005BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BD1 is #FFA42E. Grayscale: #4C4C4C. Windows color (decimal): -16753711 or 13720320. OLE color: 13720320.
HSL color Cylindrical-coordinate representation of color #005BD1: hue angle of 213.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BD1 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 91 | 209 | - |
| CMYK | 1 | 0.56 | 0 | 0.18 |
| HSL | 213.88º | 1% | 0.41% | - |
| HSV(B) | 213.88º | 1% | 0.82% | - |
| XYZ | 15.25 | 12.09 | 61.85 | - |
| YUV | 77.24 | 202.35 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 209 | 1 | 0.56 | 0 | 0.18 | 213.88 | 1 | 0.41 |
| Hex | 0 | 5B | D1 | 64 | 38 | 0 | 12 | D6 | 64 | 29 |
| Octal | 0 | 133 | 321 | 144 | 70 | 0 | 22 | 326 | 144 | 51 |
| Binary | 0 | 1011011 | 11010001 | 1100100 | 111000 | 0 | 10010 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005BD1
Complementary color
Monochromatic Colors of #005BD1
Black with #005BD1
Text Example
Text Example
White with #005BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BD1; }
p { color: rgb(0,91,209); }
H1.HeaderClassName
{
color: #005BD1;
}
.AnyTagClassName
{
color: #005BD1;
}
</style>
background-color css
<style>
a { background-color: #005BD1; }
a { background-color: rgb(0,91,209); }
div.DivClassName
{
background-color: #005BD1;
}
.BgClassName
{
background-color: #005BD1;
}
</style>
border-color css
<style>
span { border-color: #005BD1; }
span { border-color: rgb(0,91,209); }
td.TdClassName
{
border-color: #005BD1;
}
.TagClassName
{
border-color: #005BD1;
}
</style>