Shades of Lucky Point #161A52
Tints of Lucky Point #161A52
RGB
CMYK
RGB Variations
Color information
#161A52 (or 0x161A52) is known color: Lucky Point. HEX triplet: 16, 1A and 52. RGB value is (22,26,82). Sum of RGB (Red+Green+Blue) = 22+26+82=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 26 (10.55% from 255 or 20% 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 #161A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A52 is #E9E5AD. Grayscale: #1E1E1E. Windows color (decimal): -15328686 or 5380630. OLE color: 5380630.
HSL color Cylindrical-coordinate representation of color #161A52: hue angle of 236º degrees, saturation: 0.58, 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 #161A52 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 26 | 82 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.68 |
| HSL | 236º | 0.58% | 0.2% | - |
| HSV(B) | 236º | 0.73% | 0.32% | - |
| XYZ | 2.22 | 1.52 | 8.16 | - |
| YUV | 31.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 82 | 0.73 | 0.68 | 0 | 0.68 | 236 | 0.58 | 0.2 |
| Hex | 16 | 1A | 52 | 49 | 44 | 0 | 44 | EC | 3A | 14 |
| Octal | 26 | 32 | 122 | 111 | 104 | 0 | 104 | 354 | 72 | 24 |
| Binary | 10110 | 11010 | 1010010 | 1001001 | 1000100 | 0 | 1000100 | 11101100 | 111010 | 10100 |
Color Harmonies of #161A52
Complementary color
Monochromatic Colors of #161A52
Black with #161A52
Text Example
Text Example
White with #161A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A52; }
p { color: rgb(22,26,82); }
H1.HeaderClassName
{
color: #161A52;
}
.AnyTagClassName
{
color: #161A52;
}
</style>
background-color css
<style>
a { background-color: #161A52; }
a { background-color: rgb(22,26,82); }
div.DivClassName
{
background-color: #161A52;
}
.BgClassName
{
background-color: #161A52;
}
</style>
border-color css
<style>
span { border-color: #161A52; }
span { border-color: rgb(22,26,82); }
td.TdClassName
{
border-color: #161A52;
}
.TagClassName
{
border-color: #161A52;
}
</style>