Shades of Lucky Point #182655
Tints of Lucky Point #182655
RGB
CMYK
RGB Variations
Color information
#182655 (or 0x182655) is known color: Lucky Point. HEX triplet: 18, 26 and 55. RGB value is (24,38,85). Sum of RGB (Red+Green+Blue) = 24+38+85=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #182655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182655 is #E7D9AA. Grayscale: #262626. Windows color (decimal): -15194539 or 5580312. OLE color: 5580312.
HSL color Cylindrical-coordinate representation of color #182655: hue angle of 226.23º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182655 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 38 | 85 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.67 |
| HSL | 226.23º | 0.56% | 0.21% | - |
| HSV(B) | 226.23º | 0.72% | 0.33% | - |
| XYZ | 2.71 | 2.24 | 8.88 | - |
| YUV | 39.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 85 | 0.72 | 0.55 | 0 | 0.67 | 226.23 | 0.56 | 0.21 |
| Hex | 18 | 26 | 55 | 48 | 37 | 0 | 43 | E2 | 38 | 15 |
| Octal | 30 | 46 | 125 | 110 | 67 | 0 | 103 | 342 | 70 | 25 |
| Binary | 11000 | 100110 | 1010101 | 1001000 | 110111 | 0 | 1000011 | 11100010 | 111000 | 10101 |
Color Harmonies of #182655
Complementary color
Monochromatic Colors of #182655
Black with #182655
Text Example
Text Example
White with #182655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182655; }
p { color: rgb(24,38,85); }
H1.HeaderClassName
{
color: #182655;
}
.AnyTagClassName
{
color: #182655;
}
</style>
background-color css
<style>
a { background-color: #182655; }
a { background-color: rgb(24,38,85); }
div.DivClassName
{
background-color: #182655;
}
.BgClassName
{
background-color: #182655;
}
</style>
border-color css
<style>
span { border-color: #182655; }
span { border-color: rgb(24,38,85); }
td.TdClassName
{
border-color: #182655;
}
.TagClassName
{
border-color: #182655;
}
</style>