Shades of Navy Blue #047CDD
Tints of Navy Blue #047CDD
RGB
CMYK
RGB Variations
Color information
#047CDD (or 0x047CDD) is known color: Navy Blue. HEX triplet: 04, 7C and DD. RGB value is (4,124,221). Sum of RGB (Red+Green+Blue) = 4+124+221=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #047CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDD is #FB8322. Grayscale: #626262. Windows color (decimal): -16483107 or 14515204. OLE color: 14515204.
HSL color Cylindrical-coordinate representation of color #047CDD: hue angle of 206.82º 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 #047CDD is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 124 | 221 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.13 |
| HSL | 206.82º | 0.96% | 0.44% | - |
| HSV(B) | 206.82º | 0.98% | 0.87% | - |
| XYZ | 20.31 | 19.66 | 71.13 | - |
| YUV | 99.18 | 196.74 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 221 | 0.98 | 0.44 | 0 | 0.13 | 206.82 | 0.96 | 0.44 |
| Hex | 4 | 7C | DD | 62 | 2C | 0 | D | CF | 60 | 2C |
| Octal | 4 | 174 | 335 | 142 | 54 | 0 | 15 | 317 | 140 | 54 |
| Binary | 100 | 1111100 | 11011101 | 1100010 | 101100 | 0 | 1101 | 11001111 | 1100000 | 101100 |
Color Harmonies of #047CDD
Complementary color
Monochromatic Colors of #047CDD
Black with #047CDD
Text Example
Text Example
White with #047CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CDD; }
p { color: rgb(4,124,221); }
H1.HeaderClassName
{
color: #047CDD;
}
.AnyTagClassName
{
color: #047CDD;
}
</style>
background-color css
<style>
a { background-color: #047CDD; }
a { background-color: rgb(4,124,221); }
div.DivClassName
{
background-color: #047CDD;
}
.BgClassName
{
background-color: #047CDD;
}
</style>
border-color css
<style>
span { border-color: #047CDD; }
span { border-color: rgb(4,124,221); }
td.TdClassName
{
border-color: #047CDD;
}
.TagClassName
{
border-color: #047CDD;
}
</style>