Shades of Endeavour #1E519F
Tints of Endeavour #1E519F
RGB
CMYK
RGB Variations
Color information
#1E519F (or 0x1E519F) is known color: Endeavour. HEX triplet: 1E, 51 and 9F. RGB value is (30,81,159). Sum of RGB (Red+Green+Blue) = 30+81+159=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E519F is #E1AE60. Grayscale: #4A4A4A. Windows color (decimal): -14790241 or 10440990. OLE color: 10440990.
HSL color Cylindrical-coordinate representation of color #1E519F: hue angle of 216.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E519F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 81 | 159 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.38 |
| HSL | 216.28º | 0.68% | 0.37% | - |
| HSV(B) | 216.28º | 0.81% | 0.62% | - |
| XYZ | 9.74 | 8.66 | 33.96 | - |
| YUV | 74.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 159 | 0.81 | 0.49 | 0 | 0.38 | 216.28 | 0.68 | 0.37 |
| Hex | 1E | 51 | 9F | 51 | 31 | 0 | 26 | D8 | 44 | 25 |
| Octal | 36 | 121 | 237 | 121 | 61 | 0 | 46 | 330 | 104 | 45 |
| Binary | 11110 | 1010001 | 10011111 | 1010001 | 110001 | 0 | 100110 | 11011000 | 1000100 | 100101 |
Color Harmonies of #1E519F
Complementary color
Monochromatic Colors of #1E519F
Black with #1E519F
Text Example
Text Example
White with #1E519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E519F; }
p { color: rgb(30,81,159); }
H1.HeaderClassName
{
color: #1E519F;
}
.AnyTagClassName
{
color: #1E519F;
}
</style>
background-color css
<style>
a { background-color: #1E519F; }
a { background-color: rgb(30,81,159); }
div.DivClassName
{
background-color: #1E519F;
}
.BgClassName
{
background-color: #1E519F;
}
</style>
border-color css
<style>
span { border-color: #1E519F; }
span { border-color: rgb(30,81,159); }
td.TdClassName
{
border-color: #1E519F;
}
.TagClassName
{
border-color: #1E519F;
}
</style>