Shades of Lucky Point #161E50
Tints of Lucky Point #161E50
RGB
CMYK
RGB Variations
Color information
#161E50 (or 0x161E50) is known color: Lucky Point. HEX triplet: 16, 1E and 50. RGB value is (22,30,80). Sum of RGB (Red+Green+Blue) = 22+30+80=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #161E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E50 is #E9E1AF. Grayscale: #212121. Windows color (decimal): -15327664 or 5250582. OLE color: 5250582.
HSL color Cylindrical-coordinate representation of color #161E50: hue angle of 231.72º 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 #161E50 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 30 | 80 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.69 |
| HSL | 231.72º | 0.57% | 0.2% | - |
| HSV(B) | 231.72º | 0.73% | 0.31% | - |
| XYZ | 2.24 | 1.68 | 7.8 | - |
| YUV | 33.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 80 | 0.72 | 0.62 | 0 | 0.69 | 231.72 | 0.57 | 0.2 |
| Hex | 16 | 1E | 50 | 48 | 3E | 0 | 45 | E8 | 39 | 14 |
| Octal | 26 | 36 | 120 | 110 | 76 | 0 | 105 | 350 | 71 | 24 |
| Binary | 10110 | 11110 | 1010000 | 1001000 | 111110 | 0 | 1000101 | 11101000 | 111001 | 10100 |
Color Harmonies of #161E50
Complementary color
Monochromatic Colors of #161E50
Black with #161E50
Text Example
Text Example
White with #161E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E50; }
p { color: rgb(22,30,80); }
H1.HeaderClassName
{
color: #161E50;
}
.AnyTagClassName
{
color: #161E50;
}
</style>
background-color css
<style>
a { background-color: #161E50; }
a { background-color: rgb(22,30,80); }
div.DivClassName
{
background-color: #161E50;
}
.BgClassName
{
background-color: #161E50;
}
</style>
border-color css
<style>
span { border-color: #161E50; }
span { border-color: rgb(22,30,80); }
td.TdClassName
{
border-color: #161E50;
}
.TagClassName
{
border-color: #161E50;
}
</style>