Shades of Lucky Point #172058
Tints of Lucky Point #172058
RGB
CMYK
RGB Variations
Color information
#172058 (or 0x172058) is known color: Lucky Point. HEX triplet: 17, 20 and 58. RGB value is (23,32,88). Sum of RGB (Red+Green+Blue) = 23+32+88=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #172058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172058 is #E8DFA7. Grayscale: #232323. Windows color (decimal): -15261608 or 5775383. OLE color: 5775383.
HSL color Cylindrical-coordinate representation of color #172058: hue angle of 231.69º 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 #172058 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 32 | 88 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.65 |
| HSL | 231.69º | 0.59% | 0.22% | - |
| HSV(B) | 231.69º | 0.74% | 0.35% | - |
| XYZ | 2.63 | 1.92 | 9.46 | - |
| YUV | 35.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 88 | 0.74 | 0.64 | 0 | 0.65 | 231.69 | 0.59 | 0.22 |
| Hex | 17 | 20 | 58 | 4A | 40 | 0 | 41 | E8 | 3B | 16 |
| Octal | 27 | 40 | 130 | 112 | 100 | 0 | 101 | 350 | 73 | 26 |
| Binary | 10111 | 100000 | 1011000 | 1001010 | 1000000 | 0 | 1000001 | 11101000 | 111011 | 10110 |
Color Harmonies of #172058
Complementary color
Monochromatic Colors of #172058
Black with #172058
Text Example
Text Example
White with #172058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172058; }
p { color: rgb(23,32,88); }
H1.HeaderClassName
{
color: #172058;
}
.AnyTagClassName
{
color: #172058;
}
</style>
background-color css
<style>
a { background-color: #172058; }
a { background-color: rgb(23,32,88); }
div.DivClassName
{
background-color: #172058;
}
.BgClassName
{
background-color: #172058;
}
</style>
border-color css
<style>
span { border-color: #172058; }
span { border-color: rgb(23,32,88); }
td.TdClassName
{
border-color: #172058;
}
.TagClassName
{
border-color: #172058;
}
</style>