Shades of Navy Blue #1050EE
Tints of Navy Blue #1050EE
RGB
CMYK
RGB Variations
Color information
#1050EE (or 0x1050EE) is known color: Navy Blue. HEX triplet: 10, 50 and EE. RGB value is (16,80,238). Sum of RGB (Red+Green+Blue) = 16+80+238=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #1050EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1050EE is #EFAF11. Grayscale: #4E4E4E. Windows color (decimal): -15707922 or 15618064. OLE color: 15618064.
HSL color Cylindrical-coordinate representation of color #1050EE: hue angle of 222.7º 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 #1050EE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 80 | 238 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.07 |
| HSL | 222.7º | 0.87% | 0.5% | - |
| HSV(B) | 222.7º | 0.93% | 0.93% | - |
| XYZ | 18.51 | 12.02 | 82.23 | - |
| YUV | 78.88 | 217.8 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 238 | 0.93 | 0.66 | 0 | 0.07 | 222.7 | 0.87 | 0.5 |
| Hex | 10 | 50 | EE | 5D | 42 | 0 | 7 | DF | 57 | 32 |
| Octal | 20 | 120 | 356 | 135 | 102 | 0 | 7 | 337 | 127 | 62 |
| Binary | 10000 | 1010000 | 11101110 | 1011101 | 1000010 | 0 | 111 | 11011111 | 1010111 | 110010 |
Color Harmonies of #1050EE
Complementary color
Monochromatic Colors of #1050EE
Black with #1050EE
Text Example
Text Example
White with #1050EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050EE; }
p { color: rgb(16,80,238); }
H1.HeaderClassName
{
color: #1050EE;
}
.AnyTagClassName
{
color: #1050EE;
}
</style>
background-color css
<style>
a { background-color: #1050EE; }
a { background-color: rgb(16,80,238); }
div.DivClassName
{
background-color: #1050EE;
}
.BgClassName
{
background-color: #1050EE;
}
</style>
border-color css
<style>
span { border-color: #1050EE; }
span { border-color: rgb(16,80,238); }
td.TdClassName
{
border-color: #1050EE;
}
.TagClassName
{
border-color: #1050EE;
}
</style>