Shades of Navy Blue #1060DB
Tints of Navy Blue #1060DB
RGB
CMYK
RGB Variations
Color information
#1060DB (or 0x1060DB) is known color: Navy Blue. HEX triplet: 10, 60 and DB. RGB value is (16,96,219). Sum of RGB (Red+Green+Blue) = 16+96+219=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #1060DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060DB is #EF9F24. Grayscale: #555555. Windows color (decimal): -15703845 or 14376976. OLE color: 14376976.
HSL color Cylindrical-coordinate representation of color #1060DB: hue angle of 216.35º 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 #1060DB is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 96 | 219 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.14 |
| HSL | 216.35º | 0.86% | 0.46% | - |
| HSV(B) | 216.35º | 0.93% | 0.86% | - |
| XYZ | 17.18 | 13.59 | 68.74 | - |
| YUV | 86.1 | 203 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 219 | 0.93 | 0.56 | 0 | 0.14 | 216.35 | 0.86 | 0.46 |
| Hex | 10 | 60 | DB | 5D | 38 | 0 | E | D8 | 56 | 2E |
| Octal | 20 | 140 | 333 | 135 | 70 | 0 | 16 | 330 | 126 | 56 |
| Binary | 10000 | 1100000 | 11011011 | 1011101 | 111000 | 0 | 1110 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1060DB
Complementary color
Monochromatic Colors of #1060DB
Black with #1060DB
Text Example
Text Example
White with #1060DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060DB; }
p { color: rgb(16,96,219); }
H1.HeaderClassName
{
color: #1060DB;
}
.AnyTagClassName
{
color: #1060DB;
}
</style>
background-color css
<style>
a { background-color: #1060DB; }
a { background-color: rgb(16,96,219); }
div.DivClassName
{
background-color: #1060DB;
}
.BgClassName
{
background-color: #1060DB;
}
</style>
border-color css
<style>
span { border-color: #1060DB; }
span { border-color: rgb(16,96,219); }
td.TdClassName
{
border-color: #1060DB;
}
.TagClassName
{
border-color: #1060DB;
}
</style>