Shades of Navy Blue #1559DD
Tints of Navy Blue #1559DD
RGB
CMYK
RGB Variations
Color information
#1559DD (or 0x1559DD) is known color: Navy Blue. HEX triplet: 15, 59 and DD. RGB value is (21,89,221). Sum of RGB (Red+Green+Blue) = 21+89+221=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #1559DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559DD is #EAA622. Grayscale: #535353. Windows color (decimal): -15377955 or 14506261. OLE color: 14506261.
HSL color Cylindrical-coordinate representation of color #1559DD: hue angle of 219.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1559DD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 89 | 221 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.13 |
| HSL | 219.6º | 0.83% | 0.47% | - |
| HSV(B) | 219.6º | 0.9% | 0.87% | - |
| XYZ | 16.93 | 12.52 | 69.93 | - |
| YUV | 83.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 221 | 0.90 | 0.60 | 0 | 0.13 | 219.6 | 0.83 | 0.47 |
| Hex | 15 | 59 | DD | 5A | 3C | 0 | D | DC | 53 | 2F |
| Octal | 25 | 131 | 335 | 132 | 74 | 0 | 15 | 334 | 123 | 57 |
| Binary | 10101 | 1011001 | 11011101 | 1011010 | 111100 | 0 | 1101 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1559DD
Complementary color
Monochromatic Colors of #1559DD
Black with #1559DD
Text Example
Text Example
White with #1559DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559DD; }
p { color: rgb(21,89,221); }
H1.HeaderClassName
{
color: #1559DD;
}
.AnyTagClassName
{
color: #1559DD;
}
</style>
background-color css
<style>
a { background-color: #1559DD; }
a { background-color: rgb(21,89,221); }
div.DivClassName
{
background-color: #1559DD;
}
.BgClassName
{
background-color: #1559DD;
}
</style>
border-color css
<style>
span { border-color: #1559DD; }
span { border-color: rgb(21,89,221); }
td.TdClassName
{
border-color: #1559DD;
}
.TagClassName
{
border-color: #1559DD;
}
</style>