Shades of Lucky Point #161B51
Tints of Lucky Point #161B51
RGB
CMYK
RGB Variations
Color information
#161B51 (or 0x161B51) is known color: Lucky Point. HEX triplet: 16, 1B and 51. RGB value is (22,27,81). Sum of RGB (Red+Green+Blue) = 22+27+81=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #161B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B51 is #E9E4AE. Grayscale: #1F1F1F. Windows color (decimal): -15328431 or 5315350. OLE color: 5315350.
HSL color Cylindrical-coordinate representation of color #161B51: hue angle of 234.92º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161B51 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 27 | 81 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.68 |
| HSL | 234.92º | 0.57% | 0.2% | - |
| HSV(B) | 234.92º | 0.73% | 0.32% | - |
| XYZ | 2.21 | 1.55 | 7.97 | - |
| YUV | 31.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 81 | 0.73 | 0.67 | 0 | 0.68 | 234.92 | 0.57 | 0.2 |
| Hex | 16 | 1B | 51 | 49 | 43 | 0 | 44 | EB | 39 | 14 |
| Octal | 26 | 33 | 121 | 111 | 103 | 0 | 104 | 353 | 71 | 24 |
| Binary | 10110 | 11011 | 1010001 | 1001001 | 1000011 | 0 | 1000100 | 11101011 | 111001 | 10100 |
Color Harmonies of #161B51
Complementary color
Monochromatic Colors of #161B51
Black with #161B51
Text Example
Text Example
White with #161B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B51; }
p { color: rgb(22,27,81); }
H1.HeaderClassName
{
color: #161B51;
}
.AnyTagClassName
{
color: #161B51;
}
</style>
background-color css
<style>
a { background-color: #161B51; }
a { background-color: rgb(22,27,81); }
div.DivClassName
{
background-color: #161B51;
}
.BgClassName
{
background-color: #161B51;
}
</style>
border-color css
<style>
span { border-color: #161B51; }
span { border-color: rgb(22,27,81); }
td.TdClassName
{
border-color: #161B51;
}
.TagClassName
{
border-color: #161B51;
}
</style>