Shades of Lucky Point #152450
Tints of Lucky Point #152450
RGB
CMYK
RGB Variations
Color information
#152450 (or 0x152450) is known color: Lucky Point. HEX triplet: 15, 24 and 50. RGB value is (21,36,80). Sum of RGB (Red+Green+Blue) = 21+36+80=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #152450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152450 is #EADBAF. Grayscale: #242424. Windows color (decimal): -15391664 or 5252117. OLE color: 5252117.
HSL color Cylindrical-coordinate representation of color #152450: hue angle of 224.75º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152450 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 36 | 80 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.69 |
| HSL | 224.75º | 0.58% | 0.2% | - |
| HSV(B) | 224.75º | 0.74% | 0.31% | - |
| XYZ | 2.39 | 2 | 7.85 | - |
| YUV | 36.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 80 | 0.74 | 0.55 | 0 | 0.69 | 224.75 | 0.58 | 0.2 |
| Hex | 15 | 24 | 50 | 4A | 37 | 0 | 45 | E1 | 3A | 14 |
| Octal | 25 | 44 | 120 | 112 | 67 | 0 | 105 | 341 | 72 | 24 |
| Binary | 10101 | 100100 | 1010000 | 1001010 | 110111 | 0 | 1000101 | 11100001 | 111010 | 10100 |
Color Harmonies of #152450
Complementary color
Monochromatic Colors of #152450
Black with #152450
Text Example
Text Example
White with #152450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152450; }
p { color: rgb(21,36,80); }
H1.HeaderClassName
{
color: #152450;
}
.AnyTagClassName
{
color: #152450;
}
</style>
background-color css
<style>
a { background-color: #152450; }
a { background-color: rgb(21,36,80); }
div.DivClassName
{
background-color: #152450;
}
.BgClassName
{
background-color: #152450;
}
</style>
border-color css
<style>
span { border-color: #152450; }
span { border-color: rgb(21,36,80); }
td.TdClassName
{
border-color: #152450;
}
.TagClassName
{
border-color: #152450;
}
</style>