Shades of Lucky Point #161A4E
Tints of Lucky Point #161A4E
RGB
CMYK
RGB Variations
Color information
#161A4E (or 0x161A4E) is known color: Lucky Point. HEX triplet: 16, 1A and 4E. RGB value is (22,26,78). Sum of RGB (Red+Green+Blue) = 22+26+78=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #161A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A4E is #E9E5B1. Grayscale: #1E1E1E. Windows color (decimal): -15328690 or 5118486. OLE color: 5118486.
HSL color Cylindrical-coordinate representation of color #161A4E: hue angle of 235.71º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161A4E is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 26 | 78 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.69 |
| HSL | 235.71º | 0.56% | 0.2% | - |
| HSV(B) | 235.71º | 0.72% | 0.31% | - |
| XYZ | 2.08 | 1.46 | 7.38 | - |
| YUV | 30.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 78 | 0.72 | 0.67 | 0 | 0.69 | 235.71 | 0.56 | 0.2 |
| Hex | 16 | 1A | 4E | 48 | 43 | 0 | 45 | EC | 38 | 14 |
| Octal | 26 | 32 | 116 | 110 | 103 | 0 | 105 | 354 | 70 | 24 |
| Binary | 10110 | 11010 | 1001110 | 1001000 | 1000011 | 0 | 1000101 | 11101100 | 111000 | 10100 |
Color Harmonies of #161A4E
Complementary color
Monochromatic Colors of #161A4E
Black with #161A4E
Text Example
Text Example
White with #161A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A4E; }
p { color: rgb(22,26,78); }
H1.HeaderClassName
{
color: #161A4E;
}
.AnyTagClassName
{
color: #161A4E;
}
</style>
background-color css
<style>
a { background-color: #161A4E; }
a { background-color: rgb(22,26,78); }
div.DivClassName
{
background-color: #161A4E;
}
.BgClassName
{
background-color: #161A4E;
}
</style>
border-color css
<style>
span { border-color: #161A4E; }
span { border-color: rgb(22,26,78); }
td.TdClassName
{
border-color: #161A4E;
}
.TagClassName
{
border-color: #161A4E;
}
</style>