Shades of Navy Blue #1377DA
Tints of Navy Blue #1377DA
RGB
CMYK
RGB Variations
Color information
#1377DA (or 0x1377DA) is known color: Navy Blue. HEX triplet: 13, 77 and DA. RGB value is (19,119,218). Sum of RGB (Red+Green+Blue) = 19+119+218=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1377DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377DA is #EC8825. Grayscale: #636363. Windows color (decimal): -15501350 or 14317331. OLE color: 14317331.
HSL color Cylindrical-coordinate representation of color #1377DA: hue angle of 209.85º 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 #1377DA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 119 | 218 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.15 |
| HSL | 209.85º | 0.84% | 0.46% | - |
| HSV(B) | 209.85º | 0.91% | 0.85% | - |
| XYZ | 19.52 | 18.39 | 68.85 | - |
| YUV | 100.39 | 194.37 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 218 | 0.91 | 0.45 | 0 | 0.15 | 209.85 | 0.84 | 0.46 |
| Hex | 13 | 77 | DA | 5B | 2D | 0 | F | D2 | 54 | 2E |
| Octal | 23 | 167 | 332 | 133 | 55 | 0 | 17 | 322 | 124 | 56 |
| Binary | 10011 | 1110111 | 11011010 | 1011011 | 101101 | 0 | 1111 | 11010010 | 1010100 | 101110 |
Color Harmonies of #1377DA
Complementary color
Monochromatic Colors of #1377DA
Black with #1377DA
Text Example
Text Example
White with #1377DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377DA; }
p { color: rgb(19,119,218); }
H1.HeaderClassName
{
color: #1377DA;
}
.AnyTagClassName
{
color: #1377DA;
}
</style>
background-color css
<style>
a { background-color: #1377DA; }
a { background-color: rgb(19,119,218); }
div.DivClassName
{
background-color: #1377DA;
}
.BgClassName
{
background-color: #1377DA;
}
</style>
border-color css
<style>
span { border-color: #1377DA; }
span { border-color: rgb(19,119,218); }
td.TdClassName
{
border-color: #1377DA;
}
.TagClassName
{
border-color: #1377DA;
}
</style>