Shades of Navy Blue #1376D7
Tints of Navy Blue #1376D7
RGB
CMYK
RGB Variations
Color information
#1376D7 (or 0x1376D7) is known color: Navy Blue. HEX triplet: 13, 76 and D7. RGB value is (19,118,215). Sum of RGB (Red+Green+Blue) = 19+118+215=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #1376D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376D7 is #EC8928. Grayscale: #626262. Windows color (decimal): -15501609 or 14120467. OLE color: 14120467.
HSL color Cylindrical-coordinate representation of color #1376D7: hue angle of 209.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1376D7 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 118 | 215 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.16 |
| HSL | 209.69º | 0.84% | 0.46% | - |
| HSV(B) | 209.69º | 0.91% | 0.84% | - |
| XYZ | 19.01 | 18 | 66.76 | - |
| YUV | 99.46 | 193.2 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 215 | 0.91 | 0.45 | 0 | 0.16 | 209.69 | 0.84 | 0.46 |
| Hex | 13 | 76 | D7 | 5B | 2D | 0 | 10 | D2 | 54 | 2E |
| Octal | 23 | 166 | 327 | 133 | 55 | 0 | 20 | 322 | 124 | 56 |
| Binary | 10011 | 1110110 | 11010111 | 1011011 | 101101 | 0 | 10000 | 11010010 | 1010100 | 101110 |
Color Harmonies of #1376D7
Complementary color
Monochromatic Colors of #1376D7
Black with #1376D7
Text Example
Text Example
White with #1376D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376D7; }
p { color: rgb(19,118,215); }
H1.HeaderClassName
{
color: #1376D7;
}
.AnyTagClassName
{
color: #1376D7;
}
</style>
background-color css
<style>
a { background-color: #1376D7; }
a { background-color: rgb(19,118,215); }
div.DivClassName
{
background-color: #1376D7;
}
.BgClassName
{
background-color: #1376D7;
}
</style>
border-color css
<style>
span { border-color: #1376D7; }
span { border-color: rgb(19,118,215); }
td.TdClassName
{
border-color: #1376D7;
}
.TagClassName
{
border-color: #1376D7;
}
</style>