Shades of Navy Blue #047AD1
Tints of Navy Blue #047AD1
RGB
CMYK
RGB Variations
Color information
#047AD1 (or 0x047AD1) is known color: Navy Blue. HEX triplet: 04, 7A and D1. RGB value is (4,122,209). Sum of RGB (Red+Green+Blue) = 4+122+209=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #047AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047AD1 is #FB852E. Grayscale: #606060. Windows color (decimal): -16483631 or 13728260. OLE color: 13728260.
HSL color Cylindrical-coordinate representation of color #047AD1: hue angle of 205.46º 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 #047AD1 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 122 | 209 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.18 |
| HSL | 205.46º | 0.96% | 0.42% | - |
| HSV(B) | 205.46º | 0.98% | 0.82% | - |
| XYZ | 18.52 | 18.55 | 62.93 | - |
| YUV | 96.64 | 191.41 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 209 | 0.98 | 0.42 | 0 | 0.18 | 205.46 | 0.96 | 0.42 |
| Hex | 4 | 7A | D1 | 62 | 2A | 0 | 12 | CD | 60 | 2A |
| Octal | 4 | 172 | 321 | 142 | 52 | 0 | 22 | 315 | 140 | 52 |
| Binary | 100 | 1111010 | 11010001 | 1100010 | 101010 | 0 | 10010 | 11001101 | 1100000 | 101010 |
Color Harmonies of #047AD1
Complementary color
Monochromatic Colors of #047AD1
Black with #047AD1
Text Example
Text Example
White with #047AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AD1; }
p { color: rgb(4,122,209); }
H1.HeaderClassName
{
color: #047AD1;
}
.AnyTagClassName
{
color: #047AD1;
}
</style>
background-color css
<style>
a { background-color: #047AD1; }
a { background-color: rgb(4,122,209); }
div.DivClassName
{
background-color: #047AD1;
}
.BgClassName
{
background-color: #047AD1;
}
</style>
border-color css
<style>
span { border-color: #047AD1; }
span { border-color: rgb(4,122,209); }
td.TdClassName
{
border-color: #047AD1;
}
.TagClassName
{
border-color: #047AD1;
}
</style>