Shades of Navy Blue #1461EC
Tints of Navy Blue #1461EC
RGB
CMYK
RGB Variations
Color information
#1461EC (or 0x1461EC) is known color: Navy Blue. HEX triplet: 14, 61 and EC. RGB value is (20,97,236). Sum of RGB (Red+Green+Blue) = 20+97+236=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #1461EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461EC is #EB9E13. Grayscale: #595959. Windows color (decimal): -15441428 or 15491348. OLE color: 15491348.
HSL color Cylindrical-coordinate representation of color #1461EC: hue angle of 218.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1461EC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 97 | 236 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.07 |
| HSL | 218.61º | 0.85% | 0.5% | - |
| HSV(B) | 218.61º | 0.92% | 0.93% | - |
| XYZ | 19.7 | 14.75 | 81.17 | - |
| YUV | 89.82 | 210.49 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 236 | 0.92 | 0.59 | 0 | 0.07 | 218.61 | 0.85 | 0.5 |
| Hex | 14 | 61 | EC | 5C | 3B | 0 | 7 | DB | 55 | 32 |
| Octal | 24 | 141 | 354 | 134 | 73 | 0 | 7 | 333 | 125 | 62 |
| Binary | 10100 | 1100001 | 11101100 | 1011100 | 111011 | 0 | 111 | 11011011 | 1010101 | 110010 |
Color Harmonies of #1461EC
Complementary color
Monochromatic Colors of #1461EC
Black with #1461EC
Text Example
Text Example
White with #1461EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461EC; }
p { color: rgb(20,97,236); }
H1.HeaderClassName
{
color: #1461EC;
}
.AnyTagClassName
{
color: #1461EC;
}
</style>
background-color css
<style>
a { background-color: #1461EC; }
a { background-color: rgb(20,97,236); }
div.DivClassName
{
background-color: #1461EC;
}
.BgClassName
{
background-color: #1461EC;
}
</style>
border-color css
<style>
span { border-color: #1461EC; }
span { border-color: rgb(20,97,236); }
td.TdClassName
{
border-color: #1461EC;
}
.TagClassName
{
border-color: #1461EC;
}
</style>