Shades of Lucky Point #151E56
Tints of Lucky Point #151E56
RGB
CMYK
RGB Variations
Color information
#151E56 (or 0x151E56) is known color: Lucky Point. HEX triplet: 15, 1E and 56. RGB value is (21,30,86). Sum of RGB (Red+Green+Blue) = 21+30+86=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #151E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E56 is #EAE1A9. Grayscale: #212121. Windows color (decimal): -15393194 or 5643797. OLE color: 5643797.
HSL color Cylindrical-coordinate representation of color #151E56: hue angle of 231.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151E56 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 30 | 86 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.66 |
| HSL | 231.69º | 0.61% | 0.21% | - |
| HSV(B) | 231.69º | 0.76% | 0.34% | - |
| XYZ | 2.45 | 1.76 | 9.01 | - |
| YUV | 33.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 86 | 0.76 | 0.65 | 0 | 0.66 | 231.69 | 0.61 | 0.21 |
| Hex | 15 | 1E | 56 | 4C | 41 | 0 | 42 | E8 | 3D | 15 |
| Octal | 25 | 36 | 126 | 114 | 101 | 0 | 102 | 350 | 75 | 25 |
| Binary | 10101 | 11110 | 1010110 | 1001100 | 1000001 | 0 | 1000010 | 11101000 | 111101 | 10101 |
Color Harmonies of #151E56
Complementary color
Monochromatic Colors of #151E56
Black with #151E56
Text Example
Text Example
White with #151E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E56; }
p { color: rgb(21,30,86); }
H1.HeaderClassName
{
color: #151E56;
}
.AnyTagClassName
{
color: #151E56;
}
</style>
background-color css
<style>
a { background-color: #151E56; }
a { background-color: rgb(21,30,86); }
div.DivClassName
{
background-color: #151E56;
}
.BgClassName
{
background-color: #151E56;
}
</style>
border-color css
<style>
span { border-color: #151E56; }
span { border-color: rgb(21,30,86); }
td.TdClassName
{
border-color: #151E56;
}
.TagClassName
{
border-color: #151E56;
}
</style>