Shades of Navy Blue #1363DD
Tints of Navy Blue #1363DD
RGB
CMYK
RGB Variations
Color information
#1363DD (or 0x1363DD) is known color: Navy Blue. HEX triplet: 13, 63 and DD. RGB value is (19,99,221). Sum of RGB (Red+Green+Blue) = 19+99+221=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #1363DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363DD is #EC9C22. Grayscale: #585858. Windows color (decimal): -15506467 or 14508819. OLE color: 14508819.
HSL color Cylindrical-coordinate representation of color #1363DD: hue angle of 216.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363DD is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 99 | 221 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.13 |
| HSL | 216.24º | 0.84% | 0.47% | - |
| HSV(B) | 216.24º | 0.91% | 0.87% | - |
| XYZ | 17.78 | 14.28 | 70.23 | - |
| YUV | 88.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 221 | 0.91 | 0.55 | 0 | 0.13 | 216.24 | 0.84 | 0.47 |
| Hex | 13 | 63 | DD | 5B | 37 | 0 | D | D8 | 54 | 2F |
| Octal | 23 | 143 | 335 | 133 | 67 | 0 | 15 | 330 | 124 | 57 |
| Binary | 10011 | 1100011 | 11011101 | 1011011 | 110111 | 0 | 1101 | 11011000 | 1010100 | 101111 |
Color Harmonies of #1363DD
Complementary color
Monochromatic Colors of #1363DD
Black with #1363DD
Text Example
Text Example
White with #1363DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363DD; }
p { color: rgb(19,99,221); }
H1.HeaderClassName
{
color: #1363DD;
}
.AnyTagClassName
{
color: #1363DD;
}
</style>
background-color css
<style>
a { background-color: #1363DD; }
a { background-color: rgb(19,99,221); }
div.DivClassName
{
background-color: #1363DD;
}
.BgClassName
{
background-color: #1363DD;
}
</style>
border-color css
<style>
span { border-color: #1363DD; }
span { border-color: rgb(19,99,221); }
td.TdClassName
{
border-color: #1363DD;
}
.TagClassName
{
border-color: #1363DD;
}
</style>