Shades of Lucky Point #182752
Tints of Lucky Point #182752
RGB
CMYK
RGB Variations
Color information
#182752 (or 0x182752) is known color: Lucky Point. HEX triplet: 18, 27 and 52. RGB value is (24,39,82). Sum of RGB (Red+Green+Blue) = 24+39+82=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #182752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182752 is #E7D8AD. Grayscale: #272727. Windows color (decimal): -15194286 or 5383960. OLE color: 5383960.
HSL color Cylindrical-coordinate representation of color #182752: hue angle of 224.48º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182752 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 39 | 82 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.68 |
| HSL | 224.48º | 0.55% | 0.21% | - |
| HSV(B) | 224.48º | 0.71% | 0.32% | - |
| XYZ | 2.63 | 2.25 | 8.28 | - |
| YUV | 39.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 82 | 0.71 | 0.52 | 0 | 0.68 | 224.48 | 0.55 | 0.21 |
| Hex | 18 | 27 | 52 | 47 | 34 | 0 | 44 | E0 | 37 | 15 |
| Octal | 30 | 47 | 122 | 107 | 64 | 0 | 104 | 340 | 67 | 25 |
| Binary | 11000 | 100111 | 1010010 | 1000111 | 110100 | 0 | 1000100 | 11100000 | 110111 | 10101 |
Color Harmonies of #182752
Complementary color
Monochromatic Colors of #182752
Black with #182752
Text Example
Text Example
White with #182752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182752; }
p { color: rgb(24,39,82); }
H1.HeaderClassName
{
color: #182752;
}
.AnyTagClassName
{
color: #182752;
}
</style>
background-color css
<style>
a { background-color: #182752; }
a { background-color: rgb(24,39,82); }
div.DivClassName
{
background-color: #182752;
}
.BgClassName
{
background-color: #182752;
}
</style>
border-color css
<style>
span { border-color: #182752; }
span { border-color: rgb(24,39,82); }
td.TdClassName
{
border-color: #182752;
}
.TagClassName
{
border-color: #182752;
}
</style>