Shades of Endeavour #1E5189
Tints of Endeavour #1E5189
RGB
CMYK
RGB Variations
Color information
#1E5189 (or 0x1E5189) is known color: Endeavour. HEX triplet: 1E, 51 and 89. RGB value is (30,81,137). Sum of RGB (Red+Green+Blue) = 30+81+137=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5189 is #E1AE76. Grayscale: #474747. Windows color (decimal): -14790263 or 8999198. OLE color: 8999198.
HSL color Cylindrical-coordinate representation of color #1E5189: hue angle of 211.4º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5189 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 81 | 137 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.46 |
| HSL | 211.4º | 0.64% | 0.33% | - |
| HSV(B) | 211.4º | 0.78% | 0.54% | - |
| XYZ | 7.99 | 7.97 | 24.78 | - |
| YUV | 72.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 137 | 0.78 | 0.41 | 0 | 0.46 | 211.4 | 0.64 | 0.33 |
| Hex | 1E | 51 | 89 | 4E | 29 | 0 | 2E | D3 | 40 | 21 |
| Octal | 36 | 121 | 211 | 116 | 51 | 0 | 56 | 323 | 100 | 41 |
| Binary | 11110 | 1010001 | 10001001 | 1001110 | 101001 | 0 | 101110 | 11010011 | 1000000 | 100001 |
Color Harmonies of #1E5189
Complementary color
Monochromatic Colors of #1E5189
Black with #1E5189
Text Example
Text Example
White with #1E5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5189; }
p { color: rgb(30,81,137); }
H1.HeaderClassName
{
color: #1E5189;
}
.AnyTagClassName
{
color: #1E5189;
}
</style>
background-color css
<style>
a { background-color: #1E5189; }
a { background-color: rgb(30,81,137); }
div.DivClassName
{
background-color: #1E5189;
}
.BgClassName
{
background-color: #1E5189;
}
</style>
border-color css
<style>
span { border-color: #1E5189; }
span { border-color: rgb(30,81,137); }
td.TdClassName
{
border-color: #1E5189;
}
.TagClassName
{
border-color: #1E5189;
}
</style>