Shades of Lucky Point #182851
Tints of Lucky Point #182851
RGB
CMYK
RGB Variations
Color information
#182851 (or 0x182851) is known color: Lucky Point. HEX triplet: 18, 28 and 51. RGB value is (24,40,81). Sum of RGB (Red+Green+Blue) = 24+40+81=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #182851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182851 is #E7D7AE. Grayscale: #272727. Windows color (decimal): -15194031 or 5318680. OLE color: 5318680.
HSL color Cylindrical-coordinate representation of color #182851: hue angle of 223.16º 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 #182851 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 40 | 81 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.68 |
| HSL | 223.16º | 0.54% | 0.21% | - |
| HSV(B) | 223.16º | 0.7% | 0.32% | - |
| XYZ | 2.62 | 2.31 | 8.09 | - |
| YUV | 39.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 81 | 0.70 | 0.51 | 0 | 0.68 | 223.16 | 0.54 | 0.21 |
| Hex | 18 | 28 | 51 | 46 | 33 | 0 | 44 | DF | 36 | 15 |
| Octal | 30 | 50 | 121 | 106 | 63 | 0 | 104 | 337 | 66 | 25 |
| Binary | 11000 | 101000 | 1010001 | 1000110 | 110011 | 0 | 1000100 | 11011111 | 110110 | 10101 |
Color Harmonies of #182851
Complementary color
Monochromatic Colors of #182851
Black with #182851
Text Example
Text Example
White with #182851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182851; }
p { color: rgb(24,40,81); }
H1.HeaderClassName
{
color: #182851;
}
.AnyTagClassName
{
color: #182851;
}
</style>
background-color css
<style>
a { background-color: #182851; }
a { background-color: rgb(24,40,81); }
div.DivClassName
{
background-color: #182851;
}
.BgClassName
{
background-color: #182851;
}
</style>
border-color css
<style>
span { border-color: #182851; }
span { border-color: rgb(24,40,81); }
td.TdClassName
{
border-color: #182851;
}
.TagClassName
{
border-color: #182851;
}
</style>