Shades of Navy Blue #1050DC
Tints of Navy Blue #1050DC
RGB
CMYK
RGB Variations
Color information
#1050DC (or 0x1050DC) is known color: Navy Blue. HEX triplet: 10, 50 and DC. RGB value is (16,80,220). Sum of RGB (Red+Green+Blue) = 16+80+220=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #1050DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050DC is #EFAF23. Grayscale: #4C4C4C. Windows color (decimal): -15707940 or 14438416. OLE color: 14438416.
HSL color Cylindrical-coordinate representation of color #1050DC: hue angle of 221.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1050DC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 80 | 220 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.14 |
| HSL | 221.18º | 0.86% | 0.46% | - |
| HSV(B) | 221.18º | 0.93% | 0.86% | - |
| XYZ | 16 | 11.01 | 68.99 | - |
| YUV | 76.82 | 208.8 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 220 | 0.93 | 0.64 | 0 | 0.14 | 221.18 | 0.86 | 0.46 |
| Hex | 10 | 50 | DC | 5D | 40 | 0 | E | DD | 56 | 2E |
| Octal | 20 | 120 | 334 | 135 | 100 | 0 | 16 | 335 | 126 | 56 |
| Binary | 10000 | 1010000 | 11011100 | 1011101 | 1000000 | 0 | 1110 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1050DC
Complementary color
Monochromatic Colors of #1050DC
Black with #1050DC
Text Example
Text Example
White with #1050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050DC; }
p { color: rgb(16,80,220); }
H1.HeaderClassName
{
color: #1050DC;
}
.AnyTagClassName
{
color: #1050DC;
}
</style>
background-color css
<style>
a { background-color: #1050DC; }
a { background-color: rgb(16,80,220); }
div.DivClassName
{
background-color: #1050DC;
}
.BgClassName
{
background-color: #1050DC;
}
</style>
border-color css
<style>
span { border-color: #1050DC; }
span { border-color: rgb(16,80,220); }
td.TdClassName
{
border-color: #1050DC;
}
.TagClassName
{
border-color: #1050DC;
}
</style>