Shades of Lucky Point #151C53
Tints of Lucky Point #151C53
RGB
CMYK
RGB Variations
Color information
#151C53 (or 0x151C53) is known color: Lucky Point. HEX triplet: 15, 1C and 53. RGB value is (21,28,83). Sum of RGB (Red+Green+Blue) = 21+28+83=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #151C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C53 is #EAE3AC. Grayscale: #1F1F1F. Windows color (decimal): -15393709 or 5446677. OLE color: 5446677.
HSL color Cylindrical-coordinate representation of color #151C53: hue angle of 233.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151C53 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 28 | 83 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.67 |
| HSL | 233.23º | 0.6% | 0.2% | - |
| HSV(B) | 233.23º | 0.75% | 0.33% | - |
| XYZ | 2.29 | 1.61 | 8.37 | - |
| YUV | 32.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 83 | 0.75 | 0.66 | 0 | 0.67 | 233.23 | 0.6 | 0.2 |
| Hex | 15 | 1C | 53 | 4B | 42 | 0 | 43 | E9 | 3C | 14 |
| Octal | 25 | 34 | 123 | 113 | 102 | 0 | 103 | 351 | 74 | 24 |
| Binary | 10101 | 11100 | 1010011 | 1001011 | 1000010 | 0 | 1000011 | 11101001 | 111100 | 10100 |
Color Harmonies of #151C53
Complementary color
Monochromatic Colors of #151C53
Black with #151C53
Text Example
Text Example
White with #151C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C53; }
p { color: rgb(21,28,83); }
H1.HeaderClassName
{
color: #151C53;
}
.AnyTagClassName
{
color: #151C53;
}
</style>
background-color css
<style>
a { background-color: #151C53; }
a { background-color: rgb(21,28,83); }
div.DivClassName
{
background-color: #151C53;
}
.BgClassName
{
background-color: #151C53;
}
</style>
border-color css
<style>
span { border-color: #151C53; }
span { border-color: rgb(21,28,83); }
td.TdClassName
{
border-color: #151C53;
}
.TagClassName
{
border-color: #151C53;
}
</style>