Shades of Navy Blue #1049E5
Tints of Navy Blue #1049E5
RGB
CMYK
RGB Variations
Color information
#1049E5 (or 0x1049E5) is known color: Navy Blue. HEX triplet: 10, 49 and E5. RGB value is (16,73,229). Sum of RGB (Red+Green+Blue) = 16+73+229=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 229 (89.84% from 255 or 72.01% from 318); Max value from RGB is 229 - color contains mainly: blue. Hex color #1049E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049E5 is #EFB61A. Grayscale: #494949. Windows color (decimal): -15709723 or 15026448. OLE color: 15026448.
HSL color Cylindrical-coordinate representation of color #1049E5: hue angle of 223.94º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049E5 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 73 | 229 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.10 |
| HSL | 223.94º | 0.87% | 0.48% | - |
| HSV(B) | 223.94º | 0.93% | 0.9% | - |
| XYZ | 16.74 | 10.53 | 75.28 | - |
| YUV | 73.74 | 215.62 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 229 | 0.93 | 0.68 | 0 | 0.10 | 223.94 | 0.87 | 0.48 |
| Hex | 10 | 49 | E5 | 5D | 44 | 0 | A | E0 | 57 | 30 |
| Octal | 20 | 111 | 345 | 135 | 104 | 0 | 12 | 340 | 127 | 60 |
| Binary | 10000 | 1001001 | 11100101 | 1011101 | 1000100 | 0 | 1010 | 11100000 | 1010111 | 110000 |
Color Harmonies of #1049E5
Complementary color
Monochromatic Colors of #1049E5
Black with #1049E5
Text Example
Text Example
White with #1049E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049E5; }
p { color: rgb(16,73,229); }
H1.HeaderClassName
{
color: #1049E5;
}
.AnyTagClassName
{
color: #1049E5;
}
</style>
background-color css
<style>
a { background-color: #1049E5; }
a { background-color: rgb(16,73,229); }
div.DivClassName
{
background-color: #1049E5;
}
.BgClassName
{
background-color: #1049E5;
}
</style>
border-color css
<style>
span { border-color: #1049E5; }
span { border-color: rgb(16,73,229); }
td.TdClassName
{
border-color: #1049E5;
}
.TagClassName
{
border-color: #1049E5;
}
</style>