Shades of Lucky Point #151D50
Tints of Lucky Point #151D50
RGB
CMYK
RGB Variations
Color information
#151D50 (or 0x151D50) is known color: Lucky Point. HEX triplet: 15, 1D and 50. RGB value is (21,29,80). Sum of RGB (Red+Green+Blue) = 21+29+80=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #151D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D50 is #EAE2AF. Grayscale: #202020. Windows color (decimal): -15393456 or 5250325. OLE color: 5250325.
HSL color Cylindrical-coordinate representation of color #151D50: hue angle of 231.86º 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 #151D50 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 29 | 80 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.69 |
| HSL | 231.86º | 0.58% | 0.2% | - |
| HSV(B) | 231.86º | 0.74% | 0.31% | - |
| XYZ | 2.2 | 1.62 | 7.79 | - |
| YUV | 32.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 80 | 0.74 | 0.64 | 0 | 0.69 | 231.86 | 0.58 | 0.2 |
| Hex | 15 | 1D | 50 | 4A | 40 | 0 | 45 | E8 | 3A | 14 |
| Octal | 25 | 35 | 120 | 112 | 100 | 0 | 105 | 350 | 72 | 24 |
| Binary | 10101 | 11101 | 1010000 | 1001010 | 1000000 | 0 | 1000101 | 11101000 | 111010 | 10100 |
Color Harmonies of #151D50
Complementary color
Monochromatic Colors of #151D50
Black with #151D50
Text Example
Text Example
White with #151D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D50; }
p { color: rgb(21,29,80); }
H1.HeaderClassName
{
color: #151D50;
}
.AnyTagClassName
{
color: #151D50;
}
</style>
background-color css
<style>
a { background-color: #151D50; }
a { background-color: rgb(21,29,80); }
div.DivClassName
{
background-color: #151D50;
}
.BgClassName
{
background-color: #151D50;
}
</style>
border-color css
<style>
span { border-color: #151D50; }
span { border-color: rgb(21,29,80); }
td.TdClassName
{
border-color: #151D50;
}
.TagClassName
{
border-color: #151D50;
}
</style>