Shades of Lucky Point #182057
Tints of Lucky Point #182057
RGB
CMYK
RGB Variations
Color information
#182057 (or 0x182057) is known color: Lucky Point. HEX triplet: 18, 20 and 57. RGB value is (24,32,87). Sum of RGB (Red+Green+Blue) = 24+32+87=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #182057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182057 is #E7DFA8. Grayscale: #232323. Windows color (decimal): -15196073 or 5709848. OLE color: 5709848.
HSL color Cylindrical-coordinate representation of color #182057: hue angle of 232.38º 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 #182057 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 32 | 87 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.66 |
| HSL | 232.38º | 0.57% | 0.22% | - |
| HSV(B) | 232.38º | 0.72% | 0.34% | - |
| XYZ | 2.61 | 1.92 | 9.25 | - |
| YUV | 35.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 87 | 0.72 | 0.63 | 0 | 0.66 | 232.38 | 0.57 | 0.22 |
| Hex | 18 | 20 | 57 | 48 | 3F | 0 | 42 | E8 | 39 | 16 |
| Octal | 30 | 40 | 127 | 110 | 77 | 0 | 102 | 350 | 71 | 26 |
| Binary | 11000 | 100000 | 1010111 | 1001000 | 111111 | 0 | 1000010 | 11101000 | 111001 | 10110 |
Color Harmonies of #182057
Complementary color
Monochromatic Colors of #182057
Black with #182057
Text Example
Text Example
White with #182057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182057; }
p { color: rgb(24,32,87); }
H1.HeaderClassName
{
color: #182057;
}
.AnyTagClassName
{
color: #182057;
}
</style>
background-color css
<style>
a { background-color: #182057; }
a { background-color: rgb(24,32,87); }
div.DivClassName
{
background-color: #182057;
}
.BgClassName
{
background-color: #182057;
}
</style>
border-color css
<style>
span { border-color: #182057; }
span { border-color: rgb(24,32,87); }
td.TdClassName
{
border-color: #182057;
}
.TagClassName
{
border-color: #182057;
}
</style>