Shades of Navy Blue #1053DC
Tints of Navy Blue #1053DC
RGB
CMYK
RGB Variations
Color information
#1053DC (or 0x1053DC) is known color: Navy Blue. HEX triplet: 10, 53 and DC. RGB value is (16,83,220). Sum of RGB (Red+Green+Blue) = 16+83+220=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #1053DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053DC is #EFAC23. Grayscale: #4D4D4D. Windows color (decimal): -15707172 or 14439184. OLE color: 14439184.
HSL color Cylindrical-coordinate representation of color #1053DC: hue angle of 220.29º 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 #1053DC is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 83 | 220 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.14 |
| HSL | 220.29º | 0.86% | 0.46% | - |
| HSV(B) | 220.29º | 0.93% | 0.86% | - |
| XYZ | 16.23 | 11.46 | 69.07 | - |
| YUV | 78.59 | 207.8 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 220 | 0.93 | 0.62 | 0 | 0.14 | 220.29 | 0.86 | 0.46 |
| Hex | 10 | 53 | DC | 5D | 3E | 0 | E | DC | 56 | 2E |
| Octal | 20 | 123 | 334 | 135 | 76 | 0 | 16 | 334 | 126 | 56 |
| Binary | 10000 | 1010011 | 11011100 | 1011101 | 111110 | 0 | 1110 | 11011100 | 1010110 | 101110 |
Color Harmonies of #1053DC
Complementary color
Monochromatic Colors of #1053DC
Black with #1053DC
Text Example
Text Example
White with #1053DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053DC; }
p { color: rgb(16,83,220); }
H1.HeaderClassName
{
color: #1053DC;
}
.AnyTagClassName
{
color: #1053DC;
}
</style>
background-color css
<style>
a { background-color: #1053DC; }
a { background-color: rgb(16,83,220); }
div.DivClassName
{
background-color: #1053DC;
}
.BgClassName
{
background-color: #1053DC;
}
</style>
border-color css
<style>
span { border-color: #1053DC; }
span { border-color: rgb(16,83,220); }
td.TdClassName
{
border-color: #1053DC;
}
.TagClassName
{
border-color: #1053DC;
}
</style>