Shades of Endeavour #1E489A
Tints of Endeavour #1E489A
RGB
CMYK
RGB Variations
Color information
#1E489A (or 0x1E489A) is known color: Endeavour. HEX triplet: 1E, 48 and 9A. RGB value is (30,72,154). Sum of RGB (Red+Green+Blue) = 30+72+154=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E489A is #E1B765. Grayscale: #444444. Windows color (decimal): -14792550 or 10111006. OLE color: 10111006.
HSL color Cylindrical-coordinate representation of color #1E489A: hue angle of 219.68º 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 #1E489A is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 72 | 154 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.40 |
| HSL | 219.68º | 0.67% | 0.36% | - |
| HSV(B) | 219.68º | 0.81% | 0.6% | - |
| XYZ | 8.69 | 7.24 | 31.51 | - |
| YUV | 68.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 154 | 0.81 | 0.53 | 0 | 0.40 | 219.68 | 0.67 | 0.36 |
| Hex | 1E | 48 | 9A | 51 | 35 | 0 | 28 | DC | 43 | 24 |
| Octal | 36 | 110 | 232 | 121 | 65 | 0 | 50 | 334 | 103 | 44 |
| Binary | 11110 | 1001000 | 10011010 | 1010001 | 110101 | 0 | 101000 | 11011100 | 1000011 | 100100 |
Color Harmonies of #1E489A
Complementary color
Monochromatic Colors of #1E489A
Black with #1E489A
Text Example
Text Example
White with #1E489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E489A; }
p { color: rgb(30,72,154); }
H1.HeaderClassName
{
color: #1E489A;
}
.AnyTagClassName
{
color: #1E489A;
}
</style>
background-color css
<style>
a { background-color: #1E489A; }
a { background-color: rgb(30,72,154); }
div.DivClassName
{
background-color: #1E489A;
}
.BgClassName
{
background-color: #1E489A;
}
</style>
border-color css
<style>
span { border-color: #1E489A; }
span { border-color: rgb(30,72,154); }
td.TdClassName
{
border-color: #1E489A;
}
.TagClassName
{
border-color: #1E489A;
}
</style>