Shades of Lucky Point #172055
Tints of Lucky Point #172055
RGB
CMYK
RGB Variations
Color information
#172055 (or 0x172055) is known color: Lucky Point. HEX triplet: 17, 20 and 55. RGB value is (23,32,85). Sum of RGB (Red+Green+Blue) = 23+32+85=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #172055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172055 is #E8DFAA. Grayscale: #232323. Windows color (decimal): -15261611 or 5578775. OLE color: 5578775.
HSL color Cylindrical-coordinate representation of color #172055: hue angle of 231.29º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172055 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 32 | 85 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.67 |
| HSL | 231.29º | 0.57% | 0.21% | - |
| HSV(B) | 231.29º | 0.73% | 0.33% | - |
| XYZ | 2.51 | 1.87 | 8.82 | - |
| YUV | 35.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 85 | 0.73 | 0.62 | 0 | 0.67 | 231.29 | 0.57 | 0.21 |
| Hex | 17 | 20 | 55 | 49 | 3E | 0 | 43 | E7 | 39 | 15 |
| Octal | 27 | 40 | 125 | 111 | 76 | 0 | 103 | 347 | 71 | 25 |
| Binary | 10111 | 100000 | 1010101 | 1001001 | 111110 | 0 | 1000011 | 11100111 | 111001 | 10101 |
Color Harmonies of #172055
Complementary color
Monochromatic Colors of #172055
Black with #172055
Text Example
Text Example
White with #172055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172055; }
p { color: rgb(23,32,85); }
H1.HeaderClassName
{
color: #172055;
}
.AnyTagClassName
{
color: #172055;
}
</style>
background-color css
<style>
a { background-color: #172055; }
a { background-color: rgb(23,32,85); }
div.DivClassName
{
background-color: #172055;
}
.BgClassName
{
background-color: #172055;
}
</style>
border-color css
<style>
span { border-color: #172055; }
span { border-color: rgb(23,32,85); }
td.TdClassName
{
border-color: #172055;
}
.TagClassName
{
border-color: #172055;
}
</style>