Shades of Lucky Point #1E2358
Tints of Lucky Point #1E2358
RGB
CMYK
RGB Variations
Color information
#1E2358 (or 0x1E2358) is known color: Lucky Point. HEX triplet: 1E, 23 and 58. RGB value is (30,35,88). Sum of RGB (Red+Green+Blue) = 30+35+88=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2358 is #E1DCA7. Grayscale: #272727. Windows color (decimal): -14802088 or 5776158. OLE color: 5776158.
HSL color Cylindrical-coordinate representation of color #1E2358: hue angle of 234.83º degrees, saturation: 0.49, 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 #1E2358 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 35 | 88 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.65 |
| HSL | 234.83º | 0.49% | 0.23% | - |
| HSV(B) | 234.83º | 0.66% | 0.35% | - |
| XYZ | 2.9 | 2.18 | 9.5 | - |
| YUV | 39.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 88 | 0.66 | 0.60 | 0 | 0.65 | 234.83 | 0.49 | 0.23 |
| Hex | 1E | 23 | 58 | 42 | 3C | 0 | 41 | EB | 31 | 17 |
| Octal | 36 | 43 | 130 | 102 | 74 | 0 | 101 | 353 | 61 | 27 |
| Binary | 11110 | 100011 | 1011000 | 1000010 | 111100 | 0 | 1000001 | 11101011 | 110001 | 10111 |
Color Harmonies of #1E2358
Complementary color
Monochromatic Colors of #1E2358
Black with #1E2358
Text Example
Text Example
White with #1E2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2358; }
p { color: rgb(30,35,88); }
H1.HeaderClassName
{
color: #1E2358;
}
.AnyTagClassName
{
color: #1E2358;
}
</style>
background-color css
<style>
a { background-color: #1E2358; }
a { background-color: rgb(30,35,88); }
div.DivClassName
{
background-color: #1E2358;
}
.BgClassName
{
background-color: #1E2358;
}
</style>
border-color css
<style>
span { border-color: #1E2358; }
span { border-color: rgb(30,35,88); }
td.TdClassName
{
border-color: #1E2358;
}
.TagClassName
{
border-color: #1E2358;
}
</style>