Shades of Lucky Point #151D53
Tints of Lucky Point #151D53
RGB
CMYK
RGB Variations
Color information
#151D53 (or 0x151D53) is known color: Lucky Point. HEX triplet: 15, 1D and 53. RGB value is (21,29,83). Sum of RGB (Red+Green+Blue) = 21+29+83=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #151D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D53 is #EAE2AC. Grayscale: #202020. Windows color (decimal): -15393453 or 5446933. OLE color: 5446933.
HSL color Cylindrical-coordinate representation of color #151D53: hue angle of 232.26º 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 #151D53 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 29 | 83 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.67 |
| HSL | 232.26º | 0.6% | 0.2% | - |
| HSV(B) | 232.26º | 0.75% | 0.33% | - |
| XYZ | 2.31 | 1.66 | 8.38 | - |
| YUV | 32.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 83 | 0.75 | 0.65 | 0 | 0.67 | 232.26 | 0.6 | 0.2 |
| Hex | 15 | 1D | 53 | 4B | 41 | 0 | 43 | E8 | 3C | 14 |
| Octal | 25 | 35 | 123 | 113 | 101 | 0 | 103 | 350 | 74 | 24 |
| Binary | 10101 | 11101 | 1010011 | 1001011 | 1000001 | 0 | 1000011 | 11101000 | 111100 | 10100 |
Color Harmonies of #151D53
Complementary color
Monochromatic Colors of #151D53
Black with #151D53
Text Example
Text Example
White with #151D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D53; }
p { color: rgb(21,29,83); }
H1.HeaderClassName
{
color: #151D53;
}
.AnyTagClassName
{
color: #151D53;
}
</style>
background-color css
<style>
a { background-color: #151D53; }
a { background-color: rgb(21,29,83); }
div.DivClassName
{
background-color: #151D53;
}
.BgClassName
{
background-color: #151D53;
}
</style>
border-color css
<style>
span { border-color: #151D53; }
span { border-color: rgb(21,29,83); }
td.TdClassName
{
border-color: #151D53;
}
.TagClassName
{
border-color: #151D53;
}
</style>