Shades of Navy Blue #047AC2
Tints of Navy Blue #047AC2
RGB
CMYK
RGB Variations
Color information
#047AC2 (or 0x047AC2) is known color: Navy Blue. HEX triplet: 04, 7A and C2. RGB value is (4,122,194). Sum of RGB (Red+Green+Blue) = 4+122+194=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #047AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047AC2 is #FB853D. Grayscale: #5E5E5E. Windows color (decimal): -16483646 or 12745220. OLE color: 12745220.
HSL color Cylindrical-coordinate representation of color #047AC2: hue angle of 202.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AC2 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 122 | 194 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.24 |
| HSL | 202.74º | 0.96% | 0.39% | - |
| HSV(B) | 202.74º | 0.98% | 0.76% | - |
| XYZ | 16.75 | 17.84 | 53.6 | - |
| YUV | 94.93 | 183.91 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 194 | 0.98 | 0.37 | 0 | 0.24 | 202.74 | 0.96 | 0.39 |
| Hex | 4 | 7A | C2 | 62 | 25 | 0 | 18 | CB | 60 | 27 |
| Octal | 4 | 172 | 302 | 142 | 45 | 0 | 30 | 313 | 140 | 47 |
| Binary | 100 | 1111010 | 11000010 | 1100010 | 100101 | 0 | 11000 | 11001011 | 1100000 | 100111 |
Color Harmonies of #047AC2
Complementary color
Monochromatic Colors of #047AC2
Black with #047AC2
Text Example
Text Example
White with #047AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AC2; }
p { color: rgb(4,122,194); }
H1.HeaderClassName
{
color: #047AC2;
}
.AnyTagClassName
{
color: #047AC2;
}
</style>
background-color css
<style>
a { background-color: #047AC2; }
a { background-color: rgb(4,122,194); }
div.DivClassName
{
background-color: #047AC2;
}
.BgClassName
{
background-color: #047AC2;
}
</style>
border-color css
<style>
span { border-color: #047AC2; }
span { border-color: rgb(4,122,194); }
td.TdClassName
{
border-color: #047AC2;
}
.TagClassName
{
border-color: #047AC2;
}
</style>