Shades of Lucky Point #18235A
Tints of Lucky Point #18235A
RGB
CMYK
RGB Variations
Color information
#18235A (or 0x18235A) is known color: Lucky Point. HEX triplet: 18, 23 and 5A. RGB value is (24,35,90). Sum of RGB (Red+Green+Blue) = 24+35+90=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #18235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18235A is #E7DCA5. Grayscale: #252525. Windows color (decimal): -15195302 or 5907224. OLE color: 5907224.
HSL color Cylindrical-coordinate representation of color #18235A: hue angle of 230º 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 #18235A is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 35 | 90 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.65 |
| HSL | 230º | 0.58% | 0.22% | - |
| HSV(B) | 230º | 0.73% | 0.35% | - |
| XYZ | 2.82 | 2.13 | 9.94 | - |
| YUV | 37.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 90 | 0.73 | 0.61 | 0 | 0.65 | 230 | 0.58 | 0.22 |
| Hex | 18 | 23 | 5A | 49 | 3D | 0 | 41 | E6 | 3A | 16 |
| Octal | 30 | 43 | 132 | 111 | 75 | 0 | 101 | 346 | 72 | 26 |
| Binary | 11000 | 100011 | 1011010 | 1001001 | 111101 | 0 | 1000001 | 11100110 | 111010 | 10110 |
Color Harmonies of #18235A
Complementary color
Monochromatic Colors of #18235A
Black with #18235A
Text Example
Text Example
White with #18235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18235A; }
p { color: rgb(24,35,90); }
H1.HeaderClassName
{
color: #18235A;
}
.AnyTagClassName
{
color: #18235A;
}
</style>
background-color css
<style>
a { background-color: #18235A; }
a { background-color: rgb(24,35,90); }
div.DivClassName
{
background-color: #18235A;
}
.BgClassName
{
background-color: #18235A;
}
</style>
border-color css
<style>
span { border-color: #18235A; }
span { border-color: rgb(24,35,90); }
td.TdClassName
{
border-color: #18235A;
}
.TagClassName
{
border-color: #18235A;
}
</style>