Shades of Navy Blue #1049F1
Tints of Navy Blue #1049F1
RGB
CMYK
RGB Variations
Color information
#1049F1 (or 0x1049F1) is known color: Navy Blue. HEX triplet: 10, 49 and F1. RGB value is (16,73,241). Sum of RGB (Red+Green+Blue) = 16+73+241=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #1049F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049F1 is #EFB60E. Grayscale: #4A4A4A. Windows color (decimal): -15709711 or 15812880. OLE color: 15812880.
HSL color Cylindrical-coordinate representation of color #1049F1: hue angle of 224.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049F1 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 73 | 241 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.05 |
| HSL | 224.8º | 0.89% | 0.5% | - |
| HSV(B) | 224.8º | 0.93% | 0.95% | - |
| XYZ | 18.47 | 11.23 | 84.41 | - |
| YUV | 75.11 | 221.62 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 241 | 0.93 | 0.70 | 0 | 0.05 | 224.8 | 0.89 | 0.5 |
| Hex | 10 | 49 | F1 | 5D | 46 | 0 | 5 | E1 | 59 | 32 |
| Octal | 20 | 111 | 361 | 135 | 106 | 0 | 5 | 341 | 131 | 62 |
| Binary | 10000 | 1001001 | 11110001 | 1011101 | 1000110 | 0 | 101 | 11100001 | 1011001 | 110010 |
Color Harmonies of #1049F1
Complementary color
Monochromatic Colors of #1049F1
Black with #1049F1
Text Example
Text Example
White with #1049F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049F1; }
p { color: rgb(16,73,241); }
H1.HeaderClassName
{
color: #1049F1;
}
.AnyTagClassName
{
color: #1049F1;
}
</style>
background-color css
<style>
a { background-color: #1049F1; }
a { background-color: rgb(16,73,241); }
div.DivClassName
{
background-color: #1049F1;
}
.BgClassName
{
background-color: #1049F1;
}
</style>
border-color css
<style>
span { border-color: #1049F1; }
span { border-color: rgb(16,73,241); }
td.TdClassName
{
border-color: #1049F1;
}
.TagClassName
{
border-color: #1049F1;
}
</style>