Shades of Lucky Point #151F55
Tints of Lucky Point #151F55
RGB
CMYK
RGB Variations
Color information
#151F55 (or 0x151F55) is known color: Lucky Point. HEX triplet: 15, 1F and 55. RGB value is (21,31,85). Sum of RGB (Red+Green+Blue) = 21+31+85=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #151F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F55 is #EAE0AA. Grayscale: #212121. Windows color (decimal): -15392939 or 5578517. OLE color: 5578517.
HSL color Cylindrical-coordinate representation of color #151F55: hue angle of 230.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151F55 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 31 | 85 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.67 |
| HSL | 230.63º | 0.6% | 0.21% | - |
| HSV(B) | 230.63º | 0.75% | 0.33% | - |
| XYZ | 2.44 | 1.8 | 8.81 | - |
| YUV | 34.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 85 | 0.75 | 0.64 | 0 | 0.67 | 230.63 | 0.6 | 0.21 |
| Hex | 15 | 1F | 55 | 4B | 40 | 0 | 43 | E7 | 3C | 15 |
| Octal | 25 | 37 | 125 | 113 | 100 | 0 | 103 | 347 | 74 | 25 |
| Binary | 10101 | 11111 | 1010101 | 1001011 | 1000000 | 0 | 1000011 | 11100111 | 111100 | 10101 |
Color Harmonies of #151F55
Complementary color
Monochromatic Colors of #151F55
Black with #151F55
Text Example
Text Example
White with #151F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F55; }
p { color: rgb(21,31,85); }
H1.HeaderClassName
{
color: #151F55;
}
.AnyTagClassName
{
color: #151F55;
}
</style>
background-color css
<style>
a { background-color: #151F55; }
a { background-color: rgb(21,31,85); }
div.DivClassName
{
background-color: #151F55;
}
.BgClassName
{
background-color: #151F55;
}
</style>
border-color css
<style>
span { border-color: #151F55; }
span { border-color: rgb(21,31,85); }
td.TdClassName
{
border-color: #151F55;
}
.TagClassName
{
border-color: #151F55;
}
</style>