Shades of Navy Blue #1363DF
Tints of Navy Blue #1363DF
RGB
CMYK
RGB Variations
Color information
#1363DF (or 0x1363DF) is known color: Navy Blue. HEX triplet: 13, 63 and DF. RGB value is (19,99,223). Sum of RGB (Red+Green+Blue) = 19+99+223=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #1363DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363DF is #EC9C20. Grayscale: #585858. Windows color (decimal): -15506465 or 14639891. OLE color: 14639891.
HSL color Cylindrical-coordinate representation of color #1363DF: hue angle of 216.47º 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 #1363DF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 99 | 223 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 216.47º | 0.84% | 0.47% | - |
| HSV(B) | 216.47º | 0.91% | 0.87% | - |
| XYZ | 18.05 | 14.39 | 71.64 | - |
| YUV | 89.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 223 | 0.91 | 0.56 | 0 | 0.13 | 216.47 | 0.84 | 0.47 |
| Hex | 13 | 63 | DF | 5B | 38 | 0 | D | D8 | 54 | 2F |
| Octal | 23 | 143 | 337 | 133 | 70 | 0 | 15 | 330 | 124 | 57 |
| Binary | 10011 | 1100011 | 11011111 | 1011011 | 111000 | 0 | 1101 | 11011000 | 1010100 | 101111 |
Color Harmonies of #1363DF
Complementary color
Monochromatic Colors of #1363DF
Black with #1363DF
Text Example
Text Example
White with #1363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363DF; }
p { color: rgb(19,99,223); }
H1.HeaderClassName
{
color: #1363DF;
}
.AnyTagClassName
{
color: #1363DF;
}
</style>
background-color css
<style>
a { background-color: #1363DF; }
a { background-color: rgb(19,99,223); }
div.DivClassName
{
background-color: #1363DF;
}
.BgClassName
{
background-color: #1363DF;
}
</style>
border-color css
<style>
span { border-color: #1363DF; }
span { border-color: rgb(19,99,223); }
td.TdClassName
{
border-color: #1363DF;
}
.TagClassName
{
border-color: #1363DF;
}
</style>