Shades of Navy Blue #1050DE
Tints of Navy Blue #1050DE
RGB
CMYK
RGB Variations
Color information
#1050DE (or 0x1050DE) is known color: Navy Blue. HEX triplet: 10, 50 and DE. RGB value is (16,80,222). Sum of RGB (Red+Green+Blue) = 16+80+222=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #1050DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050DE is #EFAF21. Grayscale: #4C4C4C. Windows color (decimal): -15707938 or 14569488. OLE color: 14569488.
HSL color Cylindrical-coordinate representation of color #1050DE: hue angle of 221.36º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1050DE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 80 | 222 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.13 |
| HSL | 221.36º | 0.87% | 0.47% | - |
| HSV(B) | 221.36º | 0.93% | 0.87% | - |
| XYZ | 16.27 | 11.12 | 70.4 | - |
| YUV | 77.05 | 209.8 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 222 | 0.93 | 0.64 | 0 | 0.13 | 221.36 | 0.87 | 0.47 |
| Hex | 10 | 50 | DE | 5D | 40 | 0 | D | DD | 57 | 2F |
| Octal | 20 | 120 | 336 | 135 | 100 | 0 | 15 | 335 | 127 | 57 |
| Binary | 10000 | 1010000 | 11011110 | 1011101 | 1000000 | 0 | 1101 | 11011101 | 1010111 | 101111 |
Color Harmonies of #1050DE
Complementary color
Monochromatic Colors of #1050DE
Black with #1050DE
Text Example
Text Example
White with #1050DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050DE; }
p { color: rgb(16,80,222); }
H1.HeaderClassName
{
color: #1050DE;
}
.AnyTagClassName
{
color: #1050DE;
}
</style>
background-color css
<style>
a { background-color: #1050DE; }
a { background-color: rgb(16,80,222); }
div.DivClassName
{
background-color: #1050DE;
}
.BgClassName
{
background-color: #1050DE;
}
</style>
border-color css
<style>
span { border-color: #1050DE; }
span { border-color: rgb(16,80,222); }
td.TdClassName
{
border-color: #1050DE;
}
.TagClassName
{
border-color: #1050DE;
}
</style>