Shades of Endeavour #1E4791
Tints of Endeavour #1E4791
RGB
CMYK
RGB Variations
Color information
#1E4791 (or 0x1E4791) is known color: Endeavour. HEX triplet: 1E, 47 and 91. RGB value is (30,71,145). Sum of RGB (Red+Green+Blue) = 30+71+145=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E4791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4791 is #E1B86E. Grayscale: #424242. Windows color (decimal): -14792815 or 9520926. OLE color: 9520926.
HSL color Cylindrical-coordinate representation of color #1E4791: hue angle of 218.61º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E4791 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 71 | 145 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.43 |
| HSL | 218.61º | 0.66% | 0.34% | - |
| HSV(B) | 218.61º | 0.79% | 0.57% | - |
| XYZ | 7.9 | 6.83 | 27.69 | - |
| YUV | 67.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 145 | 0.79 | 0.51 | 0 | 0.43 | 218.61 | 0.66 | 0.34 |
| Hex | 1E | 47 | 91 | 4F | 33 | 0 | 2B | DB | 42 | 22 |
| Octal | 36 | 107 | 221 | 117 | 63 | 0 | 53 | 333 | 102 | 42 |
| Binary | 11110 | 1000111 | 10010001 | 1001111 | 110011 | 0 | 101011 | 11011011 | 1000010 | 100010 |
Color Harmonies of #1E4791
Complementary color
Monochromatic Colors of #1E4791
Black with #1E4791
Text Example
Text Example
White with #1E4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4791; }
p { color: rgb(30,71,145); }
H1.HeaderClassName
{
color: #1E4791;
}
.AnyTagClassName
{
color: #1E4791;
}
</style>
background-color css
<style>
a { background-color: #1E4791; }
a { background-color: rgb(30,71,145); }
div.DivClassName
{
background-color: #1E4791;
}
.BgClassName
{
background-color: #1E4791;
}
</style>
border-color css
<style>
span { border-color: #1E4791; }
span { border-color: rgb(30,71,145); }
td.TdClassName
{
border-color: #1E4791;
}
.TagClassName
{
border-color: #1E4791;
}
</style>