Shades of Lucky Point #182956
Tints of Lucky Point #182956
RGB
CMYK
RGB Variations
Color information
#182956 (or 0x182956) is known color: Lucky Point. HEX triplet: 18, 29 and 56. RGB value is (24,41,86). Sum of RGB (Red+Green+Blue) = 24+41+86=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #182956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182956 is #E7D6A9. Grayscale: #282828. Windows color (decimal): -15193770 or 5646616. OLE color: 5646616.
HSL color Cylindrical-coordinate representation of color #182956: hue angle of 223.55º degrees, saturation: 0.56, 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 #182956 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 41 | 86 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.66 |
| HSL | 223.55º | 0.56% | 0.22% | - |
| HSV(B) | 223.55º | 0.72% | 0.34% | - |
| XYZ | 2.85 | 2.45 | 9.13 | - |
| YUV | 41.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 86 | 0.72 | 0.52 | 0 | 0.66 | 223.55 | 0.56 | 0.22 |
| Hex | 18 | 29 | 56 | 48 | 34 | 0 | 42 | E0 | 38 | 16 |
| Octal | 30 | 51 | 126 | 110 | 64 | 0 | 102 | 340 | 70 | 26 |
| Binary | 11000 | 101001 | 1010110 | 1001000 | 110100 | 0 | 1000010 | 11100000 | 111000 | 10110 |
Color Harmonies of #182956
Complementary color
Monochromatic Colors of #182956
Black with #182956
Text Example
Text Example
White with #182956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182956; }
p { color: rgb(24,41,86); }
H1.HeaderClassName
{
color: #182956;
}
.AnyTagClassName
{
color: #182956;
}
</style>
background-color css
<style>
a { background-color: #182956; }
a { background-color: rgb(24,41,86); }
div.DivClassName
{
background-color: #182956;
}
.BgClassName
{
background-color: #182956;
}
</style>
border-color css
<style>
span { border-color: #182956; }
span { border-color: rgb(24,41,86); }
td.TdClassName
{
border-color: #182956;
}
.TagClassName
{
border-color: #182956;
}
</style>