Shades of Navy Blue #1053DD
Tints of Navy Blue #1053DD
RGB
CMYK
RGB Variations
Color information
#1053DD (or 0x1053DD) is known color: Navy Blue. HEX triplet: 10, 53 and DD. RGB value is (16,83,221). Sum of RGB (Red+Green+Blue) = 16+83+221=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #1053DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053DD is #EFAC22. Grayscale: #4E4E4E. Windows color (decimal): -15707171 or 14504720. OLE color: 14504720.
HSL color Cylindrical-coordinate representation of color #1053DD: hue angle of 220.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1053DD is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 83 | 221 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.13 |
| HSL | 220.39º | 0.86% | 0.46% | - |
| HSV(B) | 220.39º | 0.93% | 0.87% | - |
| XYZ | 16.36 | 11.52 | 69.77 | - |
| YUV | 78.7 | 208.3 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 221 | 0.93 | 0.62 | 0 | 0.13 | 220.39 | 0.86 | 0.46 |
| Hex | 10 | 53 | DD | 5D | 3E | 0 | D | DC | 56 | 2E |
| Octal | 20 | 123 | 335 | 135 | 76 | 0 | 15 | 334 | 126 | 56 |
| Binary | 10000 | 1010011 | 11011101 | 1011101 | 111110 | 0 | 1101 | 11011100 | 1010110 | 101110 |
Color Harmonies of #1053DD
Complementary color
Monochromatic Colors of #1053DD
Black with #1053DD
Text Example
Text Example
White with #1053DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053DD; }
p { color: rgb(16,83,221); }
H1.HeaderClassName
{
color: #1053DD;
}
.AnyTagClassName
{
color: #1053DD;
}
</style>
background-color css
<style>
a { background-color: #1053DD; }
a { background-color: rgb(16,83,221); }
div.DivClassName
{
background-color: #1053DD;
}
.BgClassName
{
background-color: #1053DD;
}
</style>
border-color css
<style>
span { border-color: #1053DD; }
span { border-color: rgb(16,83,221); }
td.TdClassName
{
border-color: #1053DD;
}
.TagClassName
{
border-color: #1053DD;
}
</style>