Shades of Navy Blue #047FDD
Tints of Navy Blue #047FDD
RGB
CMYK
RGB Variations
Color information
#047FDD (or 0x047FDD) is known color: Navy Blue. HEX triplet: 04, 7F and DD. RGB value is (4,127,221). Sum of RGB (Red+Green+Blue) = 4+127+221=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #047FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FDD is #FB8022. Grayscale: #646464. Windows color (decimal): -16482339 or 14515972. OLE color: 14515972.
HSL color Cylindrical-coordinate representation of color #047FDD: hue angle of 205.99º 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 #047FDD is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 127 | 221 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.13 |
| HSL | 205.99º | 0.96% | 0.44% | - |
| HSV(B) | 205.99º | 0.98% | 0.87% | - |
| XYZ | 20.69 | 20.43 | 71.26 | - |
| YUV | 100.94 | 195.75 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 221 | 0.98 | 0.43 | 0 | 0.13 | 205.99 | 0.96 | 0.44 |
| Hex | 4 | 7F | DD | 62 | 2B | 0 | D | CE | 60 | 2C |
| Octal | 4 | 177 | 335 | 142 | 53 | 0 | 15 | 316 | 140 | 54 |
| Binary | 100 | 1111111 | 11011101 | 1100010 | 101011 | 0 | 1101 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047FDD
Complementary color
Monochromatic Colors of #047FDD
Black with #047FDD
Text Example
Text Example
White with #047FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FDD; }
p { color: rgb(4,127,221); }
H1.HeaderClassName
{
color: #047FDD;
}
.AnyTagClassName
{
color: #047FDD;
}
</style>
background-color css
<style>
a { background-color: #047FDD; }
a { background-color: rgb(4,127,221); }
div.DivClassName
{
background-color: #047FDD;
}
.BgClassName
{
background-color: #047FDD;
}
</style>
border-color css
<style>
span { border-color: #047FDD; }
span { border-color: rgb(4,127,221); }
td.TdClassName
{
border-color: #047FDD;
}
.TagClassName
{
border-color: #047FDD;
}
</style>