Shades of Lucky Point #1E2248
Tints of Lucky Point #1E2248
RGB
CMYK
RGB Variations
Color information
#1E2248 (or 0x1E2248) is known color: Lucky Point. HEX triplet: 1E, 22 and 48. RGB value is (30,34,72). Sum of RGB (Red+Green+Blue) = 30+34+72=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2248 is #E1DDB7. Grayscale: #242424. Windows color (decimal): -14802360 or 4727326. OLE color: 4727326.
HSL color Cylindrical-coordinate representation of color #1E2248: hue angle of 234.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E2248 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 34 | 72 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.72 |
| HSL | 234.29º | 0.41% | 0.2% | - |
| HSV(B) | 234.29º | 0.58% | 0.28% | - |
| XYZ | 2.28 | 1.89 | 6.38 | - |
| YUV | 37.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 72 | 0.58 | 0.53 | 0 | 0.72 | 234.29 | 0.41 | 0.2 |
| Hex | 1E | 22 | 48 | 3A | 35 | 0 | 48 | EA | 29 | 14 |
| Octal | 36 | 42 | 110 | 72 | 65 | 0 | 110 | 352 | 51 | 24 |
| Binary | 11110 | 100010 | 1001000 | 111010 | 110101 | 0 | 1001000 | 11101010 | 101001 | 10100 |
Color Harmonies of #1E2248
Complementary color
Monochromatic Colors of #1E2248
Black with #1E2248
Text Example
Text Example
White with #1E2248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2248; }
p { color: rgb(30,34,72); }
H1.HeaderClassName
{
color: #1E2248;
}
.AnyTagClassName
{
color: #1E2248;
}
</style>
background-color css
<style>
a { background-color: #1E2248; }
a { background-color: rgb(30,34,72); }
div.DivClassName
{
background-color: #1E2248;
}
.BgClassName
{
background-color: #1E2248;
}
</style>
border-color css
<style>
span { border-color: #1E2248; }
span { border-color: rgb(30,34,72); }
td.TdClassName
{
border-color: #1E2248;
}
.TagClassName
{
border-color: #1E2248;
}
</style>