Shades of Endeavour #1E4E8B
Tints of Endeavour #1E4E8B
RGB
CMYK
RGB Variations
Color information
#1E4E8B (or 0x1E4E8B) is known color: Endeavour. HEX triplet: 1E, 4E and 8B. RGB value is (30,78,139). Sum of RGB (Red+Green+Blue) = 30+78+139=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E4E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4E8B is #E1B174. Grayscale: #464646. Windows color (decimal): -14791029 or 9129502. OLE color: 9129502.
HSL color Cylindrical-coordinate representation of color #1E4E8B: hue angle of 213.58º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E4E8B is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 78 | 139 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.45 |
| HSL | 213.58º | 0.64% | 0.33% | - |
| HSV(B) | 213.58º | 0.78% | 0.55% | - |
| XYZ | 7.92 | 7.59 | 25.47 | - |
| YUV | 70.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 139 | 0.78 | 0.44 | 0 | 0.45 | 213.58 | 0.64 | 0.33 |
| Hex | 1E | 4E | 8B | 4E | 2C | 0 | 2D | D6 | 40 | 21 |
| Octal | 36 | 116 | 213 | 116 | 54 | 0 | 55 | 326 | 100 | 41 |
| Binary | 11110 | 1001110 | 10001011 | 1001110 | 101100 | 0 | 101101 | 11010110 | 1000000 | 100001 |
Color Harmonies of #1E4E8B
Complementary color
Monochromatic Colors of #1E4E8B
Black with #1E4E8B
Text Example
Text Example
White with #1E4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E8B; }
p { color: rgb(30,78,139); }
H1.HeaderClassName
{
color: #1E4E8B;
}
.AnyTagClassName
{
color: #1E4E8B;
}
</style>
background-color css
<style>
a { background-color: #1E4E8B; }
a { background-color: rgb(30,78,139); }
div.DivClassName
{
background-color: #1E4E8B;
}
.BgClassName
{
background-color: #1E4E8B;
}
</style>
border-color css
<style>
span { border-color: #1E4E8B; }
span { border-color: rgb(30,78,139); }
td.TdClassName
{
border-color: #1E4E8B;
}
.TagClassName
{
border-color: #1E4E8B;
}
</style>