Shades of Lucky Point #182850
Tints of Lucky Point #182850
RGB
CMYK
RGB Variations
Color information
#182850 (or 0x182850) is known color: Lucky Point. HEX triplet: 18, 28 and 50. RGB value is (24,40,80). Sum of RGB (Red+Green+Blue) = 24+40+80=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #182850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182850 is #E7D7AF. Grayscale: #272727. Windows color (decimal): -15194032 or 5253144. OLE color: 5253144.
HSL color Cylindrical-coordinate representation of color #182850: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182850 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 40 | 80 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.69 |
| HSL | 222.86º | 0.54% | 0.2% | - |
| HSV(B) | 222.86º | 0.7% | 0.31% | - |
| XYZ | 2.58 | 2.29 | 7.9 | - |
| YUV | 39.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 80 | 0.70 | 0.5 | 0 | 0.69 | 222.86 | 0.54 | 0.2 |
| Hex | 18 | 28 | 50 | 46 | 32 | 0 | 45 | DF | 36 | 14 |
| Octal | 30 | 50 | 120 | 106 | 62 | 0 | 105 | 337 | 66 | 24 |
| Binary | 11000 | 101000 | 1010000 | 1000110 | 110010 | 0 | 1000101 | 11011111 | 110110 | 10100 |
Color Harmonies of #182850
Complementary color
Monochromatic Colors of #182850
Black with #182850
Text Example
Text Example
White with #182850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182850; }
p { color: rgb(24,40,80); }
H1.HeaderClassName
{
color: #182850;
}
.AnyTagClassName
{
color: #182850;
}
</style>
background-color css
<style>
a { background-color: #182850; }
a { background-color: rgb(24,40,80); }
div.DivClassName
{
background-color: #182850;
}
.BgClassName
{
background-color: #182850;
}
</style>
border-color css
<style>
span { border-color: #182850; }
span { border-color: rgb(24,40,80); }
td.TdClassName
{
border-color: #182850;
}
.TagClassName
{
border-color: #182850;
}
</style>