Shades of Lucky Point #151F52
Tints of Lucky Point #151F52
RGB
CMYK
RGB Variations
Color information
#151F52 (or 0x151F52) is known color: Lucky Point. HEX triplet: 15, 1F and 52. RGB value is (21,31,82). Sum of RGB (Red+Green+Blue) = 21+31+82=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #151F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F52 is #EAE0AD. Grayscale: #212121. Windows color (decimal): -15392942 or 5381909. OLE color: 5381909.
HSL color Cylindrical-coordinate representation of color #151F52: hue angle of 230.16º 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 #151F52 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 31 | 82 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.68 |
| HSL | 230.16º | 0.59% | 0.2% | - |
| HSV(B) | 230.16º | 0.74% | 0.32% | - |
| XYZ | 2.32 | 1.75 | 8.2 | - |
| YUV | 33.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 82 | 0.74 | 0.62 | 0 | 0.68 | 230.16 | 0.59 | 0.2 |
| Hex | 15 | 1F | 52 | 4A | 3E | 0 | 44 | E6 | 3B | 14 |
| Octal | 25 | 37 | 122 | 112 | 76 | 0 | 104 | 346 | 73 | 24 |
| Binary | 10101 | 11111 | 1010010 | 1001010 | 111110 | 0 | 1000100 | 11100110 | 111011 | 10100 |
Color Harmonies of #151F52
Complementary color
Monochromatic Colors of #151F52
Black with #151F52
Text Example
Text Example
White with #151F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F52; }
p { color: rgb(21,31,82); }
H1.HeaderClassName
{
color: #151F52;
}
.AnyTagClassName
{
color: #151F52;
}
</style>
background-color css
<style>
a { background-color: #151F52; }
a { background-color: rgb(21,31,82); }
div.DivClassName
{
background-color: #151F52;
}
.BgClassName
{
background-color: #151F52;
}
</style>
border-color css
<style>
span { border-color: #151F52; }
span { border-color: rgb(21,31,82); }
td.TdClassName
{
border-color: #151F52;
}
.TagClassName
{
border-color: #151F52;
}
</style>