Shades of Navy Blue #1363DC
Tints of Navy Blue #1363DC
RGB
CMYK
RGB Variations
Color information
#1363DC (or 0x1363DC) is known color: Navy Blue. HEX triplet: 13, 63 and DC. RGB value is (19,99,220). Sum of RGB (Red+Green+Blue) = 19+99+220=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1363DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363DC is #EC9C23. Grayscale: #585858. Windows color (decimal): -15506468 or 14443283. OLE color: 14443283.
HSL color Cylindrical-coordinate representation of color #1363DC: hue angle of 216.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363DC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 99 | 220 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.14 |
| HSL | 216.12º | 0.84% | 0.47% | - |
| HSV(B) | 216.12º | 0.91% | 0.86% | - |
| XYZ | 17.65 | 14.23 | 69.53 | - |
| YUV | 88.87 | 202 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 220 | 0.91 | 0.55 | 0 | 0.14 | 216.12 | 0.84 | 0.47 |
| Hex | 13 | 63 | DC | 5B | 37 | 0 | E | D8 | 54 | 2F |
| Octal | 23 | 143 | 334 | 133 | 67 | 0 | 16 | 330 | 124 | 57 |
| Binary | 10011 | 1100011 | 11011100 | 1011011 | 110111 | 0 | 1110 | 11011000 | 1010100 | 101111 |
Color Harmonies of #1363DC
Complementary color
Monochromatic Colors of #1363DC
Black with #1363DC
Text Example
Text Example
White with #1363DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363DC; }
p { color: rgb(19,99,220); }
H1.HeaderClassName
{
color: #1363DC;
}
.AnyTagClassName
{
color: #1363DC;
}
</style>
background-color css
<style>
a { background-color: #1363DC; }
a { background-color: rgb(19,99,220); }
div.DivClassName
{
background-color: #1363DC;
}
.BgClassName
{
background-color: #1363DC;
}
</style>
border-color css
<style>
span { border-color: #1363DC; }
span { border-color: rgb(19,99,220); }
td.TdClassName
{
border-color: #1363DC;
}
.TagClassName
{
border-color: #1363DC;
}
</style>