Shades of Endeavour #1E4696
Tints of Endeavour #1E4696
RGB
CMYK
RGB Variations
Color information
#1E4696 (or 0x1E4696) is known color: Endeavour. HEX triplet: 1E, 46 and 96. RGB value is (30,70,150). Sum of RGB (Red+Green+Blue) = 30+70+150=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E4696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4696 is #E1B969. Grayscale: #424242. Windows color (decimal): -14793066 or 9848350. OLE color: 9848350.
HSL color Cylindrical-coordinate representation of color #1E4696: hue angle of 220º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4696 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 70 | 150 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.41 |
| HSL | 220º | 0.67% | 0.35% | - |
| HSV(B) | 220º | 0.8% | 0.59% | - |
| XYZ | 8.23 | 6.86 | 29.74 | - |
| YUV | 67.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 150 | 0.80 | 0.53 | 0 | 0.41 | 220 | 0.67 | 0.35 |
| Hex | 1E | 46 | 96 | 50 | 35 | 0 | 29 | DC | 43 | 23 |
| Octal | 36 | 106 | 226 | 120 | 65 | 0 | 51 | 334 | 103 | 43 |
| Binary | 11110 | 1000110 | 10010110 | 1010000 | 110101 | 0 | 101001 | 11011100 | 1000011 | 100011 |
Color Harmonies of #1E4696
Complementary color
Monochromatic Colors of #1E4696
Black with #1E4696
Text Example
Text Example
White with #1E4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4696; }
p { color: rgb(30,70,150); }
H1.HeaderClassName
{
color: #1E4696;
}
.AnyTagClassName
{
color: #1E4696;
}
</style>
background-color css
<style>
a { background-color: #1E4696; }
a { background-color: rgb(30,70,150); }
div.DivClassName
{
background-color: #1E4696;
}
.BgClassName
{
background-color: #1E4696;
}
</style>
border-color css
<style>
span { border-color: #1E4696; }
span { border-color: rgb(30,70,150); }
td.TdClassName
{
border-color: #1E4696;
}
.TagClassName
{
border-color: #1E4696;
}
</style>