Shades of Lucky Point #161C55
Tints of Lucky Point #161C55
RGB
CMYK
RGB Variations
Color information
#161C55 (or 0x161C55) is known color: Lucky Point. HEX triplet: 16, 1C and 55. RGB value is (22,28,85). Sum of RGB (Red+Green+Blue) = 22+28+85=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #161C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C55 is #E9E3AA. Grayscale: #202020. Windows color (decimal): -15328171 or 5577750. OLE color: 5577750.
HSL color Cylindrical-coordinate representation of color #161C55: hue angle of 234.29º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161C55 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 28 | 85 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.67 |
| HSL | 234.29º | 0.59% | 0.21% | - |
| HSV(B) | 234.29º | 0.74% | 0.33% | - |
| XYZ | 2.39 | 1.66 | 8.79 | - |
| YUV | 32.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 85 | 0.74 | 0.67 | 0 | 0.67 | 234.29 | 0.59 | 0.21 |
| Hex | 16 | 1C | 55 | 4A | 43 | 0 | 43 | EA | 3B | 15 |
| Octal | 26 | 34 | 125 | 112 | 103 | 0 | 103 | 352 | 73 | 25 |
| Binary | 10110 | 11100 | 1010101 | 1001010 | 1000011 | 0 | 1000011 | 11101010 | 111011 | 10101 |
Color Harmonies of #161C55
Complementary color
Monochromatic Colors of #161C55
Black with #161C55
Text Example
Text Example
White with #161C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C55; }
p { color: rgb(22,28,85); }
H1.HeaderClassName
{
color: #161C55;
}
.AnyTagClassName
{
color: #161C55;
}
</style>
background-color css
<style>
a { background-color: #161C55; }
a { background-color: rgb(22,28,85); }
div.DivClassName
{
background-color: #161C55;
}
.BgClassName
{
background-color: #161C55;
}
</style>
border-color css
<style>
span { border-color: #161C55; }
span { border-color: rgb(22,28,85); }
td.TdClassName
{
border-color: #161C55;
}
.TagClassName
{
border-color: #161C55;
}
</style>