Shades of Lucky Point #1E245D
Tints of Lucky Point #1E245D
RGB
CMYK
RGB Variations
Color information
#1E245D (or 0x1E245D) is known color: Lucky Point. HEX triplet: 1E, 24 and 5D. RGB value is (30,36,93). Sum of RGB (Red+Green+Blue) = 30+36+93=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E245D is #E1DBA2. Grayscale: #282828. Windows color (decimal): -14801827 or 6104094. OLE color: 6104094.
HSL color Cylindrical-coordinate representation of color #1E245D: hue angle of 234.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E245D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 36 | 93 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.64 |
| HSL | 234.29º | 0.51% | 0.24% | - |
| HSV(B) | 234.29º | 0.68% | 0.36% | - |
| XYZ | 3.14 | 2.33 | 10.64 | - |
| YUV | 40.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 93 | 0.68 | 0.61 | 0 | 0.64 | 234.29 | 0.51 | 0.24 |
| Hex | 1E | 24 | 5D | 44 | 3D | 0 | 40 | EA | 33 | 18 |
| Octal | 36 | 44 | 135 | 104 | 75 | 0 | 100 | 352 | 63 | 30 |
| Binary | 11110 | 100100 | 1011101 | 1000100 | 111101 | 0 | 1000000 | 11101010 | 110011 | 11000 |
Color Harmonies of #1E245D
Complementary color
Monochromatic Colors of #1E245D
Black with #1E245D
Text Example
Text Example
White with #1E245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E245D; }
p { color: rgb(30,36,93); }
H1.HeaderClassName
{
color: #1E245D;
}
.AnyTagClassName
{
color: #1E245D;
}
</style>
background-color css
<style>
a { background-color: #1E245D; }
a { background-color: rgb(30,36,93); }
div.DivClassName
{
background-color: #1E245D;
}
.BgClassName
{
background-color: #1E245D;
}
</style>
border-color css
<style>
span { border-color: #1E245D; }
span { border-color: rgb(30,36,93); }
td.TdClassName
{
border-color: #1E245D;
}
.TagClassName
{
border-color: #1E245D;
}
</style>