Shades of Navy Blue #1561ED
Tints of Navy Blue #1561ED
RGB
CMYK
RGB Variations
Color information
#1561ED (or 0x1561ED) is known color: Navy Blue. HEX triplet: 15, 61 and ED. RGB value is (21,97,237). Sum of RGB (Red+Green+Blue) = 21+97+237=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #1561ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561ED is #EA9E12. Grayscale: #595959. Windows color (decimal): -15375891 or 15556885. OLE color: 15556885.
HSL color Cylindrical-coordinate representation of color #1561ED: hue angle of 218.89º 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 #1561ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 97 | 237 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.07 |
| HSL | 218.89º | 0.86% | 0.51% | - |
| HSV(B) | 218.89º | 0.91% | 0.93% | - |
| XYZ | 19.87 | 14.82 | 81.93 | - |
| YUV | 90.24 | 210.82 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 237 | 0.91 | 0.59 | 0 | 0.07 | 218.89 | 0.86 | 0.51 |
| Hex | 15 | 61 | ED | 5B | 3B | 0 | 7 | DB | 56 | 33 |
| Octal | 25 | 141 | 355 | 133 | 73 | 0 | 7 | 333 | 126 | 63 |
| Binary | 10101 | 1100001 | 11101101 | 1011011 | 111011 | 0 | 111 | 11011011 | 1010110 | 110011 |
Color Harmonies of #1561ED
Complementary color
Monochromatic Colors of #1561ED
Black with #1561ED
Text Example
Text Example
White with #1561ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561ED; }
p { color: rgb(21,97,237); }
H1.HeaderClassName
{
color: #1561ED;
}
.AnyTagClassName
{
color: #1561ED;
}
</style>
background-color css
<style>
a { background-color: #1561ED; }
a { background-color: rgb(21,97,237); }
div.DivClassName
{
background-color: #1561ED;
}
.BgClassName
{
background-color: #1561ED;
}
</style>
border-color css
<style>
span { border-color: #1561ED; }
span { border-color: rgb(21,97,237); }
td.TdClassName
{
border-color: #1561ED;
}
.TagClassName
{
border-color: #1561ED;
}
</style>