Shades of Navy Blue #1365DF
Tints of Navy Blue #1365DF
RGB
CMYK
RGB Variations
Color information
#1365DF (or 0x1365DF) is known color: Navy Blue. HEX triplet: 13, 65 and DF. RGB value is (19,101,223). Sum of RGB (Red+Green+Blue) = 19+101+223=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #1365DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365DF is #EC9A20. Grayscale: #595959. Windows color (decimal): -15505953 or 14640403. OLE color: 14640403.
HSL color Cylindrical-coordinate representation of color #1365DF: hue angle of 215.88º 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 #1365DF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 101 | 223 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.13 |
| HSL | 215.88º | 0.84% | 0.47% | - |
| HSV(B) | 215.88º | 0.91% | 0.87% | - |
| XYZ | 18.24 | 14.77 | 71.7 | - |
| YUV | 90.39 | 202.83 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 223 | 0.91 | 0.55 | 0 | 0.13 | 215.88 | 0.84 | 0.47 |
| Hex | 13 | 65 | DF | 5B | 37 | 0 | D | D8 | 54 | 2F |
| Octal | 23 | 145 | 337 | 133 | 67 | 0 | 15 | 330 | 124 | 57 |
| Binary | 10011 | 1100101 | 11011111 | 1011011 | 110111 | 0 | 1101 | 11011000 | 1010100 | 101111 |
Color Harmonies of #1365DF
Complementary color
Monochromatic Colors of #1365DF
Black with #1365DF
Text Example
Text Example
White with #1365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365DF; }
p { color: rgb(19,101,223); }
H1.HeaderClassName
{
color: #1365DF;
}
.AnyTagClassName
{
color: #1365DF;
}
</style>
background-color css
<style>
a { background-color: #1365DF; }
a { background-color: rgb(19,101,223); }
div.DivClassName
{
background-color: #1365DF;
}
.BgClassName
{
background-color: #1365DF;
}
</style>
border-color css
<style>
span { border-color: #1365DF; }
span { border-color: rgb(19,101,223); }
td.TdClassName
{
border-color: #1365DF;
}
.TagClassName
{
border-color: #1365DF;
}
</style>