Shades of Lucky Point #1E2B59
Tints of Lucky Point #1E2B59
RGB
CMYK
RGB Variations
Color information
#1E2B59 (or 0x1E2B59) is known color: Lucky Point. HEX triplet: 1E, 2B and 59. RGB value is (30,43,89). Sum of RGB (Red+Green+Blue) = 30+43+89=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E2B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B59 is #E1D4A6. Grayscale: #2C2C2C. Windows color (decimal): -14800039 or 5843742. OLE color: 5843742.
HSL color Cylindrical-coordinate representation of color #1E2B59: hue angle of 226.78º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2B59 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 43 | 89 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.65 |
| HSL | 226.78º | 0.5% | 0.23% | - |
| HSV(B) | 226.78º | 0.66% | 0.35% | - |
| XYZ | 3.2 | 2.73 | 9.81 | - |
| YUV | 44.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 89 | 0.66 | 0.52 | 0 | 0.65 | 226.78 | 0.5 | 0.23 |
| Hex | 1E | 2B | 59 | 42 | 34 | 0 | 41 | E3 | 32 | 17 |
| Octal | 36 | 53 | 131 | 102 | 64 | 0 | 101 | 343 | 62 | 27 |
| Binary | 11110 | 101011 | 1011001 | 1000010 | 110100 | 0 | 1000001 | 11100011 | 110010 | 10111 |
Color Harmonies of #1E2B59
Complementary color
Monochromatic Colors of #1E2B59
Black with #1E2B59
Text Example
Text Example
White with #1E2B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B59; }
p { color: rgb(30,43,89); }
H1.HeaderClassName
{
color: #1E2B59;
}
.AnyTagClassName
{
color: #1E2B59;
}
</style>
background-color css
<style>
a { background-color: #1E2B59; }
a { background-color: rgb(30,43,89); }
div.DivClassName
{
background-color: #1E2B59;
}
.BgClassName
{
background-color: #1E2B59;
}
</style>
border-color css
<style>
span { border-color: #1E2B59; }
span { border-color: rgb(30,43,89); }
td.TdClassName
{
border-color: #1E2B59;
}
.TagClassName
{
border-color: #1E2B59;
}
</style>