Shades of Lucky Point #182753
Tints of Lucky Point #182753
RGB
CMYK
RGB Variations
Color information
#182753 (or 0x182753) is known color: Lucky Point. HEX triplet: 18, 27 and 53. RGB value is (24,39,83). Sum of RGB (Red+Green+Blue) = 24+39+83=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #182753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182753 is #E7D8AC. Grayscale: #272727. Windows color (decimal): -15194285 or 5449496. OLE color: 5449496.
HSL color Cylindrical-coordinate representation of color #182753: hue angle of 224.75º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182753 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 39 | 83 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.67 |
| HSL | 224.75º | 0.55% | 0.21% | - |
| HSV(B) | 224.75º | 0.71% | 0.33% | - |
| XYZ | 2.66 | 2.27 | 8.48 | - |
| YUV | 39.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 83 | 0.71 | 0.53 | 0 | 0.67 | 224.75 | 0.55 | 0.21 |
| Hex | 18 | 27 | 53 | 47 | 35 | 0 | 43 | E1 | 37 | 15 |
| Octal | 30 | 47 | 123 | 107 | 65 | 0 | 103 | 341 | 67 | 25 |
| Binary | 11000 | 100111 | 1010011 | 1000111 | 110101 | 0 | 1000011 | 11100001 | 110111 | 10101 |
Color Harmonies of #182753
Complementary color
Monochromatic Colors of #182753
Black with #182753
Text Example
Text Example
White with #182753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182753; }
p { color: rgb(24,39,83); }
H1.HeaderClassName
{
color: #182753;
}
.AnyTagClassName
{
color: #182753;
}
</style>
background-color css
<style>
a { background-color: #182753; }
a { background-color: rgb(24,39,83); }
div.DivClassName
{
background-color: #182753;
}
.BgClassName
{
background-color: #182753;
}
</style>
border-color css
<style>
span { border-color: #182753; }
span { border-color: rgb(24,39,83); }
td.TdClassName
{
border-color: #182753;
}
.TagClassName
{
border-color: #182753;
}
</style>