Shades of Navy Blue #1370DB
Tints of Navy Blue #1370DB
RGB
CMYK
RGB Variations
Color information
#1370DB (or 0x1370DB) is known color: Navy Blue. HEX triplet: 13, 70 and DB. RGB value is (19,112,219). Sum of RGB (Red+Green+Blue) = 19+112+219=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #1370DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370DB is #EC8F24. Grayscale: #5F5F5F. Windows color (decimal): -15503141 or 14381075. OLE color: 14381075.
HSL color Cylindrical-coordinate representation of color #1370DB: hue angle of 212.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1370DB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 112 | 219 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.14 |
| HSL | 212.1º | 0.84% | 0.47% | - |
| HSV(B) | 212.1º | 0.91% | 0.86% | - |
| XYZ | 18.85 | 16.84 | 69.28 | - |
| YUV | 96.39 | 197.19 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 219 | 0.91 | 0.49 | 0 | 0.14 | 212.1 | 0.84 | 0.47 |
| Hex | 13 | 70 | DB | 5B | 31 | 0 | E | D4 | 54 | 2F |
| Octal | 23 | 160 | 333 | 133 | 61 | 0 | 16 | 324 | 124 | 57 |
| Binary | 10011 | 1110000 | 11011011 | 1011011 | 110001 | 0 | 1110 | 11010100 | 1010100 | 101111 |
Color Harmonies of #1370DB
Complementary color
Monochromatic Colors of #1370DB
Black with #1370DB
Text Example
Text Example
White with #1370DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370DB; }
p { color: rgb(19,112,219); }
H1.HeaderClassName
{
color: #1370DB;
}
.AnyTagClassName
{
color: #1370DB;
}
</style>
background-color css
<style>
a { background-color: #1370DB; }
a { background-color: rgb(19,112,219); }
div.DivClassName
{
background-color: #1370DB;
}
.BgClassName
{
background-color: #1370DB;
}
</style>
border-color css
<style>
span { border-color: #1370DB; }
span { border-color: rgb(19,112,219); }
td.TdClassName
{
border-color: #1370DB;
}
.TagClassName
{
border-color: #1370DB;
}
</style>