Shades of Navy Blue #047FDC
Tints of Navy Blue #047FDC
RGB
CMYK
RGB Variations
Color information
#047FDC (or 0x047FDC) is known color: Navy Blue. HEX triplet: 04, 7F and DC. RGB value is (4,127,220). Sum of RGB (Red+Green+Blue) = 4+127+220=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #047FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FDC is #FB8023. Grayscale: #646464. Windows color (decimal): -16482340 or 14450436. OLE color: 14450436.
HSL color Cylindrical-coordinate representation of color #047FDC: hue angle of 205.83º 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 #047FDC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 127 | 220 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.14 |
| HSL | 205.83º | 0.96% | 0.44% | - |
| HSV(B) | 205.83º | 0.98% | 0.86% | - |
| XYZ | 20.56 | 20.37 | 70.56 | - |
| YUV | 100.83 | 195.25 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 220 | 0.98 | 0.42 | 0 | 0.14 | 205.83 | 0.96 | 0.44 |
| Hex | 4 | 7F | DC | 62 | 2A | 0 | E | CE | 60 | 2C |
| Octal | 4 | 177 | 334 | 142 | 52 | 0 | 16 | 316 | 140 | 54 |
| Binary | 100 | 1111111 | 11011100 | 1100010 | 101010 | 0 | 1110 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047FDC
Complementary color
Monochromatic Colors of #047FDC
Black with #047FDC
Text Example
Text Example
White with #047FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FDC; }
p { color: rgb(4,127,220); }
H1.HeaderClassName
{
color: #047FDC;
}
.AnyTagClassName
{
color: #047FDC;
}
</style>
background-color css
<style>
a { background-color: #047FDC; }
a { background-color: rgb(4,127,220); }
div.DivClassName
{
background-color: #047FDC;
}
.BgClassName
{
background-color: #047FDC;
}
</style>
border-color css
<style>
span { border-color: #047FDC; }
span { border-color: rgb(4,127,220); }
td.TdClassName
{
border-color: #047FDC;
}
.TagClassName
{
border-color: #047FDC;
}
</style>