Shades of Endeavour #1E509B
Tints of Endeavour #1E509B
RGB
CMYK
RGB Variations
Color information
#1E509B (or 0x1E509B) is known color: Endeavour. HEX triplet: 1E, 50 and 9B. RGB value is (30,80,155). Sum of RGB (Red+Green+Blue) = 30+80+155=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E509B is #E1AF64. Grayscale: #494949. Windows color (decimal): -14790501 or 10178590. OLE color: 10178590.
HSL color Cylindrical-coordinate representation of color #1E509B: hue angle of 216º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E509B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 80 | 155 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.39 |
| HSL | 216º | 0.68% | 0.36% | - |
| HSV(B) | 216º | 0.81% | 0.61% | - |
| XYZ | 9.32 | 8.38 | 32.14 | - |
| YUV | 73.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 155 | 0.81 | 0.48 | 0 | 0.39 | 216 | 0.68 | 0.36 |
| Hex | 1E | 50 | 9B | 51 | 30 | 0 | 27 | D8 | 44 | 24 |
| Octal | 36 | 120 | 233 | 121 | 60 | 0 | 47 | 330 | 104 | 44 |
| Binary | 11110 | 1010000 | 10011011 | 1010001 | 110000 | 0 | 100111 | 11011000 | 1000100 | 100100 |
Color Harmonies of #1E509B
Complementary color
Monochromatic Colors of #1E509B
Black with #1E509B
Text Example
Text Example
White with #1E509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E509B; }
p { color: rgb(30,80,155); }
H1.HeaderClassName
{
color: #1E509B;
}
.AnyTagClassName
{
color: #1E509B;
}
</style>
background-color css
<style>
a { background-color: #1E509B; }
a { background-color: rgb(30,80,155); }
div.DivClassName
{
background-color: #1E509B;
}
.BgClassName
{
background-color: #1E509B;
}
</style>
border-color css
<style>
span { border-color: #1E509B; }
span { border-color: rgb(30,80,155); }
td.TdClassName
{
border-color: #1E509B;
}
.TagClassName
{
border-color: #1E509B;
}
</style>