Shades of Navy Blue #056CCC
Tints of Navy Blue #056CCC
RGB
CMYK
RGB Variations
Color information
#056CCC (or 0x056CCC) is known color: Navy Blue. HEX triplet: 05, 6C and CC. RGB value is (5,108,204). Sum of RGB (Red+Green+Blue) = 5+108+204=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #056CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CCC is #FA9333. Grayscale: #575757. Windows color (decimal): -16421684 or 13396997. OLE color: 13396997.
HSL color Cylindrical-coordinate representation of color #056CCC: hue angle of 208.94º 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 #056CCC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 108 | 204 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.2 |
| HSL | 208.94º | 0.95% | 0.41% | - |
| HSV(B) | 208.94º | 0.98% | 0.8% | - |
| XYZ | 16.32 | 15.12 | 59.18 | - |
| YUV | 88.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 204 | 0.98 | 0.47 | 0 | 0.2 | 208.94 | 0.95 | 0.41 |
| Hex | 5 | 6C | CC | 62 | 2F | 0 | 14 | D1 | 5F | 29 |
| Octal | 5 | 154 | 314 | 142 | 57 | 0 | 24 | 321 | 137 | 51 |
| Binary | 101 | 1101100 | 11001100 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056CCC
Complementary color
Monochromatic Colors of #056CCC
Black with #056CCC
Text Example
Text Example
White with #056CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CCC; }
p { color: rgb(5,108,204); }
H1.HeaderClassName
{
color: #056CCC;
}
.AnyTagClassName
{
color: #056CCC;
}
</style>
background-color css
<style>
a { background-color: #056CCC; }
a { background-color: rgb(5,108,204); }
div.DivClassName
{
background-color: #056CCC;
}
.BgClassName
{
background-color: #056CCC;
}
</style>
border-color css
<style>
span { border-color: #056CCC; }
span { border-color: rgb(5,108,204); }
td.TdClassName
{
border-color: #056CCC;
}
.TagClassName
{
border-color: #056CCC;
}
</style>