Shades of Endeavour #1E5E94
Tints of Endeavour #1E5E94
RGB
CMYK
RGB Variations
Color information
#1E5E94 (or 0x1E5E94) is known color: Endeavour. HEX triplet: 1E, 5E and 94. RGB value is (30,94,148). Sum of RGB (Red+Green+Blue) = 30+94+148=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E5E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5E94 is #E1A16B. Grayscale: #505050. Windows color (decimal): -14786924 or 9723422. OLE color: 9723422.
HSL color Cylindrical-coordinate representation of color #1E5E94: hue angle of 207.46º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5E94 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 94 | 148 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.42 |
| HSL | 207.46º | 0.66% | 0.35% | - |
| HSV(B) | 207.46º | 0.8% | 0.58% | - |
| XYZ | 9.88 | 10.42 | 29.51 | - |
| YUV | 81.02 | 165.8 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 148 | 0.80 | 0.36 | 0 | 0.42 | 207.46 | 0.66 | 0.35 |
| Hex | 1E | 5E | 94 | 50 | 24 | 0 | 2A | CF | 42 | 23 |
| Octal | 36 | 136 | 224 | 120 | 44 | 0 | 52 | 317 | 102 | 43 |
| Binary | 11110 | 1011110 | 10010100 | 1010000 | 100100 | 0 | 101010 | 11001111 | 1000010 | 100011 |
Color Harmonies of #1E5E94
Complementary color
Monochromatic Colors of #1E5E94
Black with #1E5E94
Text Example
Text Example
White with #1E5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5E94; }
p { color: rgb(30,94,148); }
H1.HeaderClassName
{
color: #1E5E94;
}
.AnyTagClassName
{
color: #1E5E94;
}
</style>
background-color css
<style>
a { background-color: #1E5E94; }
a { background-color: rgb(30,94,148); }
div.DivClassName
{
background-color: #1E5E94;
}
.BgClassName
{
background-color: #1E5E94;
}
</style>
border-color css
<style>
span { border-color: #1E5E94; }
span { border-color: rgb(30,94,148); }
td.TdClassName
{
border-color: #1E5E94;
}
.TagClassName
{
border-color: #1E5E94;
}
</style>