Shades of Navy Blue #047ED0
Tints of Navy Blue #047ED0
RGB
CMYK
RGB Variations
Color information
#047ED0 (or 0x047ED0) is known color: Navy Blue. HEX triplet: 04, 7E and D0. RGB value is (4,126,208). Sum of RGB (Red+Green+Blue) = 4+126+208=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #047ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ED0 is #FB812F. Grayscale: #626262. Windows color (decimal): -16482608 or 13663748. OLE color: 13663748.
HSL color Cylindrical-coordinate representation of color #047ED0: hue angle of 204.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ED0 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 126 | 208 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.18 |
| HSL | 204.12º | 0.96% | 0.42% | - |
| HSV(B) | 204.12º | 0.98% | 0.82% | - |
| XYZ | 18.9 | 19.5 | 62.44 | - |
| YUV | 98.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 208 | 0.98 | 0.39 | 0 | 0.18 | 204.12 | 0.96 | 0.42 |
| Hex | 4 | 7E | D0 | 62 | 27 | 0 | 12 | CC | 60 | 2A |
| Octal | 4 | 176 | 320 | 142 | 47 | 0 | 22 | 314 | 140 | 52 |
| Binary | 100 | 1111110 | 11010000 | 1100010 | 100111 | 0 | 10010 | 11001100 | 1100000 | 101010 |
Color Harmonies of #047ED0
Complementary color
Monochromatic Colors of #047ED0
Black with #047ED0
Text Example
Text Example
White with #047ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ED0; }
p { color: rgb(4,126,208); }
H1.HeaderClassName
{
color: #047ED0;
}
.AnyTagClassName
{
color: #047ED0;
}
</style>
background-color css
<style>
a { background-color: #047ED0; }
a { background-color: rgb(4,126,208); }
div.DivClassName
{
background-color: #047ED0;
}
.BgClassName
{
background-color: #047ED0;
}
</style>
border-color css
<style>
span { border-color: #047ED0; }
span { border-color: rgb(4,126,208); }
td.TdClassName
{
border-color: #047ED0;
}
.TagClassName
{
border-color: #047ED0;
}
</style>