Shades of Endeavour #1E5296
Tints of Endeavour #1E5296
RGB
CMYK
RGB Variations
Color information
#1E5296 (or 0x1E5296) is known color: Endeavour. HEX triplet: 1E, 52 and 96. RGB value is (30,82,150). Sum of RGB (Red+Green+Blue) = 30+82+150=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E5296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5296 is #E1AD69. Grayscale: #494949. Windows color (decimal): -14789994 or 9851422. OLE color: 9851422.
HSL color Cylindrical-coordinate representation of color #1E5296: hue angle of 214º 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 #1E5296 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 82 | 150 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.41 |
| HSL | 214º | 0.67% | 0.35% | - |
| HSV(B) | 214º | 0.8% | 0.59% | - |
| XYZ | 9.06 | 8.51 | 30.02 | - |
| YUV | 74.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 150 | 0.80 | 0.45 | 0 | 0.41 | 214 | 0.67 | 0.35 |
| Hex | 1E | 52 | 96 | 50 | 2D | 0 | 29 | D6 | 43 | 23 |
| Octal | 36 | 122 | 226 | 120 | 55 | 0 | 51 | 326 | 103 | 43 |
| Binary | 11110 | 1010010 | 10010110 | 1010000 | 101101 | 0 | 101001 | 11010110 | 1000011 | 100011 |
Color Harmonies of #1E5296
Complementary color
Monochromatic Colors of #1E5296
Black with #1E5296
Text Example
Text Example
White with #1E5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5296; }
p { color: rgb(30,82,150); }
H1.HeaderClassName
{
color: #1E5296;
}
.AnyTagClassName
{
color: #1E5296;
}
</style>
background-color css
<style>
a { background-color: #1E5296; }
a { background-color: rgb(30,82,150); }
div.DivClassName
{
background-color: #1E5296;
}
.BgClassName
{
background-color: #1E5296;
}
</style>
border-color css
<style>
span { border-color: #1E5296; }
span { border-color: rgb(30,82,150); }
td.TdClassName
{
border-color: #1E5296;
}
.TagClassName
{
border-color: #1E5296;
}
</style>