Shades of Navy Blue #1059DA
Tints of Navy Blue #1059DA
RGB
CMYK
RGB Variations
Color information
#1059DA (or 0x1059DA) is known color: Navy Blue. HEX triplet: 10, 59 and DA. RGB value is (16,89,218). Sum of RGB (Red+Green+Blue) = 16+89+218=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #1059DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059DA is #EFA625. Grayscale: #515151. Windows color (decimal): -15705638 or 14309648. OLE color: 14309648.
HSL color Cylindrical-coordinate representation of color #1059DA: hue angle of 218.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1059DA is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 89 | 218 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.15 |
| HSL | 218.32º | 0.86% | 0.46% | - |
| HSV(B) | 218.32º | 0.93% | 0.85% | - |
| XYZ | 16.44 | 12.32 | 67.84 | - |
| YUV | 81.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 218 | 0.93 | 0.59 | 0 | 0.15 | 218.32 | 0.86 | 0.46 |
| Hex | 10 | 59 | DA | 5D | 3B | 0 | F | DA | 56 | 2E |
| Octal | 20 | 131 | 332 | 135 | 73 | 0 | 17 | 332 | 126 | 56 |
| Binary | 10000 | 1011001 | 11011010 | 1011101 | 111011 | 0 | 1111 | 11011010 | 1010110 | 101110 |
Color Harmonies of #1059DA
Complementary color
Monochromatic Colors of #1059DA
Black with #1059DA
Text Example
Text Example
White with #1059DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059DA; }
p { color: rgb(16,89,218); }
H1.HeaderClassName
{
color: #1059DA;
}
.AnyTagClassName
{
color: #1059DA;
}
</style>
background-color css
<style>
a { background-color: #1059DA; }
a { background-color: rgb(16,89,218); }
div.DivClassName
{
background-color: #1059DA;
}
.BgClassName
{
background-color: #1059DA;
}
</style>
border-color css
<style>
span { border-color: #1059DA; }
span { border-color: rgb(16,89,218); }
td.TdClassName
{
border-color: #1059DA;
}
.TagClassName
{
border-color: #1059DA;
}
</style>