Shades of Lucky Point #182A55
Tints of Lucky Point #182A55
RGB
CMYK
RGB Variations
Color information
#182A55 (or 0x182A55) is known color: Lucky Point. HEX triplet: 18, 2A and 55. RGB value is (24,42,85). Sum of RGB (Red+Green+Blue) = 24+42+85=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #182A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A55 is #E7D5AA. Grayscale: #292929. Windows color (decimal): -15193515 or 5581336. OLE color: 5581336.
HSL color Cylindrical-coordinate representation of color #182A55: hue angle of 222.3º 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 #182A55 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 42 | 85 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.67 |
| HSL | 222.3º | 0.56% | 0.21% | - |
| HSV(B) | 222.3º | 0.72% | 0.33% | - |
| XYZ | 2.84 | 2.51 | 8.93 | - |
| YUV | 41.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 85 | 0.72 | 0.51 | 0 | 0.67 | 222.3 | 0.56 | 0.21 |
| Hex | 18 | 2A | 55 | 48 | 33 | 0 | 43 | DE | 38 | 15 |
| Octal | 30 | 52 | 125 | 110 | 63 | 0 | 103 | 336 | 70 | 25 |
| Binary | 11000 | 101010 | 1010101 | 1001000 | 110011 | 0 | 1000011 | 11011110 | 111000 | 10101 |
Color Harmonies of #182A55
Complementary color
Monochromatic Colors of #182A55
Black with #182A55
Text Example
Text Example
White with #182A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A55; }
p { color: rgb(24,42,85); }
H1.HeaderClassName
{
color: #182A55;
}
.AnyTagClassName
{
color: #182A55;
}
</style>
background-color css
<style>
a { background-color: #182A55; }
a { background-color: rgb(24,42,85); }
div.DivClassName
{
background-color: #182A55;
}
.BgClassName
{
background-color: #182A55;
}
</style>
border-color css
<style>
span { border-color: #182A55; }
span { border-color: rgb(24,42,85); }
td.TdClassName
{
border-color: #182A55;
}
.TagClassName
{
border-color: #182A55;
}
</style>