Shades of Lucky Point #161C51
Tints of Lucky Point #161C51
RGB
CMYK
RGB Variations
Color information
#161C51 (or 0x161C51) is known color: Lucky Point. HEX triplet: 16, 1C and 51. RGB value is (22,28,81). Sum of RGB (Red+Green+Blue) = 22+28+81=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #161C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C51 is #E9E3AE. Grayscale: #202020. Windows color (decimal): -15328175 or 5315606. OLE color: 5315606.
HSL color Cylindrical-coordinate representation of color #161C51: hue angle of 233.9º 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 #161C51 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 28 | 81 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.68 |
| HSL | 233.9º | 0.57% | 0.2% | - |
| HSV(B) | 233.9º | 0.73% | 0.32% | - |
| XYZ | 2.23 | 1.6 | 7.97 | - |
| YUV | 32.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 81 | 0.73 | 0.65 | 0 | 0.68 | 233.9 | 0.57 | 0.2 |
| Hex | 16 | 1C | 51 | 49 | 41 | 0 | 44 | EA | 39 | 14 |
| Octal | 26 | 34 | 121 | 111 | 101 | 0 | 104 | 352 | 71 | 24 |
| Binary | 10110 | 11100 | 1010001 | 1001001 | 1000001 | 0 | 1000100 | 11101010 | 111001 | 10100 |
Color Harmonies of #161C51
Complementary color
Monochromatic Colors of #161C51
Black with #161C51
Text Example
Text Example
White with #161C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C51; }
p { color: rgb(22,28,81); }
H1.HeaderClassName
{
color: #161C51;
}
.AnyTagClassName
{
color: #161C51;
}
</style>
background-color css
<style>
a { background-color: #161C51; }
a { background-color: rgb(22,28,81); }
div.DivClassName
{
background-color: #161C51;
}
.BgClassName
{
background-color: #161C51;
}
</style>
border-color css
<style>
span { border-color: #161C51; }
span { border-color: rgb(22,28,81); }
td.TdClassName
{
border-color: #161C51;
}
.TagClassName
{
border-color: #161C51;
}
</style>