Shades of Lucky Point #182155
Tints of Lucky Point #182155
RGB
CMYK
RGB Variations
Color information
#182155 (or 0x182155) is known color: Lucky Point. HEX triplet: 18, 21 and 55. RGB value is (24,33,85). Sum of RGB (Red+Green+Blue) = 24+33+85=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #182155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182155 is #E7DEAA. Grayscale: #242424. Windows color (decimal): -15195819 or 5579032. OLE color: 5579032.
HSL color Cylindrical-coordinate representation of color #182155: hue angle of 231.15º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182155 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 33 | 85 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.67 |
| HSL | 231.15º | 0.56% | 0.21% | - |
| HSV(B) | 231.15º | 0.72% | 0.33% | - |
| XYZ | 2.56 | 1.94 | 8.83 | - |
| YUV | 36.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 85 | 0.72 | 0.61 | 0 | 0.67 | 231.15 | 0.56 | 0.21 |
| Hex | 18 | 21 | 55 | 48 | 3D | 0 | 43 | E7 | 38 | 15 |
| Octal | 30 | 41 | 125 | 110 | 75 | 0 | 103 | 347 | 70 | 25 |
| Binary | 11000 | 100001 | 1010101 | 1001000 | 111101 | 0 | 1000011 | 11100111 | 111000 | 10101 |
Color Harmonies of #182155
Complementary color
Monochromatic Colors of #182155
Black with #182155
Text Example
Text Example
White with #182155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182155; }
p { color: rgb(24,33,85); }
H1.HeaderClassName
{
color: #182155;
}
.AnyTagClassName
{
color: #182155;
}
</style>
background-color css
<style>
a { background-color: #182155; }
a { background-color: rgb(24,33,85); }
div.DivClassName
{
background-color: #182155;
}
.BgClassName
{
background-color: #182155;
}
</style>
border-color css
<style>
span { border-color: #182155; }
span { border-color: rgb(24,33,85); }
td.TdClassName
{
border-color: #182155;
}
.TagClassName
{
border-color: #182155;
}
</style>