Shades of Navy Blue #047DD0
Tints of Navy Blue #047DD0
RGB
CMYK
RGB Variations
Color information
#047DD0 (or 0x047DD0) is known color: Navy Blue. HEX triplet: 04, 7D and D0. RGB value is (4,125,208). Sum of RGB (Red+Green+Blue) = 4+125+208=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #047DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DD0 is #FB822F. Grayscale: #616161. Windows color (decimal): -16482864 or 13663492. OLE color: 13663492.
HSL color Cylindrical-coordinate representation of color #047DD0: hue angle of 204.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DD0 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 125 | 208 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.18 |
| HSL | 204.41º | 0.96% | 0.42% | - |
| HSV(B) | 204.41º | 0.98% | 0.82% | - |
| XYZ | 18.77 | 19.25 | 62.4 | - |
| YUV | 98.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 208 | 0.98 | 0.40 | 0 | 0.18 | 204.41 | 0.96 | 0.42 |
| Hex | 4 | 7D | D0 | 62 | 28 | 0 | 12 | CC | 60 | 2A |
| Octal | 4 | 175 | 320 | 142 | 50 | 0 | 22 | 314 | 140 | 52 |
| Binary | 100 | 1111101 | 11010000 | 1100010 | 101000 | 0 | 10010 | 11001100 | 1100000 | 101010 |
Color Harmonies of #047DD0
Complementary color
Monochromatic Colors of #047DD0
Black with #047DD0
Text Example
Text Example
White with #047DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DD0; }
p { color: rgb(4,125,208); }
H1.HeaderClassName
{
color: #047DD0;
}
.AnyTagClassName
{
color: #047DD0;
}
</style>
background-color css
<style>
a { background-color: #047DD0; }
a { background-color: rgb(4,125,208); }
div.DivClassName
{
background-color: #047DD0;
}
.BgClassName
{
background-color: #047DD0;
}
</style>
border-color css
<style>
span { border-color: #047DD0; }
span { border-color: rgb(4,125,208); }
td.TdClassName
{
border-color: #047DD0;
}
.TagClassName
{
border-color: #047DD0;
}
</style>