Shades of Navy Blue #1370EB
Tints of Navy Blue #1370EB
RGB
CMYK
RGB Variations
Color information
#1370EB (or 0x1370EB) is known color: Navy Blue. HEX triplet: 13, 70 and EB. RGB value is (19,112,235). Sum of RGB (Red+Green+Blue) = 19+112+235=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #1370EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370EB is #EC8F14. Grayscale: #616161. Windows color (decimal): -15503125 or 15429651. OLE color: 15429651.
HSL color Cylindrical-coordinate representation of color #1370EB: hue angle of 214.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1370EB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 112 | 235 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.08 |
| HSL | 214.17º | 0.85% | 0.5% | - |
| HSV(B) | 214.17º | 0.92% | 0.92% | - |
| XYZ | 21.06 | 17.72 | 80.91 | - |
| YUV | 98.22 | 205.19 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 235 | 0.92 | 0.52 | 0 | 0.08 | 214.17 | 0.85 | 0.5 |
| Hex | 13 | 70 | EB | 5C | 34 | 0 | 8 | D6 | 55 | 32 |
| Octal | 23 | 160 | 353 | 134 | 64 | 0 | 10 | 326 | 125 | 62 |
| Binary | 10011 | 1110000 | 11101011 | 1011100 | 110100 | 0 | 1000 | 11010110 | 1010101 | 110010 |
Color Harmonies of #1370EB
Complementary color
Monochromatic Colors of #1370EB
Black with #1370EB
Text Example
Text Example
White with #1370EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370EB; }
p { color: rgb(19,112,235); }
H1.HeaderClassName
{
color: #1370EB;
}
.AnyTagClassName
{
color: #1370EB;
}
</style>
background-color css
<style>
a { background-color: #1370EB; }
a { background-color: rgb(19,112,235); }
div.DivClassName
{
background-color: #1370EB;
}
.BgClassName
{
background-color: #1370EB;
}
</style>
border-color css
<style>
span { border-color: #1370EB; }
span { border-color: rgb(19,112,235); }
td.TdClassName
{
border-color: #1370EB;
}
.TagClassName
{
border-color: #1370EB;
}
</style>