Shades of Navy Blue #1055DD
Tints of Navy Blue #1055DD
RGB
CMYK
RGB Variations
Color information
#1055DD (or 0x1055DD) is known color: Navy Blue. HEX triplet: 10, 55 and DD. RGB value is (16,85,221). Sum of RGB (Red+Green+Blue) = 16+85+221=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1055DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055DD is #EFAA22. Grayscale: #4F4F4F. Windows color (decimal): -15706659 or 14505232. OLE color: 14505232.
HSL color Cylindrical-coordinate representation of color #1055DD: hue angle of 219.8º 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 #1055DD is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 85 | 221 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.13 |
| HSL | 219.8º | 0.86% | 0.46% | - |
| HSV(B) | 219.8º | 0.93% | 0.87% | - |
| XYZ | 16.51 | 11.83 | 69.82 | - |
| YUV | 79.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 221 | 0.93 | 0.62 | 0 | 0.13 | 219.8 | 0.86 | 0.46 |
| Hex | 10 | 55 | DD | 5D | 3E | 0 | D | DC | 56 | 2E |
| Octal | 20 | 125 | 335 | 135 | 76 | 0 | 15 | 334 | 126 | 56 |
| Binary | 10000 | 1010101 | 11011101 | 1011101 | 111110 | 0 | 1101 | 11011100 | 1010110 | 101110 |
Color Harmonies of #1055DD
Complementary color
Monochromatic Colors of #1055DD
Black with #1055DD
Text Example
Text Example
White with #1055DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055DD; }
p { color: rgb(16,85,221); }
H1.HeaderClassName
{
color: #1055DD;
}
.AnyTagClassName
{
color: #1055DD;
}
</style>
background-color css
<style>
a { background-color: #1055DD; }
a { background-color: rgb(16,85,221); }
div.DivClassName
{
background-color: #1055DD;
}
.BgClassName
{
background-color: #1055DD;
}
</style>
border-color css
<style>
span { border-color: #1055DD; }
span { border-color: rgb(16,85,221); }
td.TdClassName
{
border-color: #1055DD;
}
.TagClassName
{
border-color: #1055DD;
}
</style>