Shades of Lucky Point #172059
Tints of Lucky Point #172059
RGB
CMYK
RGB Variations
Color information
#172059 (or 0x172059) is known color: Lucky Point. HEX triplet: 17, 20 and 59. RGB value is (23,32,89). Sum of RGB (Red+Green+Blue) = 23+32+89=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #172059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172059 is #E8DFA6. Grayscale: #232323. Windows color (decimal): -15261607 or 5840919. OLE color: 5840919.
HSL color Cylindrical-coordinate representation of color #172059: hue angle of 231.82º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172059 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 32 | 89 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.65 |
| HSL | 231.82º | 0.59% | 0.22% | - |
| HSV(B) | 231.82º | 0.74% | 0.35% | - |
| XYZ | 2.67 | 1.94 | 9.68 | - |
| YUV | 35.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 89 | 0.74 | 0.64 | 0 | 0.65 | 231.82 | 0.59 | 0.22 |
| Hex | 17 | 20 | 59 | 4A | 40 | 0 | 41 | E8 | 3B | 16 |
| Octal | 27 | 40 | 131 | 112 | 100 | 0 | 101 | 350 | 73 | 26 |
| Binary | 10111 | 100000 | 1011001 | 1001010 | 1000000 | 0 | 1000001 | 11101000 | 111011 | 10110 |
Color Harmonies of #172059
Complementary color
Monochromatic Colors of #172059
Black with #172059
Text Example
Text Example
White with #172059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172059; }
p { color: rgb(23,32,89); }
H1.HeaderClassName
{
color: #172059;
}
.AnyTagClassName
{
color: #172059;
}
</style>
background-color css
<style>
a { background-color: #172059; }
a { background-color: rgb(23,32,89); }
div.DivClassName
{
background-color: #172059;
}
.BgClassName
{
background-color: #172059;
}
</style>
border-color css
<style>
span { border-color: #172059; }
span { border-color: rgb(23,32,89); }
td.TdClassName
{
border-color: #172059;
}
.TagClassName
{
border-color: #172059;
}
</style>