Shades of Lucky Point #1E2251
Tints of Lucky Point #1E2251
RGB
CMYK
RGB Variations
Color information
#1E2251 (or 0x1E2251) is known color: Lucky Point. HEX triplet: 1E, 22 and 51. RGB value is (30,34,81). Sum of RGB (Red+Green+Blue) = 30+34+81=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2251 is #E1DDAE. Grayscale: #252525. Windows color (decimal): -14802351 or 5317150. OLE color: 5317150.
HSL color Cylindrical-coordinate representation of color #1E2251: hue angle of 235.29º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E2251 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 34 | 81 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.68 |
| HSL | 235.29º | 0.46% | 0.22% | - |
| HSV(B) | 235.29º | 0.63% | 0.32% | - |
| XYZ | 2.59 | 2.01 | 8.04 | - |
| YUV | 38.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 81 | 0.63 | 0.58 | 0 | 0.68 | 235.29 | 0.46 | 0.22 |
| Hex | 1E | 22 | 51 | 3F | 3A | 0 | 44 | EB | 2E | 16 |
| Octal | 36 | 42 | 121 | 77 | 72 | 0 | 104 | 353 | 56 | 26 |
| Binary | 11110 | 100010 | 1010001 | 111111 | 111010 | 0 | 1000100 | 11101011 | 101110 | 10110 |
Color Harmonies of #1E2251
Complementary color
Monochromatic Colors of #1E2251
Black with #1E2251
Text Example
Text Example
White with #1E2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2251; }
p { color: rgb(30,34,81); }
H1.HeaderClassName
{
color: #1E2251;
}
.AnyTagClassName
{
color: #1E2251;
}
</style>
background-color css
<style>
a { background-color: #1E2251; }
a { background-color: rgb(30,34,81); }
div.DivClassName
{
background-color: #1E2251;
}
.BgClassName
{
background-color: #1E2251;
}
</style>
border-color css
<style>
span { border-color: #1E2251; }
span { border-color: rgb(30,34,81); }
td.TdClassName
{
border-color: #1E2251;
}
.TagClassName
{
border-color: #1E2251;
}
</style>