Shades of Lucky Point #1E204E
Tints of Lucky Point #1E204E
RGB
CMYK
RGB Variations
Color information
#1E204E (or 0x1E204E) is known color: Lucky Point. HEX triplet: 1E, 20 and 4E. RGB value is (30,32,78). Sum of RGB (Red+Green+Blue) = 30+32+78=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E204E is #E1DFB1. Grayscale: #242424. Windows color (decimal): -14802866 or 5120030. OLE color: 5120030.
HSL color Cylindrical-coordinate representation of color #1E204E: hue angle of 237.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E204E is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 32 | 78 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.69 |
| HSL | 237.5º | 0.44% | 0.21% | - |
| HSV(B) | 237.5º | 0.62% | 0.31% | - |
| XYZ | 2.43 | 1.86 | 7.44 | - |
| YUV | 36.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 78 | 0.62 | 0.59 | 0 | 0.69 | 237.5 | 0.44 | 0.21 |
| Hex | 1E | 20 | 4E | 3E | 3B | 0 | 45 | EE | 2C | 15 |
| Octal | 36 | 40 | 116 | 76 | 73 | 0 | 105 | 356 | 54 | 25 |
| Binary | 11110 | 100000 | 1001110 | 111110 | 111011 | 0 | 1000101 | 11101110 | 101100 | 10101 |
Color Harmonies of #1E204E
Complementary color
Monochromatic Colors of #1E204E
Black with #1E204E
Text Example
Text Example
White with #1E204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E204E; }
p { color: rgb(30,32,78); }
H1.HeaderClassName
{
color: #1E204E;
}
.AnyTagClassName
{
color: #1E204E;
}
</style>
background-color css
<style>
a { background-color: #1E204E; }
a { background-color: rgb(30,32,78); }
div.DivClassName
{
background-color: #1E204E;
}
.BgClassName
{
background-color: #1E204E;
}
</style>
border-color css
<style>
span { border-color: #1E204E; }
span { border-color: rgb(30,32,78); }
td.TdClassName
{
border-color: #1E204E;
}
.TagClassName
{
border-color: #1E204E;
}
</style>