Shades of Navy Blue #1359DE
Tints of Navy Blue #1359DE
RGB
CMYK
RGB Variations
Color information
#1359DE (or 0x1359DE) is known color: Navy Blue. HEX triplet: 13, 59 and DE. RGB value is (19,89,222). Sum of RGB (Red+Green+Blue) = 19+89+222=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #1359DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359DE is #ECA621. Grayscale: #525252. Windows color (decimal): -15509026 or 14571795. OLE color: 14571795.
HSL color Cylindrical-coordinate representation of color #1359DE: hue angle of 219.31º 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 #1359DE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 89 | 222 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.13 |
| HSL | 219.31º | 0.84% | 0.47% | - |
| HSV(B) | 219.31º | 0.91% | 0.87% | - |
| XYZ | 17.03 | 12.56 | 70.63 | - |
| YUV | 83.23 | 206.31 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 222 | 0.91 | 0.60 | 0 | 0.13 | 219.31 | 0.84 | 0.47 |
| Hex | 13 | 59 | DE | 5B | 3C | 0 | D | DB | 54 | 2F |
| Octal | 23 | 131 | 336 | 133 | 74 | 0 | 15 | 333 | 124 | 57 |
| Binary | 10011 | 1011001 | 11011110 | 1011011 | 111100 | 0 | 1101 | 11011011 | 1010100 | 101111 |
Color Harmonies of #1359DE
Complementary color
Monochromatic Colors of #1359DE
Black with #1359DE
Text Example
Text Example
White with #1359DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359DE; }
p { color: rgb(19,89,222); }
H1.HeaderClassName
{
color: #1359DE;
}
.AnyTagClassName
{
color: #1359DE;
}
</style>
background-color css
<style>
a { background-color: #1359DE; }
a { background-color: rgb(19,89,222); }
div.DivClassName
{
background-color: #1359DE;
}
.BgClassName
{
background-color: #1359DE;
}
</style>
border-color css
<style>
span { border-color: #1359DE; }
span { border-color: rgb(19,89,222); }
td.TdClassName
{
border-color: #1359DE;
}
.TagClassName
{
border-color: #1359DE;
}
</style>