Shades of Endeavour #1E558B
Tints of Endeavour #1E558B
RGB
CMYK
RGB Variations
Color information
#1E558B (or 0x1E558B) is known color: Endeavour. HEX triplet: 1E, 55 and 8B. RGB value is (30,85,139). Sum of RGB (Red+Green+Blue) = 30+85+139=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E558B is #E1AA74. Grayscale: #4A4A4A. Windows color (decimal): -14789237 or 9131294. OLE color: 9131294.
HSL color Cylindrical-coordinate representation of color #1E558B: hue angle of 209.72º 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 #1E558B is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 85 | 139 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.45 |
| HSL | 209.72º | 0.64% | 0.33% | - |
| HSV(B) | 209.72º | 0.78% | 0.55% | - |
| XYZ | 8.44 | 8.64 | 25.65 | - |
| YUV | 74.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 139 | 0.78 | 0.39 | 0 | 0.45 | 209.72 | 0.64 | 0.33 |
| Hex | 1E | 55 | 8B | 4E | 27 | 0 | 2D | D2 | 40 | 21 |
| Octal | 36 | 125 | 213 | 116 | 47 | 0 | 55 | 322 | 100 | 41 |
| Binary | 11110 | 1010101 | 10001011 | 1001110 | 100111 | 0 | 101101 | 11010010 | 1000000 | 100001 |
Color Harmonies of #1E558B
Complementary color
Monochromatic Colors of #1E558B
Black with #1E558B
Text Example
Text Example
White with #1E558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E558B; }
p { color: rgb(30,85,139); }
H1.HeaderClassName
{
color: #1E558B;
}
.AnyTagClassName
{
color: #1E558B;
}
</style>
background-color css
<style>
a { background-color: #1E558B; }
a { background-color: rgb(30,85,139); }
div.DivClassName
{
background-color: #1E558B;
}
.BgClassName
{
background-color: #1E558B;
}
</style>
border-color css
<style>
span { border-color: #1E558B; }
span { border-color: rgb(30,85,139); }
td.TdClassName
{
border-color: #1E558B;
}
.TagClassName
{
border-color: #1E558B;
}
</style>