Shades of Navy Blue #1378DB
Tints of Navy Blue #1378DB
RGB
CMYK
RGB Variations
Color information
#1378DB (or 0x1378DB) is known color: Navy Blue. HEX triplet: 13, 78 and DB. RGB value is (19,120,219). Sum of RGB (Red+Green+Blue) = 19+120+219=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #1378DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378DB is #EC8724. Grayscale: #646464. Windows color (decimal): -15501093 or 14383123. OLE color: 14383123.
HSL color Cylindrical-coordinate representation of color #1378DB: hue angle of 209.7º 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 #1378DB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 120 | 219 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.14 |
| HSL | 209.7º | 0.84% | 0.47% | - |
| HSV(B) | 209.7º | 0.91% | 0.86% | - |
| XYZ | 19.77 | 18.69 | 69.58 | - |
| YUV | 101.09 | 194.54 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 219 | 0.91 | 0.45 | 0 | 0.14 | 209.7 | 0.84 | 0.47 |
| Hex | 13 | 78 | DB | 5B | 2D | 0 | E | D2 | 54 | 2F |
| Octal | 23 | 170 | 333 | 133 | 55 | 0 | 16 | 322 | 124 | 57 |
| Binary | 10011 | 1111000 | 11011011 | 1011011 | 101101 | 0 | 1110 | 11010010 | 1010100 | 101111 |
Color Harmonies of #1378DB
Complementary color
Monochromatic Colors of #1378DB
Black with #1378DB
Text Example
Text Example
White with #1378DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378DB; }
p { color: rgb(19,120,219); }
H1.HeaderClassName
{
color: #1378DB;
}
.AnyTagClassName
{
color: #1378DB;
}
</style>
background-color css
<style>
a { background-color: #1378DB; }
a { background-color: rgb(19,120,219); }
div.DivClassName
{
background-color: #1378DB;
}
.BgClassName
{
background-color: #1378DB;
}
</style>
border-color css
<style>
span { border-color: #1378DB; }
span { border-color: rgb(19,120,219); }
td.TdClassName
{
border-color: #1378DB;
}
.TagClassName
{
border-color: #1378DB;
}
</style>