Shades of Endeavour #1E6595
Tints of Endeavour #1E6595
RGB
CMYK
RGB Variations
Color information
#1E6595 (or 0x1E6595) is known color: Endeavour. HEX triplet: 1E, 65 and 95. RGB value is (30,101,149). Sum of RGB (Red+Green+Blue) = 30+101+149=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E6595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6595 is #E19A6A. Grayscale: #545454. Windows color (decimal): -14785131 or 9790750. OLE color: 9790750.
HSL color Cylindrical-coordinate representation of color #1E6595: hue angle of 204.2º 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 #1E6595 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 101 | 149 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.42 |
| HSL | 204.2º | 0.66% | 0.35% | - |
| HSV(B) | 204.2º | 0.8% | 0.58% | - |
| XYZ | 10.61 | 11.75 | 30.14 | - |
| YUV | 85.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 149 | 0.80 | 0.32 | 0 | 0.42 | 204.2 | 0.66 | 0.35 |
| Hex | 1E | 65 | 95 | 50 | 20 | 0 | 2A | CC | 42 | 23 |
| Octal | 36 | 145 | 225 | 120 | 40 | 0 | 52 | 314 | 102 | 43 |
| Binary | 11110 | 1100101 | 10010101 | 1010000 | 100000 | 0 | 101010 | 11001100 | 1000010 | 100011 |
Color Harmonies of #1E6595
Complementary color
Monochromatic Colors of #1E6595
Black with #1E6595
Text Example
Text Example
White with #1E6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6595; }
p { color: rgb(30,101,149); }
H1.HeaderClassName
{
color: #1E6595;
}
.AnyTagClassName
{
color: #1E6595;
}
</style>
background-color css
<style>
a { background-color: #1E6595; }
a { background-color: rgb(30,101,149); }
div.DivClassName
{
background-color: #1E6595;
}
.BgClassName
{
background-color: #1E6595;
}
</style>
border-color css
<style>
span { border-color: #1E6595; }
span { border-color: rgb(30,101,149); }
td.TdClassName
{
border-color: #1E6595;
}
.TagClassName
{
border-color: #1E6595;
}
</style>