Shades of Navy Blue #1056DB
Tints of Navy Blue #1056DB
RGB
CMYK
RGB Variations
Color information
#1056DB (or 0x1056DB) is known color: Navy Blue. HEX triplet: 10, 56 and DB. RGB value is (16,86,219). Sum of RGB (Red+Green+Blue) = 16+86+219=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1056DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1056DB is #EFA924. Grayscale: #4F4F4F. Windows color (decimal): -15706405 or 14374416. OLE color: 14374416.
HSL color Cylindrical-coordinate representation of color #1056DB: hue angle of 219.31º 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 #1056DB is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 86 | 219 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.14 |
| HSL | 219.31º | 0.86% | 0.46% | - |
| HSV(B) | 219.31º | 0.93% | 0.86% | - |
| XYZ | 16.33 | 11.88 | 68.45 | - |
| YUV | 80.23 | 206.31 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 219 | 0.93 | 0.61 | 0 | 0.14 | 219.31 | 0.86 | 0.46 |
| Hex | 10 | 56 | DB | 5D | 3D | 0 | E | DB | 56 | 2E |
| Octal | 20 | 126 | 333 | 135 | 75 | 0 | 16 | 333 | 126 | 56 |
| Binary | 10000 | 1010110 | 11011011 | 1011101 | 111101 | 0 | 1110 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1056DB
Complementary color
Monochromatic Colors of #1056DB
Black with #1056DB
Text Example
Text Example
White with #1056DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056DB; }
p { color: rgb(16,86,219); }
H1.HeaderClassName
{
color: #1056DB;
}
.AnyTagClassName
{
color: #1056DB;
}
</style>
background-color css
<style>
a { background-color: #1056DB; }
a { background-color: rgb(16,86,219); }
div.DivClassName
{
background-color: #1056DB;
}
.BgClassName
{
background-color: #1056DB;
}
</style>
border-color css
<style>
span { border-color: #1056DB; }
span { border-color: rgb(16,86,219); }
td.TdClassName
{
border-color: #1056DB;
}
.TagClassName
{
border-color: #1056DB;
}
</style>