Shades of Lucky Point #151B52
Tints of Lucky Point #151B52
RGB
CMYK
RGB Variations
Color information
#151B52 (or 0x151B52) is known color: Lucky Point. HEX triplet: 15, 1B and 52. RGB value is (21,27,82). Sum of RGB (Red+Green+Blue) = 21+27+82=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #151B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B52 is #EAE4AD. Grayscale: #1F1F1F. Windows color (decimal): -15393966 or 5380885. OLE color: 5380885.
HSL color Cylindrical-coordinate representation of color #151B52: hue angle of 234.1º 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 #151B52 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 27 | 82 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.68 |
| HSL | 234.1º | 0.59% | 0.2% | - |
| HSV(B) | 234.1º | 0.74% | 0.32% | - |
| XYZ | 2.22 | 1.55 | 8.17 | - |
| YUV | 31.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 82 | 0.74 | 0.67 | 0 | 0.68 | 234.1 | 0.59 | 0.2 |
| Hex | 15 | 1B | 52 | 4A | 43 | 0 | 44 | EA | 3B | 14 |
| Octal | 25 | 33 | 122 | 112 | 103 | 0 | 104 | 352 | 73 | 24 |
| Binary | 10101 | 11011 | 1010010 | 1001010 | 1000011 | 0 | 1000100 | 11101010 | 111011 | 10100 |
Color Harmonies of #151B52
Complementary color
Monochromatic Colors of #151B52
Black with #151B52
Text Example
Text Example
White with #151B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B52; }
p { color: rgb(21,27,82); }
H1.HeaderClassName
{
color: #151B52;
}
.AnyTagClassName
{
color: #151B52;
}
</style>
background-color css
<style>
a { background-color: #151B52; }
a { background-color: rgb(21,27,82); }
div.DivClassName
{
background-color: #151B52;
}
.BgClassName
{
background-color: #151B52;
}
</style>
border-color css
<style>
span { border-color: #151B52; }
span { border-color: rgb(21,27,82); }
td.TdClassName
{
border-color: #151B52;
}
.TagClassName
{
border-color: #151B52;
}
</style>