Shades of Navy Blue #1050ED
Tints of Navy Blue #1050ED
RGB
CMYK
RGB Variations
Color information
#1050ED (or 0x1050ED) is known color: Navy Blue. HEX triplet: 10, 50 and ED. RGB value is (16,80,237). Sum of RGB (Red+Green+Blue) = 16+80+237=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #1050ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1050ED is #EFAF12. Grayscale: #4E4E4E. Windows color (decimal): -15707923 or 15552528. OLE color: 15552528.
HSL color Cylindrical-coordinate representation of color #1050ED: hue angle of 222.62º 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 #1050ED is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 80 | 237 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.07 |
| HSL | 222.62º | 0.87% | 0.5% | - |
| HSV(B) | 222.62º | 0.93% | 0.93% | - |
| XYZ | 18.37 | 11.96 | 81.46 | - |
| YUV | 78.76 | 217.3 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 237 | 0.93 | 0.66 | 0 | 0.07 | 222.62 | 0.87 | 0.5 |
| Hex | 10 | 50 | ED | 5D | 42 | 0 | 7 | DF | 57 | 32 |
| Octal | 20 | 120 | 355 | 135 | 102 | 0 | 7 | 337 | 127 | 62 |
| Binary | 10000 | 1010000 | 11101101 | 1011101 | 1000010 | 0 | 111 | 11011111 | 1010111 | 110010 |
Color Harmonies of #1050ED
Complementary color
Monochromatic Colors of #1050ED
Black with #1050ED
Text Example
Text Example
White with #1050ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050ED; }
p { color: rgb(16,80,237); }
H1.HeaderClassName
{
color: #1050ED;
}
.AnyTagClassName
{
color: #1050ED;
}
</style>
background-color css
<style>
a { background-color: #1050ED; }
a { background-color: rgb(16,80,237); }
div.DivClassName
{
background-color: #1050ED;
}
.BgClassName
{
background-color: #1050ED;
}
</style>
border-color css
<style>
span { border-color: #1050ED; }
span { border-color: rgb(16,80,237); }
td.TdClassName
{
border-color: #1050ED;
}
.TagClassName
{
border-color: #1050ED;
}
</style>