Shades of Navy Blue #1049ED
Tints of Navy Blue #1049ED
RGB
CMYK
RGB Variations
Color information
#1049ED (or 0x1049ED) is known color: Navy Blue. HEX triplet: 10, 49 and ED. RGB value is (16,73,237). Sum of RGB (Red+Green+Blue) = 16+73+237=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #1049ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049ED is #EFB612. Grayscale: #494949. Windows color (decimal): -15709715 or 15550736. OLE color: 15550736.
HSL color Cylindrical-coordinate representation of color #1049ED: hue angle of 224.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049ED is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 73 | 237 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.07 |
| HSL | 224.52º | 0.87% | 0.5% | - |
| HSV(B) | 224.52º | 0.93% | 0.93% | - |
| XYZ | 17.88 | 10.99 | 81.3 | - |
| YUV | 74.65 | 219.62 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 237 | 0.93 | 0.69 | 0 | 0.07 | 224.52 | 0.87 | 0.5 |
| Hex | 10 | 49 | ED | 5D | 45 | 0 | 7 | E1 | 57 | 32 |
| Octal | 20 | 111 | 355 | 135 | 105 | 0 | 7 | 341 | 127 | 62 |
| Binary | 10000 | 1001001 | 11101101 | 1011101 | 1000101 | 0 | 111 | 11100001 | 1010111 | 110010 |
Color Harmonies of #1049ED
Complementary color
Monochromatic Colors of #1049ED
Black with #1049ED
Text Example
Text Example
White with #1049ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049ED; }
p { color: rgb(16,73,237); }
H1.HeaderClassName
{
color: #1049ED;
}
.AnyTagClassName
{
color: #1049ED;
}
</style>
background-color css
<style>
a { background-color: #1049ED; }
a { background-color: rgb(16,73,237); }
div.DivClassName
{
background-color: #1049ED;
}
.BgClassName
{
background-color: #1049ED;
}
</style>
border-color css
<style>
span { border-color: #1049ED; }
span { border-color: rgb(16,73,237); }
td.TdClassName
{
border-color: #1049ED;
}
.TagClassName
{
border-color: #1049ED;
}
</style>