Shades of Navy Blue #0477DC
Tints of Navy Blue #0477DC
RGB
CMYK
RGB Variations
Color information
#0477DC (or 0x0477DC) is known color: Navy Blue. HEX triplet: 04, 77 and DC. RGB value is (4,119,220). Sum of RGB (Red+Green+Blue) = 4+119+220=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #0477DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477DC is #FB8823. Grayscale: #5F5F5F. Windows color (decimal): -16484388 or 14448388. OLE color: 14448388.
HSL color Cylindrical-coordinate representation of color #0477DC: hue angle of 208.06º 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 #0477DC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 119 | 220 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.14 |
| HSL | 208.06º | 0.96% | 0.44% | - |
| HSV(B) | 208.06º | 0.98% | 0.86% | - |
| XYZ | 19.57 | 18.39 | 70.23 | - |
| YUV | 96.13 | 197.9 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 220 | 0.98 | 0.46 | 0 | 0.14 | 208.06 | 0.96 | 0.44 |
| Hex | 4 | 77 | DC | 62 | 2E | 0 | E | D0 | 60 | 2C |
| Octal | 4 | 167 | 334 | 142 | 56 | 0 | 16 | 320 | 140 | 54 |
| Binary | 100 | 1110111 | 11011100 | 1100010 | 101110 | 0 | 1110 | 11010000 | 1100000 | 101100 |
Color Harmonies of #0477DC
Complementary color
Monochromatic Colors of #0477DC
Black with #0477DC
Text Example
Text Example
White with #0477DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477DC; }
p { color: rgb(4,119,220); }
H1.HeaderClassName
{
color: #0477DC;
}
.AnyTagClassName
{
color: #0477DC;
}
</style>
background-color css
<style>
a { background-color: #0477DC; }
a { background-color: rgb(4,119,220); }
div.DivClassName
{
background-color: #0477DC;
}
.BgClassName
{
background-color: #0477DC;
}
</style>
border-color css
<style>
span { border-color: #0477DC; }
span { border-color: rgb(4,119,220); }
td.TdClassName
{
border-color: #0477DC;
}
.TagClassName
{
border-color: #0477DC;
}
</style>