Shades of Endeavour #1E5597
Tints of Endeavour #1E5597
RGB
CMYK
RGB Variations
Color information
#1E5597 (or 0x1E5597) is known color: Endeavour. HEX triplet: 1E, 55 and 97. RGB value is (30,85,151). Sum of RGB (Red+Green+Blue) = 30+85+151=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E5597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5597 is #E1AA68. Grayscale: #4B4B4B. Windows color (decimal): -14789225 or 9917726. OLE color: 9917726.
HSL color Cylindrical-coordinate representation of color #1E5597: hue angle of 212.73º 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 #1E5597 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 85 | 151 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.41 |
| HSL | 212.73º | 0.67% | 0.35% | - |
| HSV(B) | 212.73º | 0.8% | 0.59% | - |
| XYZ | 9.37 | 9.01 | 30.52 | - |
| YUV | 76.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 151 | 0.80 | 0.44 | 0 | 0.41 | 212.73 | 0.67 | 0.35 |
| Hex | 1E | 55 | 97 | 50 | 2C | 0 | 29 | D5 | 43 | 23 |
| Octal | 36 | 125 | 227 | 120 | 54 | 0 | 51 | 325 | 103 | 43 |
| Binary | 11110 | 1010101 | 10010111 | 1010000 | 101100 | 0 | 101001 | 11010101 | 1000011 | 100011 |
Color Harmonies of #1E5597
Complementary color
Monochromatic Colors of #1E5597
Black with #1E5597
Text Example
Text Example
White with #1E5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5597; }
p { color: rgb(30,85,151); }
H1.HeaderClassName
{
color: #1E5597;
}
.AnyTagClassName
{
color: #1E5597;
}
</style>
background-color css
<style>
a { background-color: #1E5597; }
a { background-color: rgb(30,85,151); }
div.DivClassName
{
background-color: #1E5597;
}
.BgClassName
{
background-color: #1E5597;
}
</style>
border-color css
<style>
span { border-color: #1E5597; }
span { border-color: rgb(30,85,151); }
td.TdClassName
{
border-color: #1E5597;
}
.TagClassName
{
border-color: #1E5597;
}
</style>