Shades of Lucky Point #161B4F
Tints of Lucky Point #161B4F
RGB
CMYK
RGB Variations
Color information
#161B4F (or 0x161B4F) is known color: Lucky Point. HEX triplet: 16, 1B and 4F. RGB value is (22,27,79). Sum of RGB (Red+Green+Blue) = 22+27+79=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #161B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B4F is #E9E4B0. Grayscale: #1F1F1F. Windows color (decimal): -15328433 or 5184278. OLE color: 5184278.
HSL color Cylindrical-coordinate representation of color #161B4F: hue angle of 234.74º 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 #161B4F is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 27 | 79 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.69 |
| HSL | 234.74º | 0.56% | 0.2% | - |
| HSV(B) | 234.74º | 0.72% | 0.31% | - |
| XYZ | 2.13 | 1.52 | 7.58 | - |
| YUV | 31.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 79 | 0.72 | 0.66 | 0 | 0.69 | 234.74 | 0.56 | 0.2 |
| Hex | 16 | 1B | 4F | 48 | 42 | 0 | 45 | EB | 38 | 14 |
| Octal | 26 | 33 | 117 | 110 | 102 | 0 | 105 | 353 | 70 | 24 |
| Binary | 10110 | 11011 | 1001111 | 1001000 | 1000010 | 0 | 1000101 | 11101011 | 111000 | 10100 |
Color Harmonies of #161B4F
Complementary color
Monochromatic Colors of #161B4F
Black with #161B4F
Text Example
Text Example
White with #161B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B4F; }
p { color: rgb(22,27,79); }
H1.HeaderClassName
{
color: #161B4F;
}
.AnyTagClassName
{
color: #161B4F;
}
</style>
background-color css
<style>
a { background-color: #161B4F; }
a { background-color: rgb(22,27,79); }
div.DivClassName
{
background-color: #161B4F;
}
.BgClassName
{
background-color: #161B4F;
}
</style>
border-color css
<style>
span { border-color: #161B4F; }
span { border-color: rgb(22,27,79); }
td.TdClassName
{
border-color: #161B4F;
}
.TagClassName
{
border-color: #161B4F;
}
</style>