Shades of Lucky Point #182259
Tints of Lucky Point #182259
RGB
CMYK
RGB Variations
Color information
#182259 (or 0x182259) is known color: Lucky Point. HEX triplet: 18, 22 and 59. RGB value is (24,34,89). Sum of RGB (Red+Green+Blue) = 24+34+89=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #182259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182259 is #E7DDA6. Grayscale: #252525. Windows color (decimal): -15195559 or 5841432. OLE color: 5841432.
HSL color Cylindrical-coordinate representation of color #182259: hue angle of 230.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182259 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 34 | 89 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.65 |
| HSL | 230.77º | 0.58% | 0.22% | - |
| HSV(B) | 230.77º | 0.73% | 0.35% | - |
| XYZ | 2.75 | 2.06 | 9.7 | - |
| YUV | 37.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 89 | 0.73 | 0.62 | 0 | 0.65 | 230.77 | 0.58 | 0.22 |
| Hex | 18 | 22 | 59 | 49 | 3E | 0 | 41 | E7 | 3A | 16 |
| Octal | 30 | 42 | 131 | 111 | 76 | 0 | 101 | 347 | 72 | 26 |
| Binary | 11000 | 100010 | 1011001 | 1001001 | 111110 | 0 | 1000001 | 11100111 | 111010 | 10110 |
Color Harmonies of #182259
Complementary color
Monochromatic Colors of #182259
Black with #182259
Text Example
Text Example
White with #182259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182259; }
p { color: rgb(24,34,89); }
H1.HeaderClassName
{
color: #182259;
}
.AnyTagClassName
{
color: #182259;
}
</style>
background-color css
<style>
a { background-color: #182259; }
a { background-color: rgb(24,34,89); }
div.DivClassName
{
background-color: #182259;
}
.BgClassName
{
background-color: #182259;
}
</style>
border-color css
<style>
span { border-color: #182259; }
span { border-color: rgb(24,34,89); }
td.TdClassName
{
border-color: #182259;
}
.TagClassName
{
border-color: #182259;
}
</style>