Shades of Lucky Point #181C55
Tints of Lucky Point #181C55
RGB
CMYK
RGB Variations
Color information
#181C55 (or 0x181C55) is known color: Lucky Point. HEX triplet: 18, 1C and 55. RGB value is (24,28,85). Sum of RGB (Red+Green+Blue) = 24+28+85=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #181C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C55 is #E7E3AA. Grayscale: #212121. Windows color (decimal): -15197099 or 5577752. OLE color: 5577752.
HSL color Cylindrical-coordinate representation of color #181C55: hue angle of 236.07º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181C55 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 28 | 85 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.67 |
| HSL | 236.07º | 0.56% | 0.21% | - |
| HSV(B) | 236.07º | 0.72% | 0.33% | - |
| XYZ | 2.43 | 1.68 | 8.79 | - |
| YUV | 33.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 85 | 0.72 | 0.67 | 0 | 0.67 | 236.07 | 0.56 | 0.21 |
| Hex | 18 | 1C | 55 | 48 | 43 | 0 | 43 | EC | 38 | 15 |
| Octal | 30 | 34 | 125 | 110 | 103 | 0 | 103 | 354 | 70 | 25 |
| Binary | 11000 | 11100 | 1010101 | 1001000 | 1000011 | 0 | 1000011 | 11101100 | 111000 | 10101 |
Color Harmonies of #181C55
Complementary color
Monochromatic Colors of #181C55
Black with #181C55
Text Example
Text Example
White with #181C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C55; }
p { color: rgb(24,28,85); }
H1.HeaderClassName
{
color: #181C55;
}
.AnyTagClassName
{
color: #181C55;
}
</style>
background-color css
<style>
a { background-color: #181C55; }
a { background-color: rgb(24,28,85); }
div.DivClassName
{
background-color: #181C55;
}
.BgClassName
{
background-color: #181C55;
}
</style>
border-color css
<style>
span { border-color: #181C55; }
span { border-color: rgb(24,28,85); }
td.TdClassName
{
border-color: #181C55;
}
.TagClassName
{
border-color: #181C55;
}
</style>