Shades of Navy Blue #047DDA
Tints of Navy Blue #047DDA
RGB
CMYK
RGB Variations
Color information
#047DDA (or 0x047DDA) is known color: Navy Blue. HEX triplet: 04, 7D and DA. RGB value is (4,125,218). Sum of RGB (Red+Green+Blue) = 4+125+218=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #047DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DDA is #FB8225. Grayscale: #626262. Windows color (decimal): -16482854 or 14318852. OLE color: 14318852.
HSL color Cylindrical-coordinate representation of color #047DDA: hue angle of 206.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DDA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 125 | 218 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.15 |
| HSL | 206.07º | 0.96% | 0.44% | - |
| HSV(B) | 206.07º | 0.98% | 0.85% | - |
| XYZ | 20.04 | 19.76 | 69.09 | - |
| YUV | 99.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 218 | 0.98 | 0.43 | 0 | 0.15 | 206.07 | 0.96 | 0.44 |
| Hex | 4 | 7D | DA | 62 | 2B | 0 | F | CE | 60 | 2C |
| Octal | 4 | 175 | 332 | 142 | 53 | 0 | 17 | 316 | 140 | 54 |
| Binary | 100 | 1111101 | 11011010 | 1100010 | 101011 | 0 | 1111 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047DDA
Complementary color
Monochromatic Colors of #047DDA
Black with #047DDA
Text Example
Text Example
White with #047DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DDA; }
p { color: rgb(4,125,218); }
H1.HeaderClassName
{
color: #047DDA;
}
.AnyTagClassName
{
color: #047DDA;
}
</style>
background-color css
<style>
a { background-color: #047DDA; }
a { background-color: rgb(4,125,218); }
div.DivClassName
{
background-color: #047DDA;
}
.BgClassName
{
background-color: #047DDA;
}
</style>
border-color css
<style>
span { border-color: #047DDA; }
span { border-color: rgb(4,125,218); }
td.TdClassName
{
border-color: #047DDA;
}
.TagClassName
{
border-color: #047DDA;
}
</style>