Shades of Endeavour #1E538B
Tints of Endeavour #1E538B
RGB
CMYK
RGB Variations
Color information
#1E538B (or 0x1E538B) is known color: Endeavour. HEX triplet: 1E, 53 and 8B. RGB value is (30,83,139). Sum of RGB (Red+Green+Blue) = 30+83+139=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E538B is #E1AC74. Grayscale: #494949. Windows color (decimal): -14789749 or 9130782. OLE color: 9130782.
HSL color Cylindrical-coordinate representation of color #1E538B: hue angle of 210.83º 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 #1E538B is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 83 | 139 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.45 |
| HSL | 210.83º | 0.64% | 0.33% | - |
| HSV(B) | 210.83º | 0.78% | 0.55% | - |
| XYZ | 8.29 | 8.33 | 25.6 | - |
| YUV | 73.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 139 | 0.78 | 0.40 | 0 | 0.45 | 210.83 | 0.64 | 0.33 |
| Hex | 1E | 53 | 8B | 4E | 28 | 0 | 2D | D3 | 40 | 21 |
| Octal | 36 | 123 | 213 | 116 | 50 | 0 | 55 | 323 | 100 | 41 |
| Binary | 11110 | 1010011 | 10001011 | 1001110 | 101000 | 0 | 101101 | 11010011 | 1000000 | 100001 |
Color Harmonies of #1E538B
Complementary color
Monochromatic Colors of #1E538B
Black with #1E538B
Text Example
Text Example
White with #1E538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E538B; }
p { color: rgb(30,83,139); }
H1.HeaderClassName
{
color: #1E538B;
}
.AnyTagClassName
{
color: #1E538B;
}
</style>
background-color css
<style>
a { background-color: #1E538B; }
a { background-color: rgb(30,83,139); }
div.DivClassName
{
background-color: #1E538B;
}
.BgClassName
{
background-color: #1E538B;
}
</style>
border-color css
<style>
span { border-color: #1E538B; }
span { border-color: rgb(30,83,139); }
td.TdClassName
{
border-color: #1E538B;
}
.TagClassName
{
border-color: #1E538B;
}
</style>