Shades of Lucky Point #1E235A
Tints of Lucky Point #1E235A
RGB
CMYK
RGB Variations
Color information
#1E235A (or 0x1E235A) is known color: Lucky Point. HEX triplet: 1E, 23 and 5A. RGB value is (30,35,90). Sum of RGB (Red+Green+Blue) = 30+35+90=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E235A is #E1DCA5. Grayscale: #272727. Windows color (decimal): -14802086 or 5907230. OLE color: 5907230.
HSL color Cylindrical-coordinate representation of color #1E235A: hue angle of 235º 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 #1E235A is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 35 | 90 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.65 |
| HSL | 235º | 0.5% | 0.24% | - |
| HSV(B) | 235º | 0.67% | 0.35% | - |
| XYZ | 2.98 | 2.22 | 9.94 | - |
| YUV | 39.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 90 | 0.67 | 0.61 | 0 | 0.65 | 235 | 0.5 | 0.24 |
| Hex | 1E | 23 | 5A | 43 | 3D | 0 | 41 | EB | 32 | 18 |
| Octal | 36 | 43 | 132 | 103 | 75 | 0 | 101 | 353 | 62 | 30 |
| Binary | 11110 | 100011 | 1011010 | 1000011 | 111101 | 0 | 1000001 | 11101011 | 110010 | 11000 |
Color Harmonies of #1E235A
Complementary color
Monochromatic Colors of #1E235A
Black with #1E235A
Text Example
Text Example
White with #1E235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E235A; }
p { color: rgb(30,35,90); }
H1.HeaderClassName
{
color: #1E235A;
}
.AnyTagClassName
{
color: #1E235A;
}
</style>
background-color css
<style>
a { background-color: #1E235A; }
a { background-color: rgb(30,35,90); }
div.DivClassName
{
background-color: #1E235A;
}
.BgClassName
{
background-color: #1E235A;
}
</style>
border-color css
<style>
span { border-color: #1E235A; }
span { border-color: rgb(30,35,90); }
td.TdClassName
{
border-color: #1E235A;
}
.TagClassName
{
border-color: #1E235A;
}
</style>