Shades of Navy Blue #047FDE
Tints of Navy Blue #047FDE
RGB
CMYK
RGB Variations
Color information
#047FDE (or 0x047FDE) is known color: Navy Blue. HEX triplet: 04, 7F and DE. RGB value is (4,127,222). Sum of RGB (Red+Green+Blue) = 4+127+222=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #047FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FDE is #FB8021. Grayscale: #646464. Windows color (decimal): -16482338 or 14581508. OLE color: 14581508.
HSL color Cylindrical-coordinate representation of color #047FDE: hue angle of 206.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FDE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 127 | 222 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.13 |
| HSL | 206.15º | 0.96% | 0.44% | - |
| HSV(B) | 206.15º | 0.98% | 0.87% | - |
| XYZ | 20.82 | 20.48 | 71.96 | - |
| YUV | 101.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 222 | 0.98 | 0.43 | 0 | 0.13 | 206.15 | 0.96 | 0.44 |
| Hex | 4 | 7F | DE | 62 | 2B | 0 | D | CE | 60 | 2C |
| Octal | 4 | 177 | 336 | 142 | 53 | 0 | 15 | 316 | 140 | 54 |
| Binary | 100 | 1111111 | 11011110 | 1100010 | 101011 | 0 | 1101 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047FDE
Complementary color
Monochromatic Colors of #047FDE
Black with #047FDE
Text Example
Text Example
White with #047FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FDE; }
p { color: rgb(4,127,222); }
H1.HeaderClassName
{
color: #047FDE;
}
.AnyTagClassName
{
color: #047FDE;
}
</style>
background-color css
<style>
a { background-color: #047FDE; }
a { background-color: rgb(4,127,222); }
div.DivClassName
{
background-color: #047FDE;
}
.BgClassName
{
background-color: #047FDE;
}
</style>
border-color css
<style>
span { border-color: #047FDE; }
span { border-color: rgb(4,127,222); }
td.TdClassName
{
border-color: #047FDE;
}
.TagClassName
{
border-color: #047FDE;
}
</style>