Shades of Navy Blue #1559ED
Tints of Navy Blue #1559ED
RGB
CMYK
RGB Variations
Color information
#1559ED (or 0x1559ED) is known color: Navy Blue. HEX triplet: 15, 59 and ED. RGB value is (21,89,237). Sum of RGB (Red+Green+Blue) = 21+89+237=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #1559ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559ED is #EAA612. Grayscale: #545454. Windows color (decimal): -15377939 or 15554837. OLE color: 15554837.
HSL color Cylindrical-coordinate representation of color #1559ED: hue angle of 221.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1559ED is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 89 | 237 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.07 |
| HSL | 221.11º | 0.86% | 0.51% | - |
| HSV(B) | 221.11º | 0.91% | 0.93% | - |
| XYZ | 19.17 | 13.42 | 81.7 | - |
| YUV | 85.54 | 213.47 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 237 | 0.91 | 0.62 | 0 | 0.07 | 221.11 | 0.86 | 0.51 |
| Hex | 15 | 59 | ED | 5B | 3E | 0 | 7 | DD | 56 | 33 |
| Octal | 25 | 131 | 355 | 133 | 76 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10101 | 1011001 | 11101101 | 1011011 | 111110 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #1559ED
Complementary color
Monochromatic Colors of #1559ED
Black with #1559ED
Text Example
Text Example
White with #1559ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559ED; }
p { color: rgb(21,89,237); }
H1.HeaderClassName
{
color: #1559ED;
}
.AnyTagClassName
{
color: #1559ED;
}
</style>
background-color css
<style>
a { background-color: #1559ED; }
a { background-color: rgb(21,89,237); }
div.DivClassName
{
background-color: #1559ED;
}
.BgClassName
{
background-color: #1559ED;
}
</style>
border-color css
<style>
span { border-color: #1559ED; }
span { border-color: rgb(21,89,237); }
td.TdClassName
{
border-color: #1559ED;
}
.TagClassName
{
border-color: #1559ED;
}
</style>