Shades of Lucky Point #151E50
Tints of Lucky Point #151E50
RGB
CMYK
RGB Variations
Color information
#151E50 (or 0x151E50) is known color: Lucky Point. HEX triplet: 15, 1E and 50. RGB value is (21,30,80). Sum of RGB (Red+Green+Blue) = 21+30+80=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #151E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E50 is #EAE1AF. Grayscale: #202020. Windows color (decimal): -15393200 or 5250581. OLE color: 5250581.
HSL color Cylindrical-coordinate representation of color #151E50: hue angle of 230.85º 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 #151E50 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 30 | 80 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.69 |
| HSL | 230.85º | 0.58% | 0.2% | - |
| HSV(B) | 230.85º | 0.74% | 0.31% | - |
| XYZ | 2.22 | 1.67 | 7.79 | - |
| YUV | 33.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 80 | 0.74 | 0.62 | 0 | 0.69 | 230.85 | 0.58 | 0.2 |
| Hex | 15 | 1E | 50 | 4A | 3E | 0 | 45 | E7 | 3A | 14 |
| Octal | 25 | 36 | 120 | 112 | 76 | 0 | 105 | 347 | 72 | 24 |
| Binary | 10101 | 11110 | 1010000 | 1001010 | 111110 | 0 | 1000101 | 11100111 | 111010 | 10100 |
Color Harmonies of #151E50
Complementary color
Monochromatic Colors of #151E50
Black with #151E50
Text Example
Text Example
White with #151E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E50; }
p { color: rgb(21,30,80); }
H1.HeaderClassName
{
color: #151E50;
}
.AnyTagClassName
{
color: #151E50;
}
</style>
background-color css
<style>
a { background-color: #151E50; }
a { background-color: rgb(21,30,80); }
div.DivClassName
{
background-color: #151E50;
}
.BgClassName
{
background-color: #151E50;
}
</style>
border-color css
<style>
span { border-color: #151E50; }
span { border-color: rgb(21,30,80); }
td.TdClassName
{
border-color: #151E50;
}
.TagClassName
{
border-color: #151E50;
}
</style>