Shades of Lucky Point #182551
Tints of Lucky Point #182551
RGB
CMYK
RGB Variations
Color information
#182551 (or 0x182551) is known color: Lucky Point. HEX triplet: 18, 25 and 51. RGB value is (24,37,81). Sum of RGB (Red+Green+Blue) = 24+37+81=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #182551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182551 is #E7DAAE. Grayscale: #252525. Windows color (decimal): -15194799 or 5317912. OLE color: 5317912.
HSL color Cylindrical-coordinate representation of color #182551: hue angle of 226.32º 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 #182551 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 37 | 81 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.68 |
| HSL | 226.32º | 0.54% | 0.21% | - |
| HSV(B) | 226.32º | 0.7% | 0.32% | - |
| XYZ | 2.52 | 2.11 | 8.06 | - |
| YUV | 38.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 81 | 0.70 | 0.54 | 0 | 0.68 | 226.32 | 0.54 | 0.21 |
| Hex | 18 | 25 | 51 | 46 | 36 | 0 | 44 | E2 | 36 | 15 |
| Octal | 30 | 45 | 121 | 106 | 66 | 0 | 104 | 342 | 66 | 25 |
| Binary | 11000 | 100101 | 1010001 | 1000110 | 110110 | 0 | 1000100 | 11100010 | 110110 | 10101 |
Color Harmonies of #182551
Complementary color
Monochromatic Colors of #182551
Black with #182551
Text Example
Text Example
White with #182551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182551; }
p { color: rgb(24,37,81); }
H1.HeaderClassName
{
color: #182551;
}
.AnyTagClassName
{
color: #182551;
}
</style>
background-color css
<style>
a { background-color: #182551; }
a { background-color: rgb(24,37,81); }
div.DivClassName
{
background-color: #182551;
}
.BgClassName
{
background-color: #182551;
}
</style>
border-color css
<style>
span { border-color: #182551; }
span { border-color: rgb(24,37,81); }
td.TdClassName
{
border-color: #182551;
}
.TagClassName
{
border-color: #182551;
}
</style>