Shades of Navy Blue #056DB8
Tints of Navy Blue #056DB8
RGB
CMYK
RGB Variations
Color information
#056DB8 (or 0x056DB8) is known color: Navy Blue. HEX triplet: 05, 6D and B8. RGB value is (5,109,184). Sum of RGB (Red+Green+Blue) = 5+109+184=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #056DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DB8 is #FA9247. Grayscale: #565656. Windows color (decimal): -16421448 or 12086533. OLE color: 12086533.
HSL color Cylindrical-coordinate representation of color #056DB8: hue angle of 205.14º 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 #056DB8 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 109 | 184 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.28 |
| HSL | 205.14º | 0.95% | 0.37% | - |
| HSV(B) | 205.14º | 0.97% | 0.72% | - |
| XYZ | 14.18 | 14.43 | 47.39 | - |
| YUV | 86.45 | 183.04 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 184 | 0.97 | 0.41 | 0 | 0.28 | 205.14 | 0.95 | 0.37 |
| Hex | 5 | 6D | B8 | 61 | 29 | 0 | 1C | CD | 5F | 25 |
| Octal | 5 | 155 | 270 | 141 | 51 | 0 | 34 | 315 | 137 | 45 |
| Binary | 101 | 1101101 | 10111000 | 1100001 | 101001 | 0 | 11100 | 11001101 | 1011111 | 100101 |
Color Harmonies of #056DB8
Complementary color
Monochromatic Colors of #056DB8
Black with #056DB8
Text Example
Text Example
White with #056DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DB8; }
p { color: rgb(5,109,184); }
H1.HeaderClassName
{
color: #056DB8;
}
.AnyTagClassName
{
color: #056DB8;
}
</style>
background-color css
<style>
a { background-color: #056DB8; }
a { background-color: rgb(5,109,184); }
div.DivClassName
{
background-color: #056DB8;
}
.BgClassName
{
background-color: #056DB8;
}
</style>
border-color css
<style>
span { border-color: #056DB8; }
span { border-color: rgb(5,109,184); }
td.TdClassName
{
border-color: #056DB8;
}
.TagClassName
{
border-color: #056DB8;
}
</style>