Shades of Navy Blue #056DCD
Tints of Navy Blue #056DCD
RGB
CMYK
RGB Variations
Color information
#056DCD (or 0x056DCD) is known color: Navy Blue. HEX triplet: 05, 6D and CD. RGB value is (5,109,205). Sum of RGB (Red+Green+Blue) = 5+109+205=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #056DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DCD is #FA9232. Grayscale: #585858. Windows color (decimal): -16421427 or 13462789. OLE color: 13462789.
HSL color Cylindrical-coordinate representation of color #056DCD: hue angle of 208.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DCD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 109 | 205 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.20 |
| HSL | 208.8º | 0.95% | 0.41% | - |
| HSV(B) | 208.8º | 0.98% | 0.8% | - |
| XYZ | 16.55 | 15.38 | 59.85 | - |
| YUV | 88.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 205 | 0.98 | 0.47 | 0 | 0.20 | 208.8 | 0.95 | 0.41 |
| Hex | 5 | 6D | CD | 62 | 2F | 0 | 14 | D1 | 5F | 29 |
| Octal | 5 | 155 | 315 | 142 | 57 | 0 | 24 | 321 | 137 | 51 |
| Binary | 101 | 1101101 | 11001101 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056DCD
Complementary color
Monochromatic Colors of #056DCD
Black with #056DCD
Text Example
Text Example
White with #056DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DCD; }
p { color: rgb(5,109,205); }
H1.HeaderClassName
{
color: #056DCD;
}
.AnyTagClassName
{
color: #056DCD;
}
</style>
background-color css
<style>
a { background-color: #056DCD; }
a { background-color: rgb(5,109,205); }
div.DivClassName
{
background-color: #056DCD;
}
.BgClassName
{
background-color: #056DCD;
}
</style>
border-color css
<style>
span { border-color: #056DCD; }
span { border-color: rgb(5,109,205); }
td.TdClassName
{
border-color: #056DCD;
}
.TagClassName
{
border-color: #056DCD;
}
</style>