Shades of Lucky Point #182256
Tints of Lucky Point #182256
RGB
CMYK
RGB Variations
Color information
#182256 (or 0x182256) is known color: Lucky Point. HEX triplet: 18, 22 and 56. RGB value is (24,34,86). Sum of RGB (Red+Green+Blue) = 24+34+86=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #182256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182256 is #E7DDA9. Grayscale: #242424. Windows color (decimal): -15195562 or 5644824. OLE color: 5644824.
HSL color Cylindrical-coordinate representation of color #182256: hue angle of 230.32º 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 #182256 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 34 | 86 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.66 |
| HSL | 230.32º | 0.56% | 0.22% | - |
| HSV(B) | 230.32º | 0.72% | 0.34% | - |
| XYZ | 2.63 | 2.01 | 9.05 | - |
| YUV | 36.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 86 | 0.72 | 0.60 | 0 | 0.66 | 230.32 | 0.56 | 0.22 |
| Hex | 18 | 22 | 56 | 48 | 3C | 0 | 42 | E6 | 38 | 16 |
| Octal | 30 | 42 | 126 | 110 | 74 | 0 | 102 | 346 | 70 | 26 |
| Binary | 11000 | 100010 | 1010110 | 1001000 | 111100 | 0 | 1000010 | 11100110 | 111000 | 10110 |
Color Harmonies of #182256
Complementary color
Monochromatic Colors of #182256
Black with #182256
Text Example
Text Example
White with #182256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182256; }
p { color: rgb(24,34,86); }
H1.HeaderClassName
{
color: #182256;
}
.AnyTagClassName
{
color: #182256;
}
</style>
background-color css
<style>
a { background-color: #182256; }
a { background-color: rgb(24,34,86); }
div.DivClassName
{
background-color: #182256;
}
.BgClassName
{
background-color: #182256;
}
</style>
border-color css
<style>
span { border-color: #182256; }
span { border-color: rgb(24,34,86); }
td.TdClassName
{
border-color: #182256;
}
.TagClassName
{
border-color: #182256;
}
</style>