Shades of Lucky Point #152253
Tints of Lucky Point #152253
RGB
CMYK
RGB Variations
Color information
#152253 (or 0x152253) is known color: Lucky Point. HEX triplet: 15, 22 and 53. RGB value is (21,34,83). Sum of RGB (Red+Green+Blue) = 21+34+83=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #152253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152253 is #EADDAC. Grayscale: #232323. Windows color (decimal): -15392173 or 5448213. OLE color: 5448213.
HSL color Cylindrical-coordinate representation of color #152253: hue angle of 227.42º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152253 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 34 | 83 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.67 |
| HSL | 227.42º | 0.6% | 0.2% | - |
| HSV(B) | 227.42º | 0.75% | 0.33% | - |
| XYZ | 2.44 | 1.93 | 8.43 | - |
| YUV | 35.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 83 | 0.75 | 0.59 | 0 | 0.67 | 227.42 | 0.6 | 0.2 |
| Hex | 15 | 22 | 53 | 4B | 3B | 0 | 43 | E3 | 3C | 14 |
| Octal | 25 | 42 | 123 | 113 | 73 | 0 | 103 | 343 | 74 | 24 |
| Binary | 10101 | 100010 | 1010011 | 1001011 | 111011 | 0 | 1000011 | 11100011 | 111100 | 10100 |
Color Harmonies of #152253
Complementary color
Monochromatic Colors of #152253
Black with #152253
Text Example
Text Example
White with #152253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152253; }
p { color: rgb(21,34,83); }
H1.HeaderClassName
{
color: #152253;
}
.AnyTagClassName
{
color: #152253;
}
</style>
background-color css
<style>
a { background-color: #152253; }
a { background-color: rgb(21,34,83); }
div.DivClassName
{
background-color: #152253;
}
.BgClassName
{
background-color: #152253;
}
</style>
border-color css
<style>
span { border-color: #152253; }
span { border-color: rgb(21,34,83); }
td.TdClassName
{
border-color: #152253;
}
.TagClassName
{
border-color: #152253;
}
</style>