Shades of Navy Blue #047ACF
Tints of Navy Blue #047ACF
RGB
CMYK
RGB Variations
Color information
#047ACF (or 0x047ACF) is known color: Navy Blue. HEX triplet: 04, 7A and CF. RGB value is (4,122,207). Sum of RGB (Red+Green+Blue) = 4+122+207=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #047ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ACF is #FB8530. Grayscale: #5F5F5F. Windows color (decimal): -16483633 or 13597188. OLE color: 13597188.
HSL color Cylindrical-coordinate representation of color #047ACF: hue angle of 205.12º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ACF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 122 | 207 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.19 |
| HSL | 205.12º | 0.96% | 0.41% | - |
| HSV(B) | 205.12º | 0.98% | 0.81% | - |
| XYZ | 18.27 | 18.45 | 61.63 | - |
| YUV | 96.41 | 190.41 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 207 | 0.98 | 0.41 | 0 | 0.19 | 205.12 | 0.96 | 0.41 |
| Hex | 4 | 7A | CF | 62 | 29 | 0 | 13 | CD | 60 | 29 |
| Octal | 4 | 172 | 317 | 142 | 51 | 0 | 23 | 315 | 140 | 51 |
| Binary | 100 | 1111010 | 11001111 | 1100010 | 101001 | 0 | 10011 | 11001101 | 1100000 | 101001 |
Color Harmonies of #047ACF
Complementary color
Monochromatic Colors of #047ACF
Black with #047ACF
Text Example
Text Example
White with #047ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ACF; }
p { color: rgb(4,122,207); }
H1.HeaderClassName
{
color: #047ACF;
}
.AnyTagClassName
{
color: #047ACF;
}
</style>
background-color css
<style>
a { background-color: #047ACF; }
a { background-color: rgb(4,122,207); }
div.DivClassName
{
background-color: #047ACF;
}
.BgClassName
{
background-color: #047ACF;
}
</style>
border-color css
<style>
span { border-color: #047ACF; }
span { border-color: rgb(4,122,207); }
td.TdClassName
{
border-color: #047ACF;
}
.TagClassName
{
border-color: #047ACF;
}
</style>