Shades of Navy Blue #1377E6
Tints of Navy Blue #1377E6
RGB
CMYK
RGB Variations
Color information
#1377E6 (or 0x1377E6) is known color: Navy Blue. HEX triplet: 13, 77 and E6. RGB value is (19,119,230). Sum of RGB (Red+Green+Blue) = 19+119+230=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #1377E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1377E6 is #EC8819. Grayscale: #656565. Windows color (decimal): -15501338 or 15103763. OLE color: 15103763.
HSL color Cylindrical-coordinate representation of color #1377E6: hue angle of 211.56º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1377E6 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 119 | 230 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.10 |
| HSL | 211.56º | 0.85% | 0.49% | - |
| HSV(B) | 211.56º | 0.92% | 0.9% | - |
| XYZ | 21.15 | 19.05 | 77.42 | - |
| YUV | 101.75 | 200.37 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 230 | 0.92 | 0.48 | 0 | 0.10 | 211.56 | 0.85 | 0.49 |
| Hex | 13 | 77 | E6 | 5C | 30 | 0 | A | D4 | 55 | 31 |
| Octal | 23 | 167 | 346 | 134 | 60 | 0 | 12 | 324 | 125 | 61 |
| Binary | 10011 | 1110111 | 11100110 | 1011100 | 110000 | 0 | 1010 | 11010100 | 1010101 | 110001 |
Color Harmonies of #1377E6
Complementary color
Monochromatic Colors of #1377E6
Black with #1377E6
Text Example
Text Example
White with #1377E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377E6; }
p { color: rgb(19,119,230); }
H1.HeaderClassName
{
color: #1377E6;
}
.AnyTagClassName
{
color: #1377E6;
}
</style>
background-color css
<style>
a { background-color: #1377E6; }
a { background-color: rgb(19,119,230); }
div.DivClassName
{
background-color: #1377E6;
}
.BgClassName
{
background-color: #1377E6;
}
</style>
border-color css
<style>
span { border-color: #1377E6; }
span { border-color: rgb(19,119,230); }
td.TdClassName
{
border-color: #1377E6;
}
.TagClassName
{
border-color: #1377E6;
}
</style>