Shades of Navy Blue #056DB7
Tints of Navy Blue #056DB7
RGB
CMYK
RGB Variations
Color information
#056DB7 (or 0x056DB7) is known color: Navy Blue. HEX triplet: 05, 6D and B7. RGB value is (5,109,183). Sum of RGB (Red+Green+Blue) = 5+109+183=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #056DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DB7 is #FA9248. Grayscale: #555555. Windows color (decimal): -16421449 or 12020997. OLE color: 12020997.
HSL color Cylindrical-coordinate representation of color #056DB7: hue angle of 204.94º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DB7 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 109 | 183 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.28 |
| HSL | 204.94º | 0.95% | 0.37% | - |
| HSV(B) | 204.94º | 0.97% | 0.72% | - |
| XYZ | 14.08 | 14.39 | 46.83 | - |
| YUV | 86.34 | 182.54 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 183 | 0.97 | 0.40 | 0 | 0.28 | 204.94 | 0.95 | 0.37 |
| Hex | 5 | 6D | B7 | 61 | 28 | 0 | 1C | CD | 5F | 25 |
| Octal | 5 | 155 | 267 | 141 | 50 | 0 | 34 | 315 | 137 | 45 |
| Binary | 101 | 1101101 | 10110111 | 1100001 | 101000 | 0 | 11100 | 11001101 | 1011111 | 100101 |
Color Harmonies of #056DB7
Complementary color
Monochromatic Colors of #056DB7
Black with #056DB7
Text Example
Text Example
White with #056DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DB7; }
p { color: rgb(5,109,183); }
H1.HeaderClassName
{
color: #056DB7;
}
.AnyTagClassName
{
color: #056DB7;
}
</style>
background-color css
<style>
a { background-color: #056DB7; }
a { background-color: rgb(5,109,183); }
div.DivClassName
{
background-color: #056DB7;
}
.BgClassName
{
background-color: #056DB7;
}
</style>
border-color css
<style>
span { border-color: #056DB7; }
span { border-color: rgb(5,109,183); }
td.TdClassName
{
border-color: #056DB7;
}
.TagClassName
{
border-color: #056DB7;
}
</style>