Shades of Navy Blue #1059DB
Tints of Navy Blue #1059DB
RGB
CMYK
RGB Variations
Color information
#1059DB (or 0x1059DB) is known color: Navy Blue. HEX triplet: 10, 59 and DB. RGB value is (16,89,219). Sum of RGB (Red+Green+Blue) = 16+89+219=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1059DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059DB is #EFA624. Grayscale: #515151. Windows color (decimal): -15705637 or 14375184. OLE color: 14375184.
HSL color Cylindrical-coordinate representation of color #1059DB: hue angle of 218.42º 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 #1059DB is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 89 | 219 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.14 |
| HSL | 218.42º | 0.86% | 0.46% | - |
| HSV(B) | 218.42º | 0.93% | 0.86% | - |
| XYZ | 16.57 | 12.37 | 68.53 | - |
| YUV | 81.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 219 | 0.93 | 0.59 | 0 | 0.14 | 218.42 | 0.86 | 0.46 |
| Hex | 10 | 59 | DB | 5D | 3B | 0 | E | DA | 56 | 2E |
| Octal | 20 | 131 | 333 | 135 | 73 | 0 | 16 | 332 | 126 | 56 |
| Binary | 10000 | 1011001 | 11011011 | 1011101 | 111011 | 0 | 1110 | 11011010 | 1010110 | 101110 |
Color Harmonies of #1059DB
Complementary color
Monochromatic Colors of #1059DB
Black with #1059DB
Text Example
Text Example
White with #1059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059DB; }
p { color: rgb(16,89,219); }
H1.HeaderClassName
{
color: #1059DB;
}
.AnyTagClassName
{
color: #1059DB;
}
</style>
background-color css
<style>
a { background-color: #1059DB; }
a { background-color: rgb(16,89,219); }
div.DivClassName
{
background-color: #1059DB;
}
.BgClassName
{
background-color: #1059DB;
}
</style>
border-color css
<style>
span { border-color: #1059DB; }
span { border-color: rgb(16,89,219); }
td.TdClassName
{
border-color: #1059DB;
}
.TagClassName
{
border-color: #1059DB;
}
</style>