Shades of Navy Blue #047FE6
Tints of Navy Blue #047FE6
RGB
CMYK
RGB Variations
Color information
#047FE6 (or 0x047FE6) is known color: Navy Blue. HEX triplet: 04, 7F and E6. RGB value is (4,127,230). Sum of RGB (Red+Green+Blue) = 4+127+230=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #047FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FE6 is #FB8019. Grayscale: #656565. Windows color (decimal): -16482330 or 15105796. OLE color: 15105796.
HSL color Cylindrical-coordinate representation of color #047FE6: hue angle of 207.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FE6 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 127 | 230 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.10 |
| HSL | 207.35º | 0.97% | 0.46% | - |
| HSV(B) | 207.35º | 0.98% | 0.9% | - |
| XYZ | 21.92 | 20.92 | 77.75 | - |
| YUV | 101.97 | 200.25 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 230 | 0.98 | 0.45 | 0 | 0.10 | 207.35 | 0.97 | 0.46 |
| Hex | 4 | 7F | E6 | 62 | 2D | 0 | A | CF | 61 | 2E |
| Octal | 4 | 177 | 346 | 142 | 55 | 0 | 12 | 317 | 141 | 56 |
| Binary | 100 | 1111111 | 11100110 | 1100010 | 101101 | 0 | 1010 | 11001111 | 1100001 | 101110 |
Color Harmonies of #047FE6
Complementary color
Monochromatic Colors of #047FE6
Black with #047FE6
Text Example
Text Example
White with #047FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FE6; }
p { color: rgb(4,127,230); }
H1.HeaderClassName
{
color: #047FE6;
}
.AnyTagClassName
{
color: #047FE6;
}
</style>
background-color css
<style>
a { background-color: #047FE6; }
a { background-color: rgb(4,127,230); }
div.DivClassName
{
background-color: #047FE6;
}
.BgClassName
{
background-color: #047FE6;
}
</style>
border-color css
<style>
span { border-color: #047FE6; }
span { border-color: rgb(4,127,230); }
td.TdClassName
{
border-color: #047FE6;
}
.TagClassName
{
border-color: #047FE6;
}
</style>