Shades of Endeavour #1E5391
Tints of Endeavour #1E5391
RGB
CMYK
RGB Variations
Color information
#1E5391 (or 0x1E5391) is known color: Endeavour. HEX triplet: 1E, 53 and 91. RGB value is (30,83,145). Sum of RGB (Red+Green+Blue) = 30+83+145=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E5391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5391 is #E1AC6E. Grayscale: #494949. Windows color (decimal): -14789743 or 9523998. OLE color: 9523998.
HSL color Cylindrical-coordinate representation of color #1E5391: hue angle of 212.35º 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 #1E5391 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 83 | 145 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.43 |
| HSL | 212.35º | 0.66% | 0.34% | - |
| HSV(B) | 212.35º | 0.79% | 0.57% | - |
| XYZ | 8.74 | 8.51 | 27.97 | - |
| YUV | 74.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 145 | 0.79 | 0.43 | 0 | 0.43 | 212.35 | 0.66 | 0.34 |
| Hex | 1E | 53 | 91 | 4F | 2B | 0 | 2B | D4 | 42 | 22 |
| Octal | 36 | 123 | 221 | 117 | 53 | 0 | 53 | 324 | 102 | 42 |
| Binary | 11110 | 1010011 | 10010001 | 1001111 | 101011 | 0 | 101011 | 11010100 | 1000010 | 100010 |
Color Harmonies of #1E5391
Complementary color
Monochromatic Colors of #1E5391
Black with #1E5391
Text Example
Text Example
White with #1E5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5391; }
p { color: rgb(30,83,145); }
H1.HeaderClassName
{
color: #1E5391;
}
.AnyTagClassName
{
color: #1E5391;
}
</style>
background-color css
<style>
a { background-color: #1E5391; }
a { background-color: rgb(30,83,145); }
div.DivClassName
{
background-color: #1E5391;
}
.BgClassName
{
background-color: #1E5391;
}
</style>
border-color css
<style>
span { border-color: #1E5391; }
span { border-color: rgb(30,83,145); }
td.TdClassName
{
border-color: #1E5391;
}
.TagClassName
{
border-color: #1E5391;
}
</style>