Shades of Endeavour #1E5689
Tints of Endeavour #1E5689
RGB
CMYK
RGB Variations
Color information
#1E5689 (or 0x1E5689) is known color: Endeavour. HEX triplet: 1E, 56 and 89. RGB value is (30,86,137). Sum of RGB (Red+Green+Blue) = 30+86+137=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E5689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5689 is #E1A976. Grayscale: #4A4A4A. Windows color (decimal): -14788983 or 9000478. OLE color: 9000478.
HSL color Cylindrical-coordinate representation of color #1E5689: hue angle of 208.6º 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 #1E5689 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 86 | 137 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.46 |
| HSL | 208.6º | 0.64% | 0.33% | - |
| HSV(B) | 208.6º | 0.78% | 0.54% | - |
| XYZ | 8.38 | 8.74 | 24.91 | - |
| YUV | 75.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 137 | 0.78 | 0.37 | 0 | 0.46 | 208.6 | 0.64 | 0.33 |
| Hex | 1E | 56 | 89 | 4E | 25 | 0 | 2E | D1 | 40 | 21 |
| Octal | 36 | 126 | 211 | 116 | 45 | 0 | 56 | 321 | 100 | 41 |
| Binary | 11110 | 1010110 | 10001001 | 1001110 | 100101 | 0 | 101110 | 11010001 | 1000000 | 100001 |
Color Harmonies of #1E5689
Complementary color
Monochromatic Colors of #1E5689
Black with #1E5689
Text Example
Text Example
White with #1E5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5689; }
p { color: rgb(30,86,137); }
H1.HeaderClassName
{
color: #1E5689;
}
.AnyTagClassName
{
color: #1E5689;
}
</style>
background-color css
<style>
a { background-color: #1E5689; }
a { background-color: rgb(30,86,137); }
div.DivClassName
{
background-color: #1E5689;
}
.BgClassName
{
background-color: #1E5689;
}
</style>
border-color css
<style>
span { border-color: #1E5689; }
span { border-color: rgb(30,86,137); }
td.TdClassName
{
border-color: #1E5689;
}
.TagClassName
{
border-color: #1E5689;
}
</style>