Shades of Lucky Point #181C57
Tints of Lucky Point #181C57
RGB
CMYK
RGB Variations
Color information
#181C57 (or 0x181C57) is known color: Lucky Point. HEX triplet: 18, 1C and 57. RGB value is (24,28,87). Sum of RGB (Red+Green+Blue) = 24+28+87=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #181C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C57 is #E7E3A8. Grayscale: #212121. Windows color (decimal): -15197097 or 5708824. OLE color: 5708824.
HSL color Cylindrical-coordinate representation of color #181C57: hue angle of 236.19º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181C57 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 28 | 87 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.66 |
| HSL | 236.19º | 0.57% | 0.22% | - |
| HSV(B) | 236.19º | 0.72% | 0.34% | - |
| XYZ | 2.51 | 1.71 | 9.22 | - |
| YUV | 33.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 87 | 0.72 | 0.68 | 0 | 0.66 | 236.19 | 0.57 | 0.22 |
| Hex | 18 | 1C | 57 | 48 | 44 | 0 | 42 | EC | 39 | 16 |
| Octal | 30 | 34 | 127 | 110 | 104 | 0 | 102 | 354 | 71 | 26 |
| Binary | 11000 | 11100 | 1010111 | 1001000 | 1000100 | 0 | 1000010 | 11101100 | 111001 | 10110 |
Color Harmonies of #181C57
Complementary color
Monochromatic Colors of #181C57
Black with #181C57
Text Example
Text Example
White with #181C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C57; }
p { color: rgb(24,28,87); }
H1.HeaderClassName
{
color: #181C57;
}
.AnyTagClassName
{
color: #181C57;
}
</style>
background-color css
<style>
a { background-color: #181C57; }
a { background-color: rgb(24,28,87); }
div.DivClassName
{
background-color: #181C57;
}
.BgClassName
{
background-color: #181C57;
}
</style>
border-color css
<style>
span { border-color: #181C57; }
span { border-color: rgb(24,28,87); }
td.TdClassName
{
border-color: #181C57;
}
.TagClassName
{
border-color: #181C57;
}
</style>