Shades of Navy Blue #1359E6
Tints of Navy Blue #1359E6
RGB
CMYK
RGB Variations
Color information
#1359E6 (or 0x1359E6) is known color: Navy Blue. HEX triplet: 13, 59 and E6. RGB value is (19,89,230). Sum of RGB (Red+Green+Blue) = 19+89+230=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #1359E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359E6 is #ECA619. Grayscale: #535353. Windows color (decimal): -15509018 or 15096083. OLE color: 15096083.
HSL color Cylindrical-coordinate representation of color #1359E6: hue angle of 220.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1359E6 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 89 | 230 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.10 |
| HSL | 220.09º | 0.85% | 0.49% | - |
| HSV(B) | 220.09º | 0.92% | 0.9% | - |
| XYZ | 18.12 | 13 | 76.42 | - |
| YUV | 84.14 | 210.31 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 230 | 0.92 | 0.61 | 0 | 0.10 | 220.09 | 0.85 | 0.49 |
| Hex | 13 | 59 | E6 | 5C | 3D | 0 | A | DC | 55 | 31 |
| Octal | 23 | 131 | 346 | 134 | 75 | 0 | 12 | 334 | 125 | 61 |
| Binary | 10011 | 1011001 | 11100110 | 1011100 | 111101 | 0 | 1010 | 11011100 | 1010101 | 110001 |
Color Harmonies of #1359E6
Complementary color
Monochromatic Colors of #1359E6
Black with #1359E6
Text Example
Text Example
White with #1359E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359E6; }
p { color: rgb(19,89,230); }
H1.HeaderClassName
{
color: #1359E6;
}
.AnyTagClassName
{
color: #1359E6;
}
</style>
background-color css
<style>
a { background-color: #1359E6; }
a { background-color: rgb(19,89,230); }
div.DivClassName
{
background-color: #1359E6;
}
.BgClassName
{
background-color: #1359E6;
}
</style>
border-color css
<style>
span { border-color: #1359E6; }
span { border-color: rgb(19,89,230); }
td.TdClassName
{
border-color: #1359E6;
}
.TagClassName
{
border-color: #1359E6;
}
</style>