Shades of Navy Blue #056DDC
Tints of Navy Blue #056DDC
RGB
CMYK
RGB Variations
Color information
#056DDC (or 0x056DDC) is known color: Navy Blue. HEX triplet: 05, 6D and DC. RGB value is (5,109,220). Sum of RGB (Red+Green+Blue) = 5+109+220=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #056DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDC is #FA9223. Grayscale: #5A5A5A. Windows color (decimal): -16421412 or 14445829. OLE color: 14445829.
HSL color Cylindrical-coordinate representation of color #056DDC: hue angle of 210.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DDC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 109 | 220 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.14 |
| HSL | 210.98º | 0.96% | 0.44% | - |
| HSV(B) | 210.98º | 0.98% | 0.86% | - |
| XYZ | 18.45 | 16.14 | 69.85 | - |
| YUV | 90.56 | 201.04 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 220 | 0.98 | 0.50 | 0 | 0.14 | 210.98 | 0.96 | 0.44 |
| Hex | 5 | 6D | DC | 62 | 32 | 0 | E | D3 | 60 | 2C |
| Octal | 5 | 155 | 334 | 142 | 62 | 0 | 16 | 323 | 140 | 54 |
| Binary | 101 | 1101101 | 11011100 | 1100010 | 110010 | 0 | 1110 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056DDC
Complementary color
Monochromatic Colors of #056DDC
Black with #056DDC
Text Example
Text Example
White with #056DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DDC; }
p { color: rgb(5,109,220); }
H1.HeaderClassName
{
color: #056DDC;
}
.AnyTagClassName
{
color: #056DDC;
}
</style>
background-color css
<style>
a { background-color: #056DDC; }
a { background-color: rgb(5,109,220); }
div.DivClassName
{
background-color: #056DDC;
}
.BgClassName
{
background-color: #056DDC;
}
</style>
border-color css
<style>
span { border-color: #056DDC; }
span { border-color: rgb(5,109,220); }
td.TdClassName
{
border-color: #056DDC;
}
.TagClassName
{
border-color: #056DDC;
}
</style>