Shades of Navy Blue #1049FE
Tints of Navy Blue #1049FE
RGB
CMYK
RGB Variations
Color information
#1049FE (or 0x1049FE) is known color: Navy Blue. HEX triplet: 10, 49 and FE. RGB value is (16,73,254). Sum of RGB (Red+Green+Blue) = 16+73+254=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #1049FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049FE is #EFB601. Grayscale: #4B4B4B. Windows color (decimal): -15709698 or 16664848. OLE color: 16664848.
HSL color Cylindrical-coordinate representation of color #1049FE: hue angle of 225.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1049FE is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 73 | 254 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.00 |
| HSL | 225.63º | 0.99% | 0.53% | - |
| HSV(B) | 225.63º | 0.94% | 1% | - |
| XYZ | 20.49 | 12.03 | 95.01 | - |
| YUV | 76.59 | 228.12 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 254 | 0.94 | 0.71 | 0 | 0.00 | 225.63 | 0.99 | 0.53 |
| Hex | 10 | 49 | FE | 5E | 47 | 0 | 0 | E2 | 63 | 35 |
| Octal | 20 | 111 | 376 | 136 | 107 | 0 | 0 | 342 | 143 | 65 |
| Binary | 10000 | 1001001 | 11111110 | 1011110 | 1000111 | 0 | 0 | 11100010 | 1100011 | 110101 |
Color Harmonies of #1049FE
Complementary color
Monochromatic Colors of #1049FE
Black with #1049FE
Text Example
Text Example
White with #1049FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049FE; }
p { color: rgb(16,73,254); }
H1.HeaderClassName
{
color: #1049FE;
}
.AnyTagClassName
{
color: #1049FE;
}
</style>
background-color css
<style>
a { background-color: #1049FE; }
a { background-color: rgb(16,73,254); }
div.DivClassName
{
background-color: #1049FE;
}
.BgClassName
{
background-color: #1049FE;
}
</style>
border-color css
<style>
span { border-color: #1049FE; }
span { border-color: rgb(16,73,254); }
td.TdClassName
{
border-color: #1049FE;
}
.TagClassName
{
border-color: #1049FE;
}
</style>