Shades of Navy Blue #047EDA
Tints of Navy Blue #047EDA
RGB
CMYK
RGB Variations
Color information
#047EDA (or 0x047EDA) is known color: Navy Blue. HEX triplet: 04, 7E and DA. RGB value is (4,126,218). Sum of RGB (Red+Green+Blue) = 4+126+218=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #047EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EDA is #FB8125. Grayscale: #636363. Windows color (decimal): -16482598 or 14319108. OLE color: 14319108.
HSL color Cylindrical-coordinate representation of color #047EDA: hue angle of 205.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EDA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 126 | 218 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.15 |
| HSL | 205.79º | 0.96% | 0.44% | - |
| HSV(B) | 205.79º | 0.98% | 0.85% | - |
| XYZ | 20.17 | 20.01 | 69.13 | - |
| YUV | 100.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 218 | 0.98 | 0.42 | 0 | 0.15 | 205.79 | 0.96 | 0.44 |
| Hex | 4 | 7E | DA | 62 | 2A | 0 | F | CE | 60 | 2C |
| Octal | 4 | 176 | 332 | 142 | 52 | 0 | 17 | 316 | 140 | 54 |
| Binary | 100 | 1111110 | 11011010 | 1100010 | 101010 | 0 | 1111 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047EDA
Complementary color
Monochromatic Colors of #047EDA
Black with #047EDA
Text Example
Text Example
White with #047EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EDA; }
p { color: rgb(4,126,218); }
H1.HeaderClassName
{
color: #047EDA;
}
.AnyTagClassName
{
color: #047EDA;
}
</style>
background-color css
<style>
a { background-color: #047EDA; }
a { background-color: rgb(4,126,218); }
div.DivClassName
{
background-color: #047EDA;
}
.BgClassName
{
background-color: #047EDA;
}
</style>
border-color css
<style>
span { border-color: #047EDA; }
span { border-color: rgb(4,126,218); }
td.TdClassName
{
border-color: #047EDA;
}
.TagClassName
{
border-color: #047EDA;
}
</style>