Shades of Lucky Point #172158
Tints of Lucky Point #172158
RGB
CMYK
RGB Variations
Color information
#172158 (or 0x172158) is known color: Lucky Point. HEX triplet: 17, 21 and 58. RGB value is (23,33,88). Sum of RGB (Red+Green+Blue) = 23+33+88=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #172158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172158 is #E8DEA7. Grayscale: #242424. Windows color (decimal): -15261352 or 5775639. OLE color: 5775639.
HSL color Cylindrical-coordinate representation of color #172158: hue angle of 230.77º 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 #172158 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 33 | 88 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.65 |
| HSL | 230.77º | 0.59% | 0.22% | - |
| HSV(B) | 230.77º | 0.74% | 0.35% | - |
| XYZ | 2.66 | 1.97 | 9.47 | - |
| YUV | 36.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 88 | 0.74 | 0.62 | 0 | 0.65 | 230.77 | 0.59 | 0.22 |
| Hex | 17 | 21 | 58 | 4A | 3E | 0 | 41 | E7 | 3B | 16 |
| Octal | 27 | 41 | 130 | 112 | 76 | 0 | 101 | 347 | 73 | 26 |
| Binary | 10111 | 100001 | 1011000 | 1001010 | 111110 | 0 | 1000001 | 11100111 | 111011 | 10110 |
Color Harmonies of #172158
Complementary color
Monochromatic Colors of #172158
Black with #172158
Text Example
Text Example
White with #172158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172158; }
p { color: rgb(23,33,88); }
H1.HeaderClassName
{
color: #172158;
}
.AnyTagClassName
{
color: #172158;
}
</style>
background-color css
<style>
a { background-color: #172158; }
a { background-color: rgb(23,33,88); }
div.DivClassName
{
background-color: #172158;
}
.BgClassName
{
background-color: #172158;
}
</style>
border-color css
<style>
span { border-color: #172158; }
span { border-color: rgb(23,33,88); }
td.TdClassName
{
border-color: #172158;
}
.TagClassName
{
border-color: #172158;
}
</style>