Shades of Navy Blue #1056DD
Tints of Navy Blue #1056DD
RGB
CMYK
RGB Variations
Color information
#1056DD (or 0x1056DD) is known color: Navy Blue. HEX triplet: 10, 56 and DD. RGB value is (16,86,221). Sum of RGB (Red+Green+Blue) = 16+86+221=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1056DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1056DD is #EFA922. Grayscale: #4F4F4F. Windows color (decimal): -15706403 or 14505488. OLE color: 14505488.
HSL color Cylindrical-coordinate representation of color #1056DD: hue angle of 219.51º 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 #1056DD is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 86 | 221 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.13 |
| HSL | 219.51º | 0.86% | 0.46% | - |
| HSV(B) | 219.51º | 0.93% | 0.87% | - |
| XYZ | 16.59 | 11.99 | 69.85 | - |
| YUV | 80.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 221 | 0.93 | 0.61 | 0 | 0.13 | 219.51 | 0.86 | 0.46 |
| Hex | 10 | 56 | DD | 5D | 3D | 0 | D | DC | 56 | 2E |
| Octal | 20 | 126 | 335 | 135 | 75 | 0 | 15 | 334 | 126 | 56 |
| Binary | 10000 | 1010110 | 11011101 | 1011101 | 111101 | 0 | 1101 | 11011100 | 1010110 | 101110 |
Color Harmonies of #1056DD
Complementary color
Monochromatic Colors of #1056DD
Black with #1056DD
Text Example
Text Example
White with #1056DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056DD; }
p { color: rgb(16,86,221); }
H1.HeaderClassName
{
color: #1056DD;
}
.AnyTagClassName
{
color: #1056DD;
}
</style>
background-color css
<style>
a { background-color: #1056DD; }
a { background-color: rgb(16,86,221); }
div.DivClassName
{
background-color: #1056DD;
}
.BgClassName
{
background-color: #1056DD;
}
</style>
border-color css
<style>
span { border-color: #1056DD; }
span { border-color: rgb(16,86,221); }
td.TdClassName
{
border-color: #1056DD;
}
.TagClassName
{
border-color: #1056DD;
}
</style>