Shades of Navy Blue #1359EF
Tints of Navy Blue #1359EF
RGB
CMYK
RGB Variations
Color information
#1359EF (or 0x1359EF) is known color: Navy Blue. HEX triplet: 13, 59 and EF. RGB value is (19,89,239). Sum of RGB (Red+Green+Blue) = 19+89+239=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #1359EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359EF is #ECA610. Grayscale: #545454. Windows color (decimal): -15509009 or 15685907. OLE color: 15685907.
HSL color Cylindrical-coordinate representation of color #1359EF: hue angle of 220.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1359EF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 89 | 239 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.06 |
| HSL | 220.91º | 0.87% | 0.51% | - |
| HSV(B) | 220.91º | 0.92% | 0.94% | - |
| XYZ | 19.42 | 13.52 | 83.25 | - |
| YUV | 85.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 239 | 0.92 | 0.63 | 0 | 0.06 | 220.91 | 0.87 | 0.51 |
| Hex | 13 | 59 | EF | 5C | 3F | 0 | 6 | DD | 57 | 33 |
| Octal | 23 | 131 | 357 | 134 | 77 | 0 | 6 | 335 | 127 | 63 |
| Binary | 10011 | 1011001 | 11101111 | 1011100 | 111111 | 0 | 110 | 11011101 | 1010111 | 110011 |
Color Harmonies of #1359EF
Complementary color
Monochromatic Colors of #1359EF
Black with #1359EF
Text Example
Text Example
White with #1359EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359EF; }
p { color: rgb(19,89,239); }
H1.HeaderClassName
{
color: #1359EF;
}
.AnyTagClassName
{
color: #1359EF;
}
</style>
background-color css
<style>
a { background-color: #1359EF; }
a { background-color: rgb(19,89,239); }
div.DivClassName
{
background-color: #1359EF;
}
.BgClassName
{
background-color: #1359EF;
}
</style>
border-color css
<style>
span { border-color: #1359EF; }
span { border-color: rgb(19,89,239); }
td.TdClassName
{
border-color: #1359EF;
}
.TagClassName
{
border-color: #1359EF;
}
</style>