Shades of Navy Blue #1378DA
Tints of Navy Blue #1378DA
RGB
CMYK
RGB Variations
Color information
#1378DA (or 0x1378DA) is known color: Navy Blue. HEX triplet: 13, 78 and DA. RGB value is (19,120,218). Sum of RGB (Red+Green+Blue) = 19+120+218=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #1378DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378DA is #EC8725. Grayscale: #646464. Windows color (decimal): -15501094 or 14317587. OLE color: 14317587.
HSL color Cylindrical-coordinate representation of color #1378DA: hue angle of 209.55º 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 #1378DA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 120 | 218 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.15 |
| HSL | 209.55º | 0.84% | 0.46% | - |
| HSV(B) | 209.55º | 0.91% | 0.85% | - |
| XYZ | 19.64 | 18.63 | 68.89 | - |
| YUV | 100.97 | 194.04 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 218 | 0.91 | 0.45 | 0 | 0.15 | 209.55 | 0.84 | 0.46 |
| Hex | 13 | 78 | DA | 5B | 2D | 0 | F | D2 | 54 | 2E |
| Octal | 23 | 170 | 332 | 133 | 55 | 0 | 17 | 322 | 124 | 56 |
| Binary | 10011 | 1111000 | 11011010 | 1011011 | 101101 | 0 | 1111 | 11010010 | 1010100 | 101110 |
Color Harmonies of #1378DA
Complementary color
Monochromatic Colors of #1378DA
Black with #1378DA
Text Example
Text Example
White with #1378DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378DA; }
p { color: rgb(19,120,218); }
H1.HeaderClassName
{
color: #1378DA;
}
.AnyTagClassName
{
color: #1378DA;
}
</style>
background-color css
<style>
a { background-color: #1378DA; }
a { background-color: rgb(19,120,218); }
div.DivClassName
{
background-color: #1378DA;
}
.BgClassName
{
background-color: #1378DA;
}
</style>
border-color css
<style>
span { border-color: #1378DA; }
span { border-color: rgb(19,120,218); }
td.TdClassName
{
border-color: #1378DA;
}
.TagClassName
{
border-color: #1378DA;
}
</style>