Shades of Navy Blue #047CE0
Tints of Navy Blue #047CE0
RGB
CMYK
RGB Variations
Color information
#047CE0 (or 0x047CE0) is known color: Navy Blue. HEX triplet: 04, 7C and E0. RGB value is (4,124,224). Sum of RGB (Red+Green+Blue) = 4+124+224=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #047CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CE0 is #FB831F. Grayscale: #636363. Windows color (decimal): -16483104 or 14711812. OLE color: 14711812.
HSL color Cylindrical-coordinate representation of color #047CE0: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CE0 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 124 | 224 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.12 |
| HSL | 207.27º | 0.96% | 0.45% | - |
| HSV(B) | 207.27º | 0.98% | 0.88% | - |
| XYZ | 20.71 | 19.82 | 73.26 | - |
| YUV | 99.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 224 | 0.98 | 0.45 | 0 | 0.12 | 207.27 | 0.96 | 0.45 |
| Hex | 4 | 7C | E0 | 62 | 2D | 0 | C | CF | 60 | 2D |
| Octal | 4 | 174 | 340 | 142 | 55 | 0 | 14 | 317 | 140 | 55 |
| Binary | 100 | 1111100 | 11100000 | 1100010 | 101101 | 0 | 1100 | 11001111 | 1100000 | 101101 |
Color Harmonies of #047CE0
Complementary color
Monochromatic Colors of #047CE0
Black with #047CE0
Text Example
Text Example
White with #047CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CE0; }
p { color: rgb(4,124,224); }
H1.HeaderClassName
{
color: #047CE0;
}
.AnyTagClassName
{
color: #047CE0;
}
</style>
background-color css
<style>
a { background-color: #047CE0; }
a { background-color: rgb(4,124,224); }
div.DivClassName
{
background-color: #047CE0;
}
.BgClassName
{
background-color: #047CE0;
}
</style>
border-color css
<style>
span { border-color: #047CE0; }
span { border-color: rgb(4,124,224); }
td.TdClassName
{
border-color: #047CE0;
}
.TagClassName
{
border-color: #047CE0;
}
</style>