Shades of Lucky Point #182251
Tints of Lucky Point #182251
RGB
CMYK
RGB Variations
Color information
#182251 (or 0x182251) is known color: Lucky Point. HEX triplet: 18, 22 and 51. RGB value is (24,34,81). Sum of RGB (Red+Green+Blue) = 24+34+81=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #182251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182251 is #E7DDAE. Grayscale: #242424. Windows color (decimal): -15195567 or 5317144. OLE color: 5317144.
HSL color Cylindrical-coordinate representation of color #182251: hue angle of 229.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182251 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 34 | 81 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.68 |
| HSL | 229.47º | 0.54% | 0.21% | - |
| HSV(B) | 229.47º | 0.7% | 0.32% | - |
| XYZ | 2.43 | 1.93 | 8.03 | - |
| YUV | 36.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 81 | 0.70 | 0.58 | 0 | 0.68 | 229.47 | 0.54 | 0.21 |
| Hex | 18 | 22 | 51 | 46 | 3A | 0 | 44 | E5 | 36 | 15 |
| Octal | 30 | 42 | 121 | 106 | 72 | 0 | 104 | 345 | 66 | 25 |
| Binary | 11000 | 100010 | 1010001 | 1000110 | 111010 | 0 | 1000100 | 11100101 | 110110 | 10101 |
Color Harmonies of #182251
Complementary color
Monochromatic Colors of #182251
Black with #182251
Text Example
Text Example
White with #182251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182251; }
p { color: rgb(24,34,81); }
H1.HeaderClassName
{
color: #182251;
}
.AnyTagClassName
{
color: #182251;
}
</style>
background-color css
<style>
a { background-color: #182251; }
a { background-color: rgb(24,34,81); }
div.DivClassName
{
background-color: #182251;
}
.BgClassName
{
background-color: #182251;
}
</style>
border-color css
<style>
span { border-color: #182251; }
span { border-color: rgb(24,34,81); }
td.TdClassName
{
border-color: #182251;
}
.TagClassName
{
border-color: #182251;
}
</style>