Shades of Navy Blue #1E7ADC
Tints of Navy Blue #1E7ADC
RGB
CMYK
RGB Variations
Color information
#1E7ADC (or 0x1E7ADC) is known color: Navy Blue. HEX triplet: 1E, 7A and DC. RGB value is (30,122,220). Sum of RGB (Red+Green+Blue) = 30+122+220=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7ADC is #E18523. Grayscale: #696969. Windows color (decimal): -14779684 or 14449182. OLE color: 14449182.
HSL color Cylindrical-coordinate representation of color #1E7ADC: hue angle of 210.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7ADC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 122 | 220 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.14 |
| HSL | 210.95º | 0.76% | 0.49% | - |
| HSV(B) | 210.95º | 0.86% | 0.86% | - |
| XYZ | 20.41 | 19.36 | 70.37 | - |
| YUV | 105.66 | 192.52 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 220 | 0.86 | 0.45 | 0 | 0.14 | 210.95 | 0.76 | 0.49 |
| Hex | 1E | 7A | DC | 56 | 2D | 0 | E | D3 | 4C | 31 |
| Octal | 36 | 172 | 334 | 126 | 55 | 0 | 16 | 323 | 114 | 61 |
| Binary | 11110 | 1111010 | 11011100 | 1010110 | 101101 | 0 | 1110 | 11010011 | 1001100 | 110001 |
Color Harmonies of #1E7ADC
Complementary color
Monochromatic Colors of #1E7ADC
Black with #1E7ADC
Text Example
Text Example
White with #1E7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7ADC; }
p { color: rgb(30,122,220); }
H1.HeaderClassName
{
color: #1E7ADC;
}
.AnyTagClassName
{
color: #1E7ADC;
}
</style>
background-color css
<style>
a { background-color: #1E7ADC; }
a { background-color: rgb(30,122,220); }
div.DivClassName
{
background-color: #1E7ADC;
}
.BgClassName
{
background-color: #1E7ADC;
}
</style>
border-color css
<style>
span { border-color: #1E7ADC; }
span { border-color: rgb(30,122,220); }
td.TdClassName
{
border-color: #1E7ADC;
}
.TagClassName
{
border-color: #1E7ADC;
}
</style>