Shades of Navy Blue #1363E0
Tints of Navy Blue #1363E0
RGB
CMYK
RGB Variations
Color information
#1363E0 (or 0x1363E0) is known color: Navy Blue. HEX triplet: 13, 63 and E0. RGB value is (19,99,224). Sum of RGB (Red+Green+Blue) = 19+99+224=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #1363E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363E0 is #EC9C1F. Grayscale: #585858. Windows color (decimal): -15506464 or 14705427. OLE color: 14705427.
HSL color Cylindrical-coordinate representation of color #1363E0: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1363E0 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 99 | 224 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.12 |
| HSL | 216.59º | 0.84% | 0.48% | - |
| HSV(B) | 216.59º | 0.92% | 0.88% | - |
| XYZ | 18.18 | 14.44 | 72.35 | - |
| YUV | 89.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 224 | 0.92 | 0.56 | 0 | 0.12 | 216.59 | 0.84 | 0.48 |
| Hex | 13 | 63 | E0 | 5C | 38 | 0 | C | D9 | 54 | 30 |
| Octal | 23 | 143 | 340 | 134 | 70 | 0 | 14 | 331 | 124 | 60 |
| Binary | 10011 | 1100011 | 11100000 | 1011100 | 111000 | 0 | 1100 | 11011001 | 1010100 | 110000 |
Color Harmonies of #1363E0
Complementary color
Monochromatic Colors of #1363E0
Black with #1363E0
Text Example
Text Example
White with #1363E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363E0; }
p { color: rgb(19,99,224); }
H1.HeaderClassName
{
color: #1363E0;
}
.AnyTagClassName
{
color: #1363E0;
}
</style>
background-color css
<style>
a { background-color: #1363E0; }
a { background-color: rgb(19,99,224); }
div.DivClassName
{
background-color: #1363E0;
}
.BgClassName
{
background-color: #1363E0;
}
</style>
border-color css
<style>
span { border-color: #1363E0; }
span { border-color: rgb(19,99,224); }
td.TdClassName
{
border-color: #1363E0;
}
.TagClassName
{
border-color: #1363E0;
}
</style>