Shades of Endeavour #1E5E97
Tints of Endeavour #1E5E97
RGB
CMYK
RGB Variations
Color information
#1E5E97 (or 0x1E5E97) is known color: Endeavour. HEX triplet: 1E, 5E and 97. RGB value is (30,94,151). Sum of RGB (Red+Green+Blue) = 30+94+151=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E5E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5E97 is #E1A168. Grayscale: #515151. Windows color (decimal): -14786921 or 9920030. OLE color: 9920030.
HSL color Cylindrical-coordinate representation of color #1E5E97: hue angle of 208.26º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5E97 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 94 | 151 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.41 |
| HSL | 208.26º | 0.67% | 0.35% | - |
| HSV(B) | 208.26º | 0.8% | 0.59% | - |
| XYZ | 10.12 | 10.52 | 30.77 | - |
| YUV | 81.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 151 | 0.80 | 0.38 | 0 | 0.41 | 208.26 | 0.67 | 0.35 |
| Hex | 1E | 5E | 97 | 50 | 26 | 0 | 29 | D0 | 43 | 23 |
| Octal | 36 | 136 | 227 | 120 | 46 | 0 | 51 | 320 | 103 | 43 |
| Binary | 11110 | 1011110 | 10010111 | 1010000 | 100110 | 0 | 101001 | 11010000 | 1000011 | 100011 |
Color Harmonies of #1E5E97
Complementary color
Monochromatic Colors of #1E5E97
Black with #1E5E97
Text Example
Text Example
White with #1E5E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5E97; }
p { color: rgb(30,94,151); }
H1.HeaderClassName
{
color: #1E5E97;
}
.AnyTagClassName
{
color: #1E5E97;
}
</style>
background-color css
<style>
a { background-color: #1E5E97; }
a { background-color: rgb(30,94,151); }
div.DivClassName
{
background-color: #1E5E97;
}
.BgClassName
{
background-color: #1E5E97;
}
</style>
border-color css
<style>
span { border-color: #1E5E97; }
span { border-color: rgb(30,94,151); }
td.TdClassName
{
border-color: #1E5E97;
}
.TagClassName
{
border-color: #1E5E97;
}
</style>