Shades of Navy Blue #1E7AD9
Tints of Navy Blue #1E7AD9
RGB
CMYK
RGB Variations
Color information
#1E7AD9 (or 0x1E7AD9) is known color: Navy Blue. HEX triplet: 1E, 7A and D9. RGB value is (30,122,217). Sum of RGB (Red+Green+Blue) = 30+122+217=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #1E7AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7AD9 is #E18526. Grayscale: #686868. Windows color (decimal): -14779687 or 14252574. OLE color: 14252574.
HSL color Cylindrical-coordinate representation of color #1E7AD9: hue angle of 210.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7AD9 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 122 | 217 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.15 |
| HSL | 210.48º | 0.76% | 0.48% | - |
| HSV(B) | 210.48º | 0.86% | 0.85% | - |
| XYZ | 20.02 | 19.2 | 68.3 | - |
| YUV | 105.32 | 191.02 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 217 | 0.86 | 0.44 | 0 | 0.15 | 210.48 | 0.76 | 0.48 |
| Hex | 1E | 7A | D9 | 56 | 2C | 0 | F | D2 | 4C | 30 |
| Octal | 36 | 172 | 331 | 126 | 54 | 0 | 17 | 322 | 114 | 60 |
| Binary | 11110 | 1111010 | 11011001 | 1010110 | 101100 | 0 | 1111 | 11010010 | 1001100 | 110000 |
Color Harmonies of #1E7AD9
Complementary color
Monochromatic Colors of #1E7AD9
Black with #1E7AD9
Text Example
Text Example
White with #1E7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AD9; }
p { color: rgb(30,122,217); }
H1.HeaderClassName
{
color: #1E7AD9;
}
.AnyTagClassName
{
color: #1E7AD9;
}
</style>
background-color css
<style>
a { background-color: #1E7AD9; }
a { background-color: rgb(30,122,217); }
div.DivClassName
{
background-color: #1E7AD9;
}
.BgClassName
{
background-color: #1E7AD9;
}
</style>
border-color css
<style>
span { border-color: #1E7AD9; }
span { border-color: rgb(30,122,217); }
td.TdClassName
{
border-color: #1E7AD9;
}
.TagClassName
{
border-color: #1E7AD9;
}
</style>