Shades of Navy Blue #1379E1
Tints of Navy Blue #1379E1
RGB
CMYK
RGB Variations
Color information
#1379E1 (or 0x1379E1) is known color: Navy Blue. HEX triplet: 13, 79 and E1. RGB value is (19,121,225). Sum of RGB (Red+Green+Blue) = 19+121+225=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #1379E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379E1 is #EC861E. Grayscale: #656565. Windows color (decimal): -15500831 or 14776595. OLE color: 14776595.
HSL color Cylindrical-coordinate representation of color #1379E1: hue angle of 210.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1379E1 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 121 | 225 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.12 |
| HSL | 210.29º | 0.84% | 0.48% | - |
| HSV(B) | 210.29º | 0.92% | 0.88% | - |
| XYZ | 20.7 | 19.25 | 73.86 | - |
| YUV | 102.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 225 | 0.92 | 0.46 | 0 | 0.12 | 210.29 | 0.84 | 0.48 |
| Hex | 13 | 79 | E1 | 5C | 2E | 0 | C | D2 | 54 | 30 |
| Octal | 23 | 171 | 341 | 134 | 56 | 0 | 14 | 322 | 124 | 60 |
| Binary | 10011 | 1111001 | 11100001 | 1011100 | 101110 | 0 | 1100 | 11010010 | 1010100 | 110000 |
Color Harmonies of #1379E1
Complementary color
Monochromatic Colors of #1379E1
Black with #1379E1
Text Example
Text Example
White with #1379E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379E1; }
p { color: rgb(19,121,225); }
H1.HeaderClassName
{
color: #1379E1;
}
.AnyTagClassName
{
color: #1379E1;
}
</style>
background-color css
<style>
a { background-color: #1379E1; }
a { background-color: rgb(19,121,225); }
div.DivClassName
{
background-color: #1379E1;
}
.BgClassName
{
background-color: #1379E1;
}
</style>
border-color css
<style>
span { border-color: #1379E1; }
span { border-color: rgb(19,121,225); }
td.TdClassName
{
border-color: #1379E1;
}
.TagClassName
{
border-color: #1379E1;
}
</style>