Shades of Lucky Point #181E50
Tints of Lucky Point #181E50
RGB
CMYK
RGB Variations
Color information
#181E50 (or 0x181E50) is known color: Lucky Point. HEX triplet: 18, 1E and 50. RGB value is (24,30,80). Sum of RGB (Red+Green+Blue) = 24+30+80=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #181E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E50 is #E7E1AF. Grayscale: #212121. Windows color (decimal): -15196592 or 5250584. OLE color: 5250584.
HSL color Cylindrical-coordinate representation of color #181E50: hue angle of 233.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181E50 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 30 | 80 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.69 |
| HSL | 233.57º | 0.54% | 0.2% | - |
| HSV(B) | 233.57º | 0.7% | 0.31% | - |
| XYZ | 2.29 | 1.7 | 7.8 | - |
| YUV | 33.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 80 | 0.70 | 0.62 | 0 | 0.69 | 233.57 | 0.54 | 0.2 |
| Hex | 18 | 1E | 50 | 46 | 3E | 0 | 45 | EA | 36 | 14 |
| Octal | 30 | 36 | 120 | 106 | 76 | 0 | 105 | 352 | 66 | 24 |
| Binary | 11000 | 11110 | 1010000 | 1000110 | 111110 | 0 | 1000101 | 11101010 | 110110 | 10100 |
Color Harmonies of #181E50
Complementary color
Monochromatic Colors of #181E50
Black with #181E50
Text Example
Text Example
White with #181E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E50; }
p { color: rgb(24,30,80); }
H1.HeaderClassName
{
color: #181E50;
}
.AnyTagClassName
{
color: #181E50;
}
</style>
background-color css
<style>
a { background-color: #181E50; }
a { background-color: rgb(24,30,80); }
div.DivClassName
{
background-color: #181E50;
}
.BgClassName
{
background-color: #181E50;
}
</style>
border-color css
<style>
span { border-color: #181E50; }
span { border-color: rgb(24,30,80); }
td.TdClassName
{
border-color: #181E50;
}
.TagClassName
{
border-color: #181E50;
}
</style>