Shades of Navy Blue #005BD0
Tints of Navy Blue #005BD0
RGB
CMYK
RGB Variations
Color information
#005BD0 (or 0x005BD0) is known color: Navy Blue. HEX triplet: 00, 5B and D0. RGB value is (0,91,208). Sum of RGB (Red+Green+Blue) = 0+91+208=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #005BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BD0 is #FFA42F. Grayscale: #4C4C4C. Windows color (decimal): -16753712 or 13654784. OLE color: 13654784.
HSL color Cylindrical-coordinate representation of color #005BD0: hue angle of 213.75º 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 #005BD0 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 91 | 208 | - |
| CMYK | 1 | 0.56 | 0 | 0.18 |
| HSL | 213.75º | 1% | 0.41% | - |
| HSV(B) | 213.75º | 1% | 0.82% | - |
| XYZ | 15.13 | 12.04 | 61.2 | - |
| YUV | 77.13 | 201.85 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 208 | 1 | 0.56 | 0 | 0.18 | 213.75 | 1 | 0.41 |
| Hex | 0 | 5B | D0 | 64 | 38 | 0 | 12 | D6 | 64 | 29 |
| Octal | 0 | 133 | 320 | 144 | 70 | 0 | 22 | 326 | 144 | 51 |
| Binary | 0 | 1011011 | 11010000 | 1100100 | 111000 | 0 | 10010 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005BD0
Complementary color
Monochromatic Colors of #005BD0
Black with #005BD0
Text Example
Text Example
White with #005BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BD0; }
p { color: rgb(0,91,208); }
H1.HeaderClassName
{
color: #005BD0;
}
.AnyTagClassName
{
color: #005BD0;
}
</style>
background-color css
<style>
a { background-color: #005BD0; }
a { background-color: rgb(0,91,208); }
div.DivClassName
{
background-color: #005BD0;
}
.BgClassName
{
background-color: #005BD0;
}
</style>
border-color css
<style>
span { border-color: #005BD0; }
span { border-color: rgb(0,91,208); }
td.TdClassName
{
border-color: #005BD0;
}
.TagClassName
{
border-color: #005BD0;
}
</style>