Shades of Navy Blue #005BD5
Tints of Navy Blue #005BD5
RGB
CMYK
RGB Variations
Color information
#005BD5 (or 0x005BD5) is known color: Navy Blue. HEX triplet: 00, 5B and D5. RGB value is (0,91,213). Sum of RGB (Red+Green+Blue) = 0+91+213=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #005BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BD5 is #FFA42A. Grayscale: #4D4D4D. Windows color (decimal): -16753707 or 13982464. OLE color: 13982464.
HSL color Cylindrical-coordinate representation of color #005BD5: hue angle of 214.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BD5 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 91 | 213 | - |
| CMYK | 1 | 0.57 | 0 | 0.16 |
| HSL | 214.37º | 1% | 0.42% | - |
| HSV(B) | 214.37º | 1% | 0.84% | - |
| XYZ | 15.75 | 12.29 | 64.49 | - |
| YUV | 77.7 | 204.35 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 213 | 1 | 0.57 | 0 | 0.16 | 214.37 | 1 | 0.42 |
| Hex | 0 | 5B | D5 | 64 | 39 | 0 | 10 | D6 | 64 | 2A |
| Octal | 0 | 133 | 325 | 144 | 71 | 0 | 20 | 326 | 144 | 52 |
| Binary | 0 | 1011011 | 11010101 | 1100100 | 111001 | 0 | 10000 | 11010110 | 1100100 | 101010 |
Color Harmonies of #005BD5
Complementary color
Monochromatic Colors of #005BD5
Black with #005BD5
Text Example
Text Example
White with #005BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BD5; }
p { color: rgb(0,91,213); }
H1.HeaderClassName
{
color: #005BD5;
}
.AnyTagClassName
{
color: #005BD5;
}
</style>
background-color css
<style>
a { background-color: #005BD5; }
a { background-color: rgb(0,91,213); }
div.DivClassName
{
background-color: #005BD5;
}
.BgClassName
{
background-color: #005BD5;
}
</style>
border-color css
<style>
span { border-color: #005BD5; }
span { border-color: rgb(0,91,213); }
td.TdClassName
{
border-color: #005BD5;
}
.TagClassName
{
border-color: #005BD5;
}
</style>