Shades of Navy Blue #1362DF
Tints of Navy Blue #1362DF
RGB
CMYK
RGB Variations
Color information
#1362DF (or 0x1362DF) is known color: Navy Blue. HEX triplet: 13, 62 and DF. RGB value is (19,98,223). Sum of RGB (Red+Green+Blue) = 19+98+223=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #1362DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362DF is #EC9D20. Grayscale: #585858. Windows color (decimal): -15506721 or 14639635. OLE color: 14639635.
HSL color Cylindrical-coordinate representation of color #1362DF: hue angle of 216.76º 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 #1362DF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 98 | 223 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 216.76º | 0.84% | 0.47% | - |
| HSV(B) | 216.76º | 0.91% | 0.87% | - |
| XYZ | 17.96 | 14.2 | 71.61 | - |
| YUV | 88.63 | 203.83 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 223 | 0.91 | 0.56 | 0 | 0.13 | 216.76 | 0.84 | 0.47 |
| Hex | 13 | 62 | DF | 5B | 38 | 0 | D | D9 | 54 | 2F |
| Octal | 23 | 142 | 337 | 133 | 70 | 0 | 15 | 331 | 124 | 57 |
| Binary | 10011 | 1100010 | 11011111 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010100 | 101111 |
Color Harmonies of #1362DF
Complementary color
Monochromatic Colors of #1362DF
Black with #1362DF
Text Example
Text Example
White with #1362DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362DF; }
p { color: rgb(19,98,223); }
H1.HeaderClassName
{
color: #1362DF;
}
.AnyTagClassName
{
color: #1362DF;
}
</style>
background-color css
<style>
a { background-color: #1362DF; }
a { background-color: rgb(19,98,223); }
div.DivClassName
{
background-color: #1362DF;
}
.BgClassName
{
background-color: #1362DF;
}
</style>
border-color css
<style>
span { border-color: #1362DF; }
span { border-color: rgb(19,98,223); }
td.TdClassName
{
border-color: #1362DF;
}
.TagClassName
{
border-color: #1362DF;
}
</style>