Shades of Navy Blue #1370DA
Tints of Navy Blue #1370DA
RGB
CMYK
RGB Variations
Color information
#1370DA (or 0x1370DA) is known color: Navy Blue. HEX triplet: 13, 70 and DA. RGB value is (19,112,218). Sum of RGB (Red+Green+Blue) = 19+112+218=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #1370DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370DA is #EC8F25. Grayscale: #5F5F5F. Windows color (decimal): -15503142 or 14315539. OLE color: 14315539.
HSL color Cylindrical-coordinate representation of color #1370DA: hue angle of 211.96º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1370DA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 112 | 218 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.15 |
| HSL | 211.96º | 0.84% | 0.46% | - |
| HSV(B) | 211.96º | 0.91% | 0.85% | - |
| XYZ | 18.72 | 16.79 | 68.58 | - |
| YUV | 96.28 | 196.69 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 218 | 0.91 | 0.49 | 0 | 0.15 | 211.96 | 0.84 | 0.46 |
| Hex | 13 | 70 | DA | 5B | 31 | 0 | F | D4 | 54 | 2E |
| Octal | 23 | 160 | 332 | 133 | 61 | 0 | 17 | 324 | 124 | 56 |
| Binary | 10011 | 1110000 | 11011010 | 1011011 | 110001 | 0 | 1111 | 11010100 | 1010100 | 101110 |
Color Harmonies of #1370DA
Complementary color
Monochromatic Colors of #1370DA
Black with #1370DA
Text Example
Text Example
White with #1370DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370DA; }
p { color: rgb(19,112,218); }
H1.HeaderClassName
{
color: #1370DA;
}
.AnyTagClassName
{
color: #1370DA;
}
</style>
background-color css
<style>
a { background-color: #1370DA; }
a { background-color: rgb(19,112,218); }
div.DivClassName
{
background-color: #1370DA;
}
.BgClassName
{
background-color: #1370DA;
}
</style>
border-color css
<style>
span { border-color: #1370DA; }
span { border-color: rgb(19,112,218); }
td.TdClassName
{
border-color: #1370DA;
}
.TagClassName
{
border-color: #1370DA;
}
</style>