Shades of Navy Blue #0456DC
Tints of Navy Blue #0456DC
RGB
CMYK
RGB Variations
Color information
#0456DC (or 0x0456DC) is known color: Navy Blue. HEX triplet: 04, 56 and DC. RGB value is (4,86,220). Sum of RGB (Red+Green+Blue) = 4+86+220=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #0456DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0456DC is #FBA923. Grayscale: #4C4C4C. Windows color (decimal): -16492836 or 14439940. OLE color: 14439940.
HSL color Cylindrical-coordinate representation of color #0456DC: hue angle of 217.22º 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 #0456DC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 86 | 220 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.14 |
| HSL | 217.22º | 0.96% | 0.44% | - |
| HSV(B) | 217.22º | 0.98% | 0.86% | - |
| XYZ | 16.3 | 11.85 | 69.14 | - |
| YUV | 76.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 220 | 0.98 | 0.61 | 0 | 0.14 | 217.22 | 0.96 | 0.44 |
| Hex | 4 | 56 | DC | 62 | 3D | 0 | E | D9 | 60 | 2C |
| Octal | 4 | 126 | 334 | 142 | 75 | 0 | 16 | 331 | 140 | 54 |
| Binary | 100 | 1010110 | 11011100 | 1100010 | 111101 | 0 | 1110 | 11011001 | 1100000 | 101100 |
Color Harmonies of #0456DC
Complementary color
Monochromatic Colors of #0456DC
Black with #0456DC
Text Example
Text Example
White with #0456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0456DC; }
p { color: rgb(4,86,220); }
H1.HeaderClassName
{
color: #0456DC;
}
.AnyTagClassName
{
color: #0456DC;
}
</style>
background-color css
<style>
a { background-color: #0456DC; }
a { background-color: rgb(4,86,220); }
div.DivClassName
{
background-color: #0456DC;
}
.BgClassName
{
background-color: #0456DC;
}
</style>
border-color css
<style>
span { border-color: #0456DC; }
span { border-color: rgb(4,86,220); }
td.TdClassName
{
border-color: #0456DC;
}
.TagClassName
{
border-color: #0456DC;
}
</style>