Shades of Navy Blue #0049E5
Tints of Navy Blue #0049E5
RGB
CMYK
RGB Variations
Color information
#0049E5 (or 0x0049E5) is known color: Navy Blue. HEX triplet: 00, 49 and E5. RGB value is (0,73,229). Sum of RGB (Red+Green+Blue) = 0+73+229=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 229 (89.84% from 255 or 75.83% from 302); Max value from RGB is 229 - color contains mainly: blue. Hex color #0049E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049E5 is #FFB61A. Grayscale: #444444. Windows color (decimal): -16758299 or 15026432. OLE color: 15026432.
HSL color Cylindrical-coordinate representation of color #0049E5: hue angle of 220.87º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049E5 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 73 | 229 | - |
| CMYK | 1 | 0.68 | 0 | 0.10 |
| HSL | 220.87º | 1% | 0.45% | - |
| HSV(B) | 220.87º | 1% | 0.9% | - |
| XYZ | 16.53 | 10.42 | 75.27 | - |
| YUV | 68.96 | 218.32 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 229 | 1 | 0.68 | 0 | 0.10 | 220.87 | 1 | 0.45 |
| Hex | 0 | 49 | E5 | 64 | 44 | 0 | A | DD | 64 | 2D |
| Octal | 0 | 111 | 345 | 144 | 104 | 0 | 12 | 335 | 144 | 55 |
| Binary | 0 | 1001001 | 11100101 | 1100100 | 1000100 | 0 | 1010 | 11011101 | 1100100 | 101101 |
Color Harmonies of #0049E5
Complementary color
Monochromatic Colors of #0049E5
Black with #0049E5
Text Example
Text Example
White with #0049E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049E5; }
p { color: rgb(0,73,229); }
H1.HeaderClassName
{
color: #0049E5;
}
.AnyTagClassName
{
color: #0049E5;
}
</style>
background-color css
<style>
a { background-color: #0049E5; }
a { background-color: rgb(0,73,229); }
div.DivClassName
{
background-color: #0049E5;
}
.BgClassName
{
background-color: #0049E5;
}
</style>
border-color css
<style>
span { border-color: #0049E5; }
span { border-color: rgb(0,73,229); }
td.TdClassName
{
border-color: #0049E5;
}
.TagClassName
{
border-color: #0049E5;
}
</style>