Shades of Navy Blue #1359E9
Tints of Navy Blue #1359E9
RGB
CMYK
RGB Variations
Color information
#1359E9 (or 0x1359E9) is known color: Navy Blue. HEX triplet: 13, 59 and E9. RGB value is (19,89,233). Sum of RGB (Red+Green+Blue) = 19+89+233=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #1359E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359E9 is #ECA616. Grayscale: #535353. Windows color (decimal): -15509015 or 15292691. OLE color: 15292691.
HSL color Cylindrical-coordinate representation of color #1359E9: hue angle of 220.37º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1359E9 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 89 | 233 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.09 |
| HSL | 220.37º | 0.85% | 0.49% | - |
| HSV(B) | 220.37º | 0.92% | 0.91% | - |
| XYZ | 18.55 | 13.17 | 78.65 | - |
| YUV | 84.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 233 | 0.92 | 0.62 | 0 | 0.09 | 220.37 | 0.85 | 0.49 |
| Hex | 13 | 59 | E9 | 5C | 3E | 0 | 9 | DC | 55 | 31 |
| Octal | 23 | 131 | 351 | 134 | 76 | 0 | 11 | 334 | 125 | 61 |
| Binary | 10011 | 1011001 | 11101001 | 1011100 | 111110 | 0 | 1001 | 11011100 | 1010101 | 110001 |
Color Harmonies of #1359E9
Complementary color
Monochromatic Colors of #1359E9
Black with #1359E9
Text Example
Text Example
White with #1359E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359E9; }
p { color: rgb(19,89,233); }
H1.HeaderClassName
{
color: #1359E9;
}
.AnyTagClassName
{
color: #1359E9;
}
</style>
background-color css
<style>
a { background-color: #1359E9; }
a { background-color: rgb(19,89,233); }
div.DivClassName
{
background-color: #1359E9;
}
.BgClassName
{
background-color: #1359E9;
}
</style>
border-color css
<style>
span { border-color: #1359E9; }
span { border-color: rgb(19,89,233); }
td.TdClassName
{
border-color: #1359E9;
}
.TagClassName
{
border-color: #1359E9;
}
</style>