Shades of Lucky Point #1E2B5D
Tints of Lucky Point #1E2B5D
RGB
CMYK
RGB Variations
Color information
#1E2B5D (or 0x1E2B5D) is known color: Lucky Point. HEX triplet: 1E, 2B and 5D. RGB value is (30,43,93). Sum of RGB (Red+Green+Blue) = 30+43+93=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E2B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B5D is #E1D4A2. Grayscale: #2C2C2C. Windows color (decimal): -14800035 or 6105886. OLE color: 6105886.
HSL color Cylindrical-coordinate representation of color #1E2B5D: hue angle of 227.62º 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 #1E2B5D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 43 | 93 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.64 |
| HSL | 227.62º | 0.51% | 0.24% | - |
| HSV(B) | 227.62º | 0.68% | 0.36% | - |
| XYZ | 3.38 | 2.79 | 10.72 | - |
| YUV | 44.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 93 | 0.68 | 0.54 | 0 | 0.64 | 227.62 | 0.51 | 0.24 |
| Hex | 1E | 2B | 5D | 44 | 36 | 0 | 40 | E4 | 33 | 18 |
| Octal | 36 | 53 | 135 | 104 | 66 | 0 | 100 | 344 | 63 | 30 |
| Binary | 11110 | 101011 | 1011101 | 1000100 | 110110 | 0 | 1000000 | 11100100 | 110011 | 11000 |
Color Harmonies of #1E2B5D
Complementary color
Monochromatic Colors of #1E2B5D
Black with #1E2B5D
Text Example
Text Example
White with #1E2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B5D; }
p { color: rgb(30,43,93); }
H1.HeaderClassName
{
color: #1E2B5D;
}
.AnyTagClassName
{
color: #1E2B5D;
}
</style>
background-color css
<style>
a { background-color: #1E2B5D; }
a { background-color: rgb(30,43,93); }
div.DivClassName
{
background-color: #1E2B5D;
}
.BgClassName
{
background-color: #1E2B5D;
}
</style>
border-color css
<style>
span { border-color: #1E2B5D; }
span { border-color: rgb(30,43,93); }
td.TdClassName
{
border-color: #1E2B5D;
}
.TagClassName
{
border-color: #1E2B5D;
}
</style>