Shades of Navy Blue #047CE9
Tints of Navy Blue #047CE9
RGB
CMYK
RGB Variations
Color information
#047CE9 (or 0x047CE9) is known color: Navy Blue. HEX triplet: 04, 7C and E9. RGB value is (4,124,233). Sum of RGB (Red+Green+Blue) = 4+124+233=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #047CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CE9 is #FB8316. Grayscale: #636363. Windows color (decimal): -16483095 or 15301636. OLE color: 15301636.
HSL color Cylindrical-coordinate representation of color #047CE9: hue angle of 208.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CE9 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 124 | 233 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.09 |
| HSL | 208.56º | 0.97% | 0.46% | - |
| HSV(B) | 208.56º | 0.98% | 0.91% | - |
| XYZ | 21.97 | 20.32 | 79.86 | - |
| YUV | 100.55 | 202.74 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 233 | 0.98 | 0.47 | 0 | 0.09 | 208.56 | 0.97 | 0.46 |
| Hex | 4 | 7C | E9 | 62 | 2F | 0 | 9 | D1 | 61 | 2E |
| Octal | 4 | 174 | 351 | 142 | 57 | 0 | 11 | 321 | 141 | 56 |
| Binary | 100 | 1111100 | 11101001 | 1100010 | 101111 | 0 | 1001 | 11010001 | 1100001 | 101110 |
Color Harmonies of #047CE9
Complementary color
Monochromatic Colors of #047CE9
Black with #047CE9
Text Example
Text Example
White with #047CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CE9; }
p { color: rgb(4,124,233); }
H1.HeaderClassName
{
color: #047CE9;
}
.AnyTagClassName
{
color: #047CE9;
}
</style>
background-color css
<style>
a { background-color: #047CE9; }
a { background-color: rgb(4,124,233); }
div.DivClassName
{
background-color: #047CE9;
}
.BgClassName
{
background-color: #047CE9;
}
</style>
border-color css
<style>
span { border-color: #047CE9; }
span { border-color: rgb(4,124,233); }
td.TdClassName
{
border-color: #047CE9;
}
.TagClassName
{
border-color: #047CE9;
}
</style>