Shades of Navy Blue #1059DD
Tints of Navy Blue #1059DD
RGB
CMYK
RGB Variations
Color information
#1059DD (or 0x1059DD) is known color: Navy Blue. HEX triplet: 10, 59 and DD. RGB value is (16,89,221). Sum of RGB (Red+Green+Blue) = 16+89+221=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1059DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059DD is #EFA622. Grayscale: #515151. Windows color (decimal): -15705635 or 14506256. OLE color: 14506256.
HSL color Cylindrical-coordinate representation of color #1059DD: hue angle of 218.63º 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 #1059DD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 89 | 221 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.13 |
| HSL | 218.63º | 0.86% | 0.46% | - |
| HSV(B) | 218.63º | 0.93% | 0.87% | - |
| XYZ | 16.84 | 12.48 | 69.93 | - |
| YUV | 82.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 221 | 0.93 | 0.60 | 0 | 0.13 | 218.63 | 0.86 | 0.46 |
| Hex | 10 | 59 | DD | 5D | 3C | 0 | D | DB | 56 | 2E |
| Octal | 20 | 131 | 335 | 135 | 74 | 0 | 15 | 333 | 126 | 56 |
| Binary | 10000 | 1011001 | 11011101 | 1011101 | 111100 | 0 | 1101 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1059DD
Complementary color
Monochromatic Colors of #1059DD
Black with #1059DD
Text Example
Text Example
White with #1059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059DD; }
p { color: rgb(16,89,221); }
H1.HeaderClassName
{
color: #1059DD;
}
.AnyTagClassName
{
color: #1059DD;
}
</style>
background-color css
<style>
a { background-color: #1059DD; }
a { background-color: rgb(16,89,221); }
div.DivClassName
{
background-color: #1059DD;
}
.BgClassName
{
background-color: #1059DD;
}
</style>
border-color css
<style>
span { border-color: #1059DD; }
span { border-color: rgb(16,89,221); }
td.TdClassName
{
border-color: #1059DD;
}
.TagClassName
{
border-color: #1059DD;
}
</style>