Shades of Lucky Point #182653
Tints of Lucky Point #182653
RGB
CMYK
RGB Variations
Color information
#182653 (or 0x182653) is known color: Lucky Point. HEX triplet: 18, 26 and 53. RGB value is (24,38,83). Sum of RGB (Red+Green+Blue) = 24+38+83=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #182653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182653 is #E7D9AC. Grayscale: #262626. Windows color (decimal): -15194541 or 5449240. OLE color: 5449240.
HSL color Cylindrical-coordinate representation of color #182653: hue angle of 225.76º 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 #182653 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 38 | 83 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.67 |
| HSL | 225.76º | 0.55% | 0.21% | - |
| HSV(B) | 225.76º | 0.71% | 0.33% | - |
| XYZ | 2.63 | 2.2 | 8.47 | - |
| YUV | 38.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 83 | 0.71 | 0.54 | 0 | 0.67 | 225.76 | 0.55 | 0.21 |
| Hex | 18 | 26 | 53 | 47 | 36 | 0 | 43 | E2 | 37 | 15 |
| Octal | 30 | 46 | 123 | 107 | 66 | 0 | 103 | 342 | 67 | 25 |
| Binary | 11000 | 100110 | 1010011 | 1000111 | 110110 | 0 | 1000011 | 11100010 | 110111 | 10101 |
Color Harmonies of #182653
Complementary color
Monochromatic Colors of #182653
Black with #182653
Text Example
Text Example
White with #182653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182653; }
p { color: rgb(24,38,83); }
H1.HeaderClassName
{
color: #182653;
}
.AnyTagClassName
{
color: #182653;
}
</style>
background-color css
<style>
a { background-color: #182653; }
a { background-color: rgb(24,38,83); }
div.DivClassName
{
background-color: #182653;
}
.BgClassName
{
background-color: #182653;
}
</style>
border-color css
<style>
span { border-color: #182653; }
span { border-color: rgb(24,38,83); }
td.TdClassName
{
border-color: #182653;
}
.TagClassName
{
border-color: #182653;
}
</style>