Shades of Navy Blue #1E74E0
Tints of Navy Blue #1E74E0
RGB
CMYK
RGB Variations
Color information
#1E74E0 (or 0x1E74E0) is known color: Navy Blue. HEX triplet: 1E, 74 and E0. RGB value is (30,116,224). Sum of RGB (Red+Green+Blue) = 30+116+224=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #1E74E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74E0 is #E18B1F. Grayscale: #666666. Windows color (decimal): -14781216 or 14709790. OLE color: 14709790.
HSL color Cylindrical-coordinate representation of color #1E74E0: hue angle of 213.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E74E0 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 116 | 224 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.12 |
| HSL | 213.4º | 0.76% | 0.5% | - |
| HSV(B) | 213.4º | 0.87% | 0.88% | - |
| XYZ | 20.24 | 18.15 | 72.96 | - |
| YUV | 102.6 | 196.51 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 224 | 0.87 | 0.48 | 0 | 0.12 | 213.4 | 0.76 | 0.5 |
| Hex | 1E | 74 | E0 | 57 | 30 | 0 | C | D5 | 4C | 32 |
| Octal | 36 | 164 | 340 | 127 | 60 | 0 | 14 | 325 | 114 | 62 |
| Binary | 11110 | 1110100 | 11100000 | 1010111 | 110000 | 0 | 1100 | 11010101 | 1001100 | 110010 |
Color Harmonies of #1E74E0
Complementary color
Monochromatic Colors of #1E74E0
Black with #1E74E0
Text Example
Text Example
White with #1E74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E74E0; }
p { color: rgb(30,116,224); }
H1.HeaderClassName
{
color: #1E74E0;
}
.AnyTagClassName
{
color: #1E74E0;
}
</style>
background-color css
<style>
a { background-color: #1E74E0; }
a { background-color: rgb(30,116,224); }
div.DivClassName
{
background-color: #1E74E0;
}
.BgClassName
{
background-color: #1E74E0;
}
</style>
border-color css
<style>
span { border-color: #1E74E0; }
span { border-color: rgb(30,116,224); }
td.TdClassName
{
border-color: #1E74E0;
}
.TagClassName
{
border-color: #1E74E0;
}
</style>