Shades of Navy Blue #047DDF
Tints of Navy Blue #047DDF
RGB
CMYK
RGB Variations
Color information
#047DDF (or 0x047DDF) is known color: Navy Blue. HEX triplet: 04, 7D and DF. RGB value is (4,125,223). Sum of RGB (Red+Green+Blue) = 4+125+223=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #047DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DDF is #FB8220. Grayscale: #636363. Windows color (decimal): -16482849 or 14646532. OLE color: 14646532.
HSL color Cylindrical-coordinate representation of color #047DDF: hue angle of 206.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DDF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 125 | 223 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.13 |
| HSL | 206.85º | 0.96% | 0.45% | - |
| HSV(B) | 206.85º | 0.98% | 0.87% | - |
| XYZ | 20.7 | 20.02 | 72.59 | - |
| YUV | 99.99 | 197.41 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 223 | 0.98 | 0.44 | 0 | 0.13 | 206.85 | 0.96 | 0.45 |
| Hex | 4 | 7D | DF | 62 | 2C | 0 | D | CF | 60 | 2D |
| Octal | 4 | 175 | 337 | 142 | 54 | 0 | 15 | 317 | 140 | 55 |
| Binary | 100 | 1111101 | 11011111 | 1100010 | 101100 | 0 | 1101 | 11001111 | 1100000 | 101101 |
Color Harmonies of #047DDF
Complementary color
Monochromatic Colors of #047DDF
Black with #047DDF
Text Example
Text Example
White with #047DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DDF; }
p { color: rgb(4,125,223); }
H1.HeaderClassName
{
color: #047DDF;
}
.AnyTagClassName
{
color: #047DDF;
}
</style>
background-color css
<style>
a { background-color: #047DDF; }
a { background-color: rgb(4,125,223); }
div.DivClassName
{
background-color: #047DDF;
}
.BgClassName
{
background-color: #047DDF;
}
</style>
border-color css
<style>
span { border-color: #047DDF; }
span { border-color: rgb(4,125,223); }
td.TdClassName
{
border-color: #047DDF;
}
.TagClassName
{
border-color: #047DDF;
}
</style>