Shades of Navy Blue #056DDD
Tints of Navy Blue #056DDD
RGB
CMYK
RGB Variations
Color information
#056DDD (or 0x056DDD) is known color: Navy Blue. HEX triplet: 05, 6D and DD. RGB value is (5,109,221). Sum of RGB (Red+Green+Blue) = 5+109+221=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #056DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDD is #FA9222. Grayscale: #5A5A5A. Windows color (decimal): -16421411 or 14511365. OLE color: 14511365.
HSL color Cylindrical-coordinate representation of color #056DDD: hue angle of 211.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DDD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 109 | 221 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.13 |
| HSL | 211.11º | 0.96% | 0.44% | - |
| HSV(B) | 211.11º | 0.98% | 0.87% | - |
| XYZ | 18.58 | 16.19 | 70.55 | - |
| YUV | 90.67 | 201.54 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 221 | 0.98 | 0.51 | 0 | 0.13 | 211.11 | 0.96 | 0.44 |
| Hex | 5 | 6D | DD | 62 | 33 | 0 | D | D3 | 60 | 2C |
| Octal | 5 | 155 | 335 | 142 | 63 | 0 | 15 | 323 | 140 | 54 |
| Binary | 101 | 1101101 | 11011101 | 1100010 | 110011 | 0 | 1101 | 11010011 | 1100000 | 101100 |
Color Harmonies of #056DDD
Complementary color
Monochromatic Colors of #056DDD
Black with #056DDD
Text Example
Text Example
White with #056DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DDD; }
p { color: rgb(5,109,221); }
H1.HeaderClassName
{
color: #056DDD;
}
.AnyTagClassName
{
color: #056DDD;
}
</style>
background-color css
<style>
a { background-color: #056DDD; }
a { background-color: rgb(5,109,221); }
div.DivClassName
{
background-color: #056DDD;
}
.BgClassName
{
background-color: #056DDD;
}
</style>
border-color css
<style>
span { border-color: #056DDD; }
span { border-color: rgb(5,109,221); }
td.TdClassName
{
border-color: #056DDD;
}
.TagClassName
{
border-color: #056DDD;
}
</style>