Shades of Lucky Point #181E56
Tints of Lucky Point #181E56
RGB
CMYK
RGB Variations
Color information
#181E56 (or 0x181E56) is known color: Lucky Point. HEX triplet: 18, 1E and 56. RGB value is (24,30,86). Sum of RGB (Red+Green+Blue) = 24+30+86=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #181E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E56 is #E7E1A9. Grayscale: #222222. Windows color (decimal): -15196586 or 5643800. OLE color: 5643800.
HSL color Cylindrical-coordinate representation of color #181E56: hue angle of 234.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181E56 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 30 | 86 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.66 |
| HSL | 234.19º | 0.56% | 0.22% | - |
| HSV(B) | 234.19º | 0.72% | 0.34% | - |
| XYZ | 2.52 | 1.79 | 9.02 | - |
| YUV | 34.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 86 | 0.72 | 0.65 | 0 | 0.66 | 234.19 | 0.56 | 0.22 |
| Hex | 18 | 1E | 56 | 48 | 41 | 0 | 42 | EA | 38 | 16 |
| Octal | 30 | 36 | 126 | 110 | 101 | 0 | 102 | 352 | 70 | 26 |
| Binary | 11000 | 11110 | 1010110 | 1001000 | 1000001 | 0 | 1000010 | 11101010 | 111000 | 10110 |
Color Harmonies of #181E56
Complementary color
Monochromatic Colors of #181E56
Black with #181E56
Text Example
Text Example
White with #181E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E56; }
p { color: rgb(24,30,86); }
H1.HeaderClassName
{
color: #181E56;
}
.AnyTagClassName
{
color: #181E56;
}
</style>
background-color css
<style>
a { background-color: #181E56; }
a { background-color: rgb(24,30,86); }
div.DivClassName
{
background-color: #181E56;
}
.BgClassName
{
background-color: #181E56;
}
</style>
border-color css
<style>
span { border-color: #181E56; }
span { border-color: rgb(24,30,86); }
td.TdClassName
{
border-color: #181E56;
}
.TagClassName
{
border-color: #181E56;
}
</style>