Shades of Navy Blue #047CDE
Tints of Navy Blue #047CDE
RGB
CMYK
RGB Variations
Color information
#047CDE (or 0x047CDE) is known color: Navy Blue. HEX triplet: 04, 7C and DE. RGB value is (4,124,222). Sum of RGB (Red+Green+Blue) = 4+124+222=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #047CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDE is #FB8321. Grayscale: #626262. Windows color (decimal): -16483106 or 14580740. OLE color: 14580740.
HSL color Cylindrical-coordinate representation of color #047CDE: hue angle of 206.97º 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 #047CDE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 124 | 222 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.13 |
| HSL | 206.97º | 0.96% | 0.44% | - |
| HSV(B) | 206.97º | 0.98% | 0.87% | - |
| XYZ | 20.44 | 19.72 | 71.84 | - |
| YUV | 99.29 | 197.24 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 222 | 0.98 | 0.44 | 0 | 0.13 | 206.97 | 0.96 | 0.44 |
| Hex | 4 | 7C | DE | 62 | 2C | 0 | D | CF | 60 | 2C |
| Octal | 4 | 174 | 336 | 142 | 54 | 0 | 15 | 317 | 140 | 54 |
| Binary | 100 | 1111100 | 11011110 | 1100010 | 101100 | 0 | 1101 | 11001111 | 1100000 | 101100 |
Color Harmonies of #047CDE
Complementary color
Monochromatic Colors of #047CDE
Black with #047CDE
Text Example
Text Example
White with #047CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CDE; }
p { color: rgb(4,124,222); }
H1.HeaderClassName
{
color: #047CDE;
}
.AnyTagClassName
{
color: #047CDE;
}
</style>
background-color css
<style>
a { background-color: #047CDE; }
a { background-color: rgb(4,124,222); }
div.DivClassName
{
background-color: #047CDE;
}
.BgClassName
{
background-color: #047CDE;
}
</style>
border-color css
<style>
span { border-color: #047CDE; }
span { border-color: rgb(4,124,222); }
td.TdClassName
{
border-color: #047CDE;
}
.TagClassName
{
border-color: #047CDE;
}
</style>