Shades of Endeavour #1E519A
Tints of Endeavour #1E519A
RGB
CMYK
RGB Variations
Color information
#1E519A (or 0x1E519A) is known color: Endeavour. HEX triplet: 1E, 51 and 9A. RGB value is (30,81,154). Sum of RGB (Red+Green+Blue) = 30+81+154=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E519A is #E1AE65. Grayscale: #494949. Windows color (decimal): -14790246 or 10113310. OLE color: 10113310.
HSL color Cylindrical-coordinate representation of color #1E519A: hue angle of 215.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E519A is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 81 | 154 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.40 |
| HSL | 215.32º | 0.67% | 0.36% | - |
| HSV(B) | 215.32º | 0.81% | 0.6% | - |
| XYZ | 9.31 | 8.49 | 31.72 | - |
| YUV | 74.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 154 | 0.81 | 0.47 | 0 | 0.40 | 215.32 | 0.67 | 0.36 |
| Hex | 1E | 51 | 9A | 51 | 2F | 0 | 28 | D7 | 43 | 24 |
| Octal | 36 | 121 | 232 | 121 | 57 | 0 | 50 | 327 | 103 | 44 |
| Binary | 11110 | 1010001 | 10011010 | 1010001 | 101111 | 0 | 101000 | 11010111 | 1000011 | 100100 |
Color Harmonies of #1E519A
Complementary color
Monochromatic Colors of #1E519A
Black with #1E519A
Text Example
Text Example
White with #1E519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E519A; }
p { color: rgb(30,81,154); }
H1.HeaderClassName
{
color: #1E519A;
}
.AnyTagClassName
{
color: #1E519A;
}
</style>
background-color css
<style>
a { background-color: #1E519A; }
a { background-color: rgb(30,81,154); }
div.DivClassName
{
background-color: #1E519A;
}
.BgClassName
{
background-color: #1E519A;
}
</style>
border-color css
<style>
span { border-color: #1E519A; }
span { border-color: rgb(30,81,154); }
td.TdClassName
{
border-color: #1E519A;
}
.TagClassName
{
border-color: #1E519A;
}
</style>