Shades of Navy Blue #1068DB
Tints of Navy Blue #1068DB
RGB
CMYK
RGB Variations
Color information
#1068DB (or 0x1068DB) is known color: Navy Blue. HEX triplet: 10, 68 and DB. RGB value is (16,104,219). Sum of RGB (Red+Green+Blue) = 16+104+219=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #1068DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068DB is #EF9724. Grayscale: #5A5A5A. Windows color (decimal): -15701797 or 14379024. OLE color: 14379024.
HSL color Cylindrical-coordinate representation of color #1068DB: hue angle of 213.99º 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 #1068DB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 104 | 219 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.14 |
| HSL | 213.99º | 0.86% | 0.46% | - |
| HSV(B) | 213.99º | 0.93% | 0.86% | - |
| XYZ | 17.95 | 15.13 | 68.99 | - |
| YUV | 90.8 | 200.35 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 219 | 0.93 | 0.53 | 0 | 0.14 | 213.99 | 0.86 | 0.46 |
| Hex | 10 | 68 | DB | 5D | 35 | 0 | E | D6 | 56 | 2E |
| Octal | 20 | 150 | 333 | 135 | 65 | 0 | 16 | 326 | 126 | 56 |
| Binary | 10000 | 1101000 | 11011011 | 1011101 | 110101 | 0 | 1110 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1068DB
Complementary color
Monochromatic Colors of #1068DB
Black with #1068DB
Text Example
Text Example
White with #1068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068DB; }
p { color: rgb(16,104,219); }
H1.HeaderClassName
{
color: #1068DB;
}
.AnyTagClassName
{
color: #1068DB;
}
</style>
background-color css
<style>
a { background-color: #1068DB; }
a { background-color: rgb(16,104,219); }
div.DivClassName
{
background-color: #1068DB;
}
.BgClassName
{
background-color: #1068DB;
}
</style>
border-color css
<style>
span { border-color: #1068DB; }
span { border-color: rgb(16,104,219); }
td.TdClassName
{
border-color: #1068DB;
}
.TagClassName
{
border-color: #1068DB;
}
</style>