Shades of Navy Blue #1050FF
Tints of Navy Blue #1050FF
RGB
CMYK
RGB Variations
Color information
#1050FF (or 0x1050FF) is known color: Navy Blue. HEX triplet: 10, 50 and FF. RGB value is (16,80,255). Sum of RGB (Red+Green+Blue) = 16+80+255=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #1050FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1050FF is #EFAF00. Grayscale: #505050. Windows color (decimal): -15707905 or 16732176. OLE color: 16732176.
HSL color Cylindrical-coordinate representation of color #1050FF: hue angle of 223.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1050FF is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 80 | 255 | - |
| CMYK | 0.94 | 0.69 | 0 | 0 |
| HSL | 223.93º | 1% | 0.53% | - |
| HSV(B) | 223.93º | 0.94% | 1% | - |
| XYZ | 21.13 | 13.07 | 96.02 | - |
| YUV | 80.81 | 226.3 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 255 | 0.94 | 0.69 | 0 | 0 | 223.93 | 1 | 0.53 |
| Hex | 10 | 50 | FF | 5E | 45 | 0 | 0 | E0 | 64 | 35 |
| Octal | 20 | 120 | 377 | 136 | 105 | 0 | 0 | 340 | 144 | 65 |
| Binary | 10000 | 1010000 | 11111111 | 1011110 | 1000101 | 0 | 0 | 11100000 | 1100100 | 110101 |
Color Harmonies of #1050FF
Complementary color
Monochromatic Colors of #1050FF
Black with #1050FF
Text Example
Text Example
White with #1050FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050FF; }
p { color: rgb(16,80,255); }
H1.HeaderClassName
{
color: #1050FF;
}
.AnyTagClassName
{
color: #1050FF;
}
</style>
background-color css
<style>
a { background-color: #1050FF; }
a { background-color: rgb(16,80,255); }
div.DivClassName
{
background-color: #1050FF;
}
.BgClassName
{
background-color: #1050FF;
}
</style>
border-color css
<style>
span { border-color: #1050FF; }
span { border-color: rgb(16,80,255); }
td.TdClassName
{
border-color: #1050FF;
}
.TagClassName
{
border-color: #1050FF;
}
</style>