Shades of Navy Blue #1375D9
Tints of Navy Blue #1375D9
RGB
CMYK
RGB Variations
Color information
#1375D9 (or 0x1375D9) is known color: Navy Blue. HEX triplet: 13, 75 and D9. RGB value is (19,117,217). Sum of RGB (Red+Green+Blue) = 19+117+217=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 217 (85.16% from 255 or 61.47% from 353); Max value from RGB is 217 - color contains mainly: blue. Hex color #1375D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375D9 is #EC8A26. Grayscale: #626262. Windows color (decimal): -15501863 or 14251283. OLE color: 14251283.
HSL color Cylindrical-coordinate representation of color #1375D9: hue angle of 210.3º 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 #1375D9 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 117 | 217 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.15 |
| HSL | 210.3º | 0.84% | 0.46% | - |
| HSV(B) | 210.3º | 0.91% | 0.85% | - |
| XYZ | 19.15 | 17.87 | 68.09 | - |
| YUV | 99.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 217 | 0.91 | 0.46 | 0 | 0.15 | 210.3 | 0.84 | 0.46 |
| Hex | 13 | 75 | D9 | 5B | 2E | 0 | F | D2 | 54 | 2E |
| Octal | 23 | 165 | 331 | 133 | 56 | 0 | 17 | 322 | 124 | 56 |
| Binary | 10011 | 1110101 | 11011001 | 1011011 | 101110 | 0 | 1111 | 11010010 | 1010100 | 101110 |
Color Harmonies of #1375D9
Complementary color
Monochromatic Colors of #1375D9
Black with #1375D9
Text Example
Text Example
White with #1375D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375D9; }
p { color: rgb(19,117,217); }
H1.HeaderClassName
{
color: #1375D9;
}
.AnyTagClassName
{
color: #1375D9;
}
</style>
background-color css
<style>
a { background-color: #1375D9; }
a { background-color: rgb(19,117,217); }
div.DivClassName
{
background-color: #1375D9;
}
.BgClassName
{
background-color: #1375D9;
}
</style>
border-color css
<style>
span { border-color: #1375D9; }
span { border-color: rgb(19,117,217); }
td.TdClassName
{
border-color: #1375D9;
}
.TagClassName
{
border-color: #1375D9;
}
</style>