Shades of Endeavour #1E499B
Tints of Endeavour #1E499B
RGB
CMYK
RGB Variations
Color information
#1E499B (or 0x1E499B) is known color: Endeavour. HEX triplet: 1E, 49 and 9B. RGB value is (30,73,155). Sum of RGB (Red+Green+Blue) = 30+73+155=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E499B is #E1B664. Grayscale: #454545. Windows color (decimal): -14792293 or 10176798. OLE color: 10176798.
HSL color Cylindrical-coordinate representation of color #1E499B: hue angle of 219.36º 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 #1E499B is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 73 | 155 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.39 |
| HSL | 219.36º | 0.68% | 0.36% | - |
| HSV(B) | 219.36º | 0.81% | 0.61% | - |
| XYZ | 8.83 | 7.41 | 31.97 | - |
| YUV | 69.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 155 | 0.81 | 0.53 | 0 | 0.39 | 219.36 | 0.68 | 0.36 |
| Hex | 1E | 49 | 9B | 51 | 35 | 0 | 27 | DB | 44 | 24 |
| Octal | 36 | 111 | 233 | 121 | 65 | 0 | 47 | 333 | 104 | 44 |
| Binary | 11110 | 1001001 | 10011011 | 1010001 | 110101 | 0 | 100111 | 11011011 | 1000100 | 100100 |
Color Harmonies of #1E499B
Complementary color
Monochromatic Colors of #1E499B
Black with #1E499B
Text Example
Text Example
White with #1E499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E499B; }
p { color: rgb(30,73,155); }
H1.HeaderClassName
{
color: #1E499B;
}
.AnyTagClassName
{
color: #1E499B;
}
</style>
background-color css
<style>
a { background-color: #1E499B; }
a { background-color: rgb(30,73,155); }
div.DivClassName
{
background-color: #1E499B;
}
.BgClassName
{
background-color: #1E499B;
}
</style>
border-color css
<style>
span { border-color: #1E499B; }
span { border-color: rgb(30,73,155); }
td.TdClassName
{
border-color: #1E499B;
}
.TagClassName
{
border-color: #1E499B;
}
</style>