Shades of Navy Blue #056DCC
Tints of Navy Blue #056DCC
RGB
CMYK
RGB Variations
Color information
#056DCC (or 0x056DCC) is known color: Navy Blue. HEX triplet: 05, 6D and CC. RGB value is (5,109,204). Sum of RGB (Red+Green+Blue) = 5+109+204=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #056DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DCC is #FA9233. Grayscale: #585858. Windows color (decimal): -16421428 or 13397253. OLE color: 13397253.
HSL color Cylindrical-coordinate representation of color #056DCC: hue angle of 208.64º 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 #056DCC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 109 | 204 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.2 |
| HSL | 208.64º | 0.95% | 0.41% | - |
| HSV(B) | 208.64º | 0.98% | 0.8% | - |
| XYZ | 16.43 | 15.33 | 59.22 | - |
| YUV | 88.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 204 | 0.98 | 0.47 | 0 | 0.2 | 208.64 | 0.95 | 0.41 |
| Hex | 5 | 6D | CC | 62 | 2F | 0 | 14 | D1 | 5F | 29 |
| Octal | 5 | 155 | 314 | 142 | 57 | 0 | 24 | 321 | 137 | 51 |
| Binary | 101 | 1101101 | 11001100 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056DCC
Complementary color
Monochromatic Colors of #056DCC
Black with #056DCC
Text Example
Text Example
White with #056DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DCC; }
p { color: rgb(5,109,204); }
H1.HeaderClassName
{
color: #056DCC;
}
.AnyTagClassName
{
color: #056DCC;
}
</style>
background-color css
<style>
a { background-color: #056DCC; }
a { background-color: rgb(5,109,204); }
div.DivClassName
{
background-color: #056DCC;
}
.BgClassName
{
background-color: #056DCC;
}
</style>
border-color css
<style>
span { border-color: #056DCC; }
span { border-color: rgb(5,109,204); }
td.TdClassName
{
border-color: #056DCC;
}
.TagClassName
{
border-color: #056DCC;
}
</style>