Shades of Navy Blue #1561EF
Tints of Navy Blue #1561EF
RGB
CMYK
RGB Variations
Color information
#1561EF (or 0x1561EF) is known color: Navy Blue. HEX triplet: 15, 61 and EF. RGB value is (21,97,239). Sum of RGB (Red+Green+Blue) = 21+97+239=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1561EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561EF is #EA9E10. Grayscale: #595959. Windows color (decimal): -15375889 or 15687957. OLE color: 15687957.
HSL color Cylindrical-coordinate representation of color #1561EF: hue angle of 219.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1561EF is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 97 | 239 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.06 |
| HSL | 219.08º | 0.87% | 0.51% | - |
| HSV(B) | 219.08º | 0.91% | 0.94% | - |
| XYZ | 20.16 | 14.94 | 83.48 | - |
| YUV | 90.46 | 211.82 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 239 | 0.91 | 0.59 | 0 | 0.06 | 219.08 | 0.87 | 0.51 |
| Hex | 15 | 61 | EF | 5B | 3B | 0 | 6 | DB | 57 | 33 |
| Octal | 25 | 141 | 357 | 133 | 73 | 0 | 6 | 333 | 127 | 63 |
| Binary | 10101 | 1100001 | 11101111 | 1011011 | 111011 | 0 | 110 | 11011011 | 1010111 | 110011 |
Color Harmonies of #1561EF
Complementary color
Monochromatic Colors of #1561EF
Black with #1561EF
Text Example
Text Example
White with #1561EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561EF; }
p { color: rgb(21,97,239); }
H1.HeaderClassName
{
color: #1561EF;
}
.AnyTagClassName
{
color: #1561EF;
}
</style>
background-color css
<style>
a { background-color: #1561EF; }
a { background-color: rgb(21,97,239); }
div.DivClassName
{
background-color: #1561EF;
}
.BgClassName
{
background-color: #1561EF;
}
</style>
border-color css
<style>
span { border-color: #1561EF; }
span { border-color: rgb(21,97,239); }
td.TdClassName
{
border-color: #1561EF;
}
.TagClassName
{
border-color: #1561EF;
}
</style>