Shades of Navy Blue #047ADF
Tints of Navy Blue #047ADF
RGB
CMYK
RGB Variations
Color information
#047ADF (or 0x047ADF) is known color: Navy Blue. HEX triplet: 04, 7A and DF. RGB value is (4,122,223). Sum of RGB (Red+Green+Blue) = 4+122+223=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #047ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ADF is #FB8520. Grayscale: #616161. Windows color (decimal): -16483617 or 14645764. OLE color: 14645764.
HSL color Cylindrical-coordinate representation of color #047ADF: hue angle of 207.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ADF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 122 | 223 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.13 |
| HSL | 207.67º | 0.96% | 0.45% | - |
| HSV(B) | 207.67º | 0.98% | 0.87% | - |
| XYZ | 20.33 | 19.27 | 72.46 | - |
| YUV | 98.23 | 198.41 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 223 | 0.98 | 0.45 | 0 | 0.13 | 207.67 | 0.96 | 0.45 |
| Hex | 4 | 7A | DF | 62 | 2D | 0 | D | D0 | 60 | 2D |
| Octal | 4 | 172 | 337 | 142 | 55 | 0 | 15 | 320 | 140 | 55 |
| Binary | 100 | 1111010 | 11011111 | 1100010 | 101101 | 0 | 1101 | 11010000 | 1100000 | 101101 |
Color Harmonies of #047ADF
Complementary color
Monochromatic Colors of #047ADF
Black with #047ADF
Text Example
Text Example
White with #047ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ADF; }
p { color: rgb(4,122,223); }
H1.HeaderClassName
{
color: #047ADF;
}
.AnyTagClassName
{
color: #047ADF;
}
</style>
background-color css
<style>
a { background-color: #047ADF; }
a { background-color: rgb(4,122,223); }
div.DivClassName
{
background-color: #047ADF;
}
.BgClassName
{
background-color: #047ADF;
}
</style>
border-color css
<style>
span { border-color: #047ADF; }
span { border-color: rgb(4,122,223); }
td.TdClassName
{
border-color: #047ADF;
}
.TagClassName
{
border-color: #047ADF;
}
</style>