Shades of Lucky Point #1E225A
Tints of Lucky Point #1E225A
RGB
CMYK
RGB Variations
Color information
#1E225A (or 0x1E225A) is known color: Lucky Point. HEX triplet: 1E, 22 and 5A. RGB value is (30,34,90). Sum of RGB (Red+Green+Blue) = 30+34+90=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E225A is #E1DDA5. Grayscale: #262626. Windows color (decimal): -14802342 or 5906974. OLE color: 5906974.
HSL color Cylindrical-coordinate representation of color #1E225A: hue angle of 236º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E225A is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 34 | 90 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.65 |
| HSL | 236º | 0.5% | 0.24% | - |
| HSV(B) | 236º | 0.67% | 0.35% | - |
| XYZ | 2.95 | 2.16 | 9.93 | - |
| YUV | 39.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 90 | 0.67 | 0.62 | 0 | 0.65 | 236 | 0.5 | 0.24 |
| Hex | 1E | 22 | 5A | 43 | 3E | 0 | 41 | EC | 32 | 18 |
| Octal | 36 | 42 | 132 | 103 | 76 | 0 | 101 | 354 | 62 | 30 |
| Binary | 11110 | 100010 | 1011010 | 1000011 | 111110 | 0 | 1000001 | 11101100 | 110010 | 11000 |
Color Harmonies of #1E225A
Complementary color
Monochromatic Colors of #1E225A
Black with #1E225A
Text Example
Text Example
White with #1E225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E225A; }
p { color: rgb(30,34,90); }
H1.HeaderClassName
{
color: #1E225A;
}
.AnyTagClassName
{
color: #1E225A;
}
</style>
background-color css
<style>
a { background-color: #1E225A; }
a { background-color: rgb(30,34,90); }
div.DivClassName
{
background-color: #1E225A;
}
.BgClassName
{
background-color: #1E225A;
}
</style>
border-color css
<style>
span { border-color: #1E225A; }
span { border-color: rgb(30,34,90); }
td.TdClassName
{
border-color: #1E225A;
}
.TagClassName
{
border-color: #1E225A;
}
</style>