Shades of Lucky Point #172156
Tints of Lucky Point #172156
RGB
CMYK
RGB Variations
Color information
#172156 (or 0x172156) is known color: Lucky Point. HEX triplet: 17, 21 and 56. RGB value is (23,33,86). Sum of RGB (Red+Green+Blue) = 23+33+86=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #172156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172156 is #E8DEA9. Grayscale: #232323. Windows color (decimal): -15261354 or 5644567. OLE color: 5644567.
HSL color Cylindrical-coordinate representation of color #172156: hue angle of 230.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172156 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 33 | 86 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.66 |
| HSL | 230.48º | 0.58% | 0.21% | - |
| HSV(B) | 230.48º | 0.73% | 0.34% | - |
| XYZ | 2.58 | 1.94 | 9.04 | - |
| YUV | 36.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 86 | 0.73 | 0.62 | 0 | 0.66 | 230.48 | 0.58 | 0.21 |
| Hex | 17 | 21 | 56 | 49 | 3E | 0 | 42 | E6 | 3A | 15 |
| Octal | 27 | 41 | 126 | 111 | 76 | 0 | 102 | 346 | 72 | 25 |
| Binary | 10111 | 100001 | 1010110 | 1001001 | 111110 | 0 | 1000010 | 11100110 | 111010 | 10101 |
Color Harmonies of #172156
Complementary color
Monochromatic Colors of #172156
Black with #172156
Text Example
Text Example
White with #172156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172156; }
p { color: rgb(23,33,86); }
H1.HeaderClassName
{
color: #172156;
}
.AnyTagClassName
{
color: #172156;
}
</style>
background-color css
<style>
a { background-color: #172156; }
a { background-color: rgb(23,33,86); }
div.DivClassName
{
background-color: #172156;
}
.BgClassName
{
background-color: #172156;
}
</style>
border-color css
<style>
span { border-color: #172156; }
span { border-color: rgb(23,33,86); }
td.TdClassName
{
border-color: #172156;
}
.TagClassName
{
border-color: #172156;
}
</style>