Shades of Lucky Point #161B50
Tints of Lucky Point #161B50
RGB
CMYK
RGB Variations
Color information
#161B50 (or 0x161B50) is known color: Lucky Point. HEX triplet: 16, 1B and 50. RGB value is (22,27,80). Sum of RGB (Red+Green+Blue) = 22+27+80=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #161B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B50 is #E9E4AF. Grayscale: #1F1F1F. Windows color (decimal): -15328432 or 5249814. OLE color: 5249814.
HSL color Cylindrical-coordinate representation of color #161B50: hue angle of 234.83º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161B50 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 27 | 80 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.69 |
| HSL | 234.83º | 0.57% | 0.2% | - |
| HSV(B) | 234.83º | 0.73% | 0.31% | - |
| XYZ | 2.17 | 1.53 | 7.77 | - |
| YUV | 31.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 80 | 0.72 | 0.66 | 0 | 0.69 | 234.83 | 0.57 | 0.2 |
| Hex | 16 | 1B | 50 | 48 | 42 | 0 | 45 | EB | 39 | 14 |
| Octal | 26 | 33 | 120 | 110 | 102 | 0 | 105 | 353 | 71 | 24 |
| Binary | 10110 | 11011 | 1010000 | 1001000 | 1000010 | 0 | 1000101 | 11101011 | 111001 | 10100 |
Color Harmonies of #161B50
Complementary color
Monochromatic Colors of #161B50
Black with #161B50
Text Example
Text Example
White with #161B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B50; }
p { color: rgb(22,27,80); }
H1.HeaderClassName
{
color: #161B50;
}
.AnyTagClassName
{
color: #161B50;
}
</style>
background-color css
<style>
a { background-color: #161B50; }
a { background-color: rgb(22,27,80); }
div.DivClassName
{
background-color: #161B50;
}
.BgClassName
{
background-color: #161B50;
}
</style>
border-color css
<style>
span { border-color: #161B50; }
span { border-color: rgb(22,27,80); }
td.TdClassName
{
border-color: #161B50;
}
.TagClassName
{
border-color: #161B50;
}
</style>