Shades of Lucky Point #18204D
Tints of Lucky Point #18204D
RGB
CMYK
RGB Variations
Color information
#18204D (or 0x18204D) is known color: Lucky Point. HEX triplet: 18, 20 and 4D. RGB value is (24,32,77). Sum of RGB (Red+Green+Blue) = 24+32+77=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #18204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18204D is #E7DFB2. Grayscale: #222222. Windows color (decimal): -15196083 or 5054488. OLE color: 5054488.
HSL color Cylindrical-coordinate representation of color #18204D: hue angle of 230.94º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18204D is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 32 | 77 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.70 |
| HSL | 230.94º | 0.52% | 0.2% | - |
| HSV(B) | 230.94º | 0.69% | 0.3% | - |
| XYZ | 2.23 | 1.76 | 7.24 | - |
| YUV | 34.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 77 | 0.69 | 0.58 | 0 | 0.70 | 230.94 | 0.52 | 0.2 |
| Hex | 18 | 20 | 4D | 45 | 3A | 0 | 46 | E7 | 34 | 14 |
| Octal | 30 | 40 | 115 | 105 | 72 | 0 | 106 | 347 | 64 | 24 |
| Binary | 11000 | 100000 | 1001101 | 1000101 | 111010 | 0 | 1000110 | 11100111 | 110100 | 10100 |
Color Harmonies of #18204D
Complementary color
Monochromatic Colors of #18204D
Black with #18204D
Text Example
Text Example
White with #18204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18204D; }
p { color: rgb(24,32,77); }
H1.HeaderClassName
{
color: #18204D;
}
.AnyTagClassName
{
color: #18204D;
}
</style>
background-color css
<style>
a { background-color: #18204D; }
a { background-color: rgb(24,32,77); }
div.DivClassName
{
background-color: #18204D;
}
.BgClassName
{
background-color: #18204D;
}
</style>
border-color css
<style>
span { border-color: #18204D; }
span { border-color: rgb(24,32,77); }
td.TdClassName
{
border-color: #18204D;
}
.TagClassName
{
border-color: #18204D;
}
</style>