Shades of Navy Blue #047ACD
Tints of Navy Blue #047ACD
RGB
CMYK
RGB Variations
Color information
#047ACD (or 0x047ACD) is known color: Navy Blue. HEX triplet: 04, 7A and CD. RGB value is (4,122,205). Sum of RGB (Red+Green+Blue) = 4+122+205=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #047ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ACD is #FB8532. Grayscale: #5F5F5F. Windows color (decimal): -16483635 or 13466116. OLE color: 13466116.
HSL color Cylindrical-coordinate representation of color #047ACD: hue angle of 204.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ACD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 122 | 205 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.20 |
| HSL | 204.78º | 0.96% | 0.41% | - |
| HSV(B) | 204.78º | 0.98% | 0.8% | - |
| XYZ | 18.03 | 18.35 | 60.35 | - |
| YUV | 96.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 205 | 0.98 | 0.40 | 0 | 0.20 | 204.78 | 0.96 | 0.41 |
| Hex | 4 | 7A | CD | 62 | 28 | 0 | 14 | CD | 60 | 29 |
| Octal | 4 | 172 | 315 | 142 | 50 | 0 | 24 | 315 | 140 | 51 |
| Binary | 100 | 1111010 | 11001101 | 1100010 | 101000 | 0 | 10100 | 11001101 | 1100000 | 101001 |
Color Harmonies of #047ACD
Complementary color
Monochromatic Colors of #047ACD
Black with #047ACD
Text Example
Text Example
White with #047ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ACD; }
p { color: rgb(4,122,205); }
H1.HeaderClassName
{
color: #047ACD;
}
.AnyTagClassName
{
color: #047ACD;
}
</style>
background-color css
<style>
a { background-color: #047ACD; }
a { background-color: rgb(4,122,205); }
div.DivClassName
{
background-color: #047ACD;
}
.BgClassName
{
background-color: #047ACD;
}
</style>
border-color css
<style>
span { border-color: #047ACD; }
span { border-color: rgb(4,122,205); }
td.TdClassName
{
border-color: #047ACD;
}
.TagClassName
{
border-color: #047ACD;
}
</style>