Shades of Navy Blue #1059DF
Tints of Navy Blue #1059DF
RGB
CMYK
RGB Variations
Color information
#1059DF (or 0x1059DF) is known color: Navy Blue. HEX triplet: 10, 59 and DF. RGB value is (16,89,223). Sum of RGB (Red+Green+Blue) = 16+89+223=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #1059DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059DF is #EFA620. Grayscale: #515151. Windows color (decimal): -15705633 or 14637328. OLE color: 14637328.
HSL color Cylindrical-coordinate representation of color #1059DF: hue angle of 218.84º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1059DF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 89 | 223 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.13 |
| HSL | 218.84º | 0.87% | 0.47% | - |
| HSV(B) | 218.84º | 0.93% | 0.87% | - |
| XYZ | 17.11 | 12.58 | 71.34 | - |
| YUV | 82.45 | 207.32 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 223 | 0.93 | 0.60 | 0 | 0.13 | 218.84 | 0.87 | 0.47 |
| Hex | 10 | 59 | DF | 5D | 3C | 0 | D | DB | 57 | 2F |
| Octal | 20 | 131 | 337 | 135 | 74 | 0 | 15 | 333 | 127 | 57 |
| Binary | 10000 | 1011001 | 11011111 | 1011101 | 111100 | 0 | 1101 | 11011011 | 1010111 | 101111 |
Color Harmonies of #1059DF
Complementary color
Monochromatic Colors of #1059DF
Black with #1059DF
Text Example
Text Example
White with #1059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059DF; }
p { color: rgb(16,89,223); }
H1.HeaderClassName
{
color: #1059DF;
}
.AnyTagClassName
{
color: #1059DF;
}
</style>
background-color css
<style>
a { background-color: #1059DF; }
a { background-color: rgb(16,89,223); }
div.DivClassName
{
background-color: #1059DF;
}
.BgClassName
{
background-color: #1059DF;
}
</style>
border-color css
<style>
span { border-color: #1059DF; }
span { border-color: rgb(16,89,223); }
td.TdClassName
{
border-color: #1059DF;
}
.TagClassName
{
border-color: #1059DF;
}
</style>