Shades of Navy Blue #1363EC
Tints of Navy Blue #1363EC
RGB
CMYK
RGB Variations
Color information
#1363EC (or 0x1363EC) is known color: Navy Blue. HEX triplet: 13, 63 and EC. RGB value is (19,99,236). Sum of RGB (Red+Green+Blue) = 19+99+236=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #1363EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1363EC is #EC9C13. Grayscale: #5A5A5A. Windows color (decimal): -15506452 or 15491859. OLE color: 15491859.
HSL color Cylindrical-coordinate representation of color #1363EC: hue angle of 217.88º 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 #1363EC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 99 | 236 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.07 |
| HSL | 217.88º | 0.85% | 0.5% | - |
| HSV(B) | 217.88º | 0.92% | 0.93% | - |
| XYZ | 19.87 | 15.12 | 81.23 | - |
| YUV | 90.7 | 210 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 236 | 0.92 | 0.58 | 0 | 0.07 | 217.88 | 0.85 | 0.5 |
| Hex | 13 | 63 | EC | 5C | 3A | 0 | 7 | DA | 55 | 32 |
| Octal | 23 | 143 | 354 | 134 | 72 | 0 | 7 | 332 | 125 | 62 |
| Binary | 10011 | 1100011 | 11101100 | 1011100 | 111010 | 0 | 111 | 11011010 | 1010101 | 110010 |
Color Harmonies of #1363EC
Complementary color
Monochromatic Colors of #1363EC
Black with #1363EC
Text Example
Text Example
White with #1363EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363EC; }
p { color: rgb(19,99,236); }
H1.HeaderClassName
{
color: #1363EC;
}
.AnyTagClassName
{
color: #1363EC;
}
</style>
background-color css
<style>
a { background-color: #1363EC; }
a { background-color: rgb(19,99,236); }
div.DivClassName
{
background-color: #1363EC;
}
.BgClassName
{
background-color: #1363EC;
}
</style>
border-color css
<style>
span { border-color: #1363EC; }
span { border-color: rgb(19,99,236); }
td.TdClassName
{
border-color: #1363EC;
}
.TagClassName
{
border-color: #1363EC;
}
</style>