Shades of Lucky Point #1E285B
Tints of Lucky Point #1E285B
RGB
CMYK
RGB Variations
Color information
#1E285B (or 0x1E285B) is known color: Lucky Point. HEX triplet: 1E, 28 and 5B. RGB value is (30,40,91). Sum of RGB (Red+Green+Blue) = 30+40+91=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E285B is #E1D7A4. Grayscale: #2A2A2A. Windows color (decimal): -14800805 or 5974046. OLE color: 5974046.
HSL color Cylindrical-coordinate representation of color #1E285B: hue angle of 230.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E285B is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 40 | 91 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.64 |
| HSL | 230.16º | 0.5% | 0.24% | - |
| HSV(B) | 230.16º | 0.67% | 0.36% | - |
| XYZ | 3.18 | 2.55 | 10.22 | - |
| YUV | 42.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 91 | 0.67 | 0.56 | 0 | 0.64 | 230.16 | 0.5 | 0.24 |
| Hex | 1E | 28 | 5B | 43 | 38 | 0 | 40 | E6 | 32 | 18 |
| Octal | 36 | 50 | 133 | 103 | 70 | 0 | 100 | 346 | 62 | 30 |
| Binary | 11110 | 101000 | 1011011 | 1000011 | 111000 | 0 | 1000000 | 11100110 | 110010 | 11000 |
Color Harmonies of #1E285B
Complementary color
Monochromatic Colors of #1E285B
Black with #1E285B
Text Example
Text Example
White with #1E285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E285B; }
p { color: rgb(30,40,91); }
H1.HeaderClassName
{
color: #1E285B;
}
.AnyTagClassName
{
color: #1E285B;
}
</style>
background-color css
<style>
a { background-color: #1E285B; }
a { background-color: rgb(30,40,91); }
div.DivClassName
{
background-color: #1E285B;
}
.BgClassName
{
background-color: #1E285B;
}
</style>
border-color css
<style>
span { border-color: #1E285B; }
span { border-color: rgb(30,40,91); }
td.TdClassName
{
border-color: #1E285B;
}
.TagClassName
{
border-color: #1E285B;
}
</style>