Shades of Lucky Point #151C56
Tints of Lucky Point #151C56
RGB
CMYK
RGB Variations
Color information
#151C56 (or 0x151C56) is known color: Lucky Point. HEX triplet: 15, 1C and 56. RGB value is (21,28,86). Sum of RGB (Red+Green+Blue) = 21+28+86=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #151C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C56 is #EAE3A9. Grayscale: #202020. Windows color (decimal): -15393706 or 5643285. OLE color: 5643285.
HSL color Cylindrical-coordinate representation of color #151C56: hue angle of 233.54º 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 #151C56 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 28 | 86 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.66 |
| HSL | 233.54º | 0.61% | 0.21% | - |
| HSV(B) | 233.54º | 0.76% | 0.34% | - |
| XYZ | 2.4 | 1.66 | 9 | - |
| YUV | 32.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 86 | 0.76 | 0.67 | 0 | 0.66 | 233.54 | 0.61 | 0.21 |
| Hex | 15 | 1C | 56 | 4C | 43 | 0 | 42 | EA | 3D | 15 |
| Octal | 25 | 34 | 126 | 114 | 103 | 0 | 102 | 352 | 75 | 25 |
| Binary | 10101 | 11100 | 1010110 | 1001100 | 1000011 | 0 | 1000010 | 11101010 | 111101 | 10101 |
Color Harmonies of #151C56
Complementary color
Monochromatic Colors of #151C56
Black with #151C56
Text Example
Text Example
White with #151C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C56; }
p { color: rgb(21,28,86); }
H1.HeaderClassName
{
color: #151C56;
}
.AnyTagClassName
{
color: #151C56;
}
</style>
background-color css
<style>
a { background-color: #151C56; }
a { background-color: rgb(21,28,86); }
div.DivClassName
{
background-color: #151C56;
}
.BgClassName
{
background-color: #151C56;
}
</style>
border-color css
<style>
span { border-color: #151C56; }
span { border-color: rgb(21,28,86); }
td.TdClassName
{
border-color: #151C56;
}
.TagClassName
{
border-color: #151C56;
}
</style>