Shades of Lucky Point #151C52
Tints of Lucky Point #151C52
RGB
CMYK
RGB Variations
Color information
#151C52 (or 0x151C52) is known color: Lucky Point. HEX triplet: 15, 1C and 52. RGB value is (21,28,82). Sum of RGB (Red+Green+Blue) = 21+28+82=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #151C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C52 is #EAE3AD. Grayscale: #1F1F1F. Windows color (decimal): -15393710 or 5381141. OLE color: 5381141.
HSL color Cylindrical-coordinate representation of color #151C52: hue angle of 233.11º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151C52 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 28 | 82 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.68 |
| HSL | 233.11º | 0.59% | 0.2% | - |
| HSV(B) | 233.11º | 0.74% | 0.32% | - |
| XYZ | 2.25 | 1.6 | 8.17 | - |
| YUV | 32.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 82 | 0.74 | 0.66 | 0 | 0.68 | 233.11 | 0.59 | 0.2 |
| Hex | 15 | 1C | 52 | 4A | 42 | 0 | 44 | E9 | 3B | 14 |
| Octal | 25 | 34 | 122 | 112 | 102 | 0 | 104 | 351 | 73 | 24 |
| Binary | 10101 | 11100 | 1010010 | 1001010 | 1000010 | 0 | 1000100 | 11101001 | 111011 | 10100 |
Color Harmonies of #151C52
Complementary color
Monochromatic Colors of #151C52
Black with #151C52
Text Example
Text Example
White with #151C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C52; }
p { color: rgb(21,28,82); }
H1.HeaderClassName
{
color: #151C52;
}
.AnyTagClassName
{
color: #151C52;
}
</style>
background-color css
<style>
a { background-color: #151C52; }
a { background-color: rgb(21,28,82); }
div.DivClassName
{
background-color: #151C52;
}
.BgClassName
{
background-color: #151C52;
}
</style>
border-color css
<style>
span { border-color: #151C52; }
span { border-color: rgb(21,28,82); }
td.TdClassName
{
border-color: #151C52;
}
.TagClassName
{
border-color: #151C52;
}
</style>