Shades of Lucky Point #152052
Tints of Lucky Point #152052
RGB
CMYK
RGB Variations
Color information
#152052 (or 0x152052) is known color: Lucky Point. HEX triplet: 15, 20 and 52. RGB value is (21,32,82). Sum of RGB (Red+Green+Blue) = 21+32+82=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #152052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152052 is #EADFAD. Grayscale: #222222. Windows color (decimal): -15392686 or 5382165. OLE color: 5382165.
HSL color Cylindrical-coordinate representation of color #152052: hue angle of 229.18º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152052 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 32 | 82 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.68 |
| HSL | 229.18º | 0.59% | 0.2% | - |
| HSV(B) | 229.18º | 0.74% | 0.32% | - |
| XYZ | 2.35 | 1.8 | 8.21 | - |
| YUV | 34.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 82 | 0.74 | 0.61 | 0 | 0.68 | 229.18 | 0.59 | 0.2 |
| Hex | 15 | 20 | 52 | 4A | 3D | 0 | 44 | E5 | 3B | 14 |
| Octal | 25 | 40 | 122 | 112 | 75 | 0 | 104 | 345 | 73 | 24 |
| Binary | 10101 | 100000 | 1010010 | 1001010 | 111101 | 0 | 1000100 | 11100101 | 111011 | 10100 |
Color Harmonies of #152052
Complementary color
Monochromatic Colors of #152052
Black with #152052
Text Example
Text Example
White with #152052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152052; }
p { color: rgb(21,32,82); }
H1.HeaderClassName
{
color: #152052;
}
.AnyTagClassName
{
color: #152052;
}
</style>
background-color css
<style>
a { background-color: #152052; }
a { background-color: rgb(21,32,82); }
div.DivClassName
{
background-color: #152052;
}
.BgClassName
{
background-color: #152052;
}
</style>
border-color css
<style>
span { border-color: #152052; }
span { border-color: rgb(21,32,82); }
td.TdClassName
{
border-color: #152052;
}
.TagClassName
{
border-color: #152052;
}
</style>