Shades of Navy Blue #005BDF
Tints of Navy Blue #005BDF
RGB
CMYK
RGB Variations
Color information
#005BDF (or 0x005BDF) is known color: Navy Blue. HEX triplet: 00, 5B and DF. RGB value is (0,91,223). Sum of RGB (Red+Green+Blue) = 0+91+223=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #005BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BDF is #FFA420. Grayscale: #4E4E4E. Windows color (decimal): -16753697 or 14637824. OLE color: 14637824.
HSL color Cylindrical-coordinate representation of color #005BDF: hue angle of 215.52º 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 #005BDF is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 91 | 223 | - |
| CMYK | 1 | 0.59 | 0 | 0.13 |
| HSL | 215.52º | 1% | 0.44% | - |
| HSV(B) | 215.52º | 1% | 0.87% | - |
| XYZ | 17.06 | 12.81 | 71.39 | - |
| YUV | 78.84 | 209.35 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 223 | 1 | 0.59 | 0 | 0.13 | 215.52 | 1 | 0.44 |
| Hex | 0 | 5B | DF | 64 | 3B | 0 | D | D8 | 64 | 2C |
| Octal | 0 | 133 | 337 | 144 | 73 | 0 | 15 | 330 | 144 | 54 |
| Binary | 0 | 1011011 | 11011111 | 1100100 | 111011 | 0 | 1101 | 11011000 | 1100100 | 101100 |
Color Harmonies of #005BDF
Complementary color
Monochromatic Colors of #005BDF
Black with #005BDF
Text Example
Text Example
White with #005BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BDF; }
p { color: rgb(0,91,223); }
H1.HeaderClassName
{
color: #005BDF;
}
.AnyTagClassName
{
color: #005BDF;
}
</style>
background-color css
<style>
a { background-color: #005BDF; }
a { background-color: rgb(0,91,223); }
div.DivClassName
{
background-color: #005BDF;
}
.BgClassName
{
background-color: #005BDF;
}
</style>
border-color css
<style>
span { border-color: #005BDF; }
span { border-color: rgb(0,91,223); }
td.TdClassName
{
border-color: #005BDF;
}
.TagClassName
{
border-color: #005BDF;
}
</style>