Shades of Lucky Point #171C56
Tints of Lucky Point #171C56
RGB
CMYK
RGB Variations
Color information
#171C56 (or 0x171C56) is known color: Lucky Point. HEX triplet: 17, 1C and 56. RGB value is (23,28,86). Sum of RGB (Red+Green+Blue) = 23+28+86=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #171C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171C56 is #E8E3A9. Grayscale: #202020. Windows color (decimal): -15262634 or 5643287. OLE color: 5643287.
HSL color Cylindrical-coordinate representation of color #171C56: hue angle of 235.24º 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 #171C56 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 28 | 86 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.66 |
| HSL | 235.24º | 0.58% | 0.21% | - |
| HSV(B) | 235.24º | 0.73% | 0.34% | - |
| XYZ | 2.45 | 1.68 | 9 | - |
| YUV | 33.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 86 | 0.73 | 0.67 | 0 | 0.66 | 235.24 | 0.58 | 0.21 |
| Hex | 17 | 1C | 56 | 49 | 43 | 0 | 42 | EB | 3A | 15 |
| Octal | 27 | 34 | 126 | 111 | 103 | 0 | 102 | 353 | 72 | 25 |
| Binary | 10111 | 11100 | 1010110 | 1001001 | 1000011 | 0 | 1000010 | 11101011 | 111010 | 10101 |
Color Harmonies of #171C56
Complementary color
Monochromatic Colors of #171C56
Black with #171C56
Text Example
Text Example
White with #171C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C56; }
p { color: rgb(23,28,86); }
H1.HeaderClassName
{
color: #171C56;
}
.AnyTagClassName
{
color: #171C56;
}
</style>
background-color css
<style>
a { background-color: #171C56; }
a { background-color: rgb(23,28,86); }
div.DivClassName
{
background-color: #171C56;
}
.BgClassName
{
background-color: #171C56;
}
</style>
border-color css
<style>
span { border-color: #171C56; }
span { border-color: rgb(23,28,86); }
td.TdClassName
{
border-color: #171C56;
}
.TagClassName
{
border-color: #171C56;
}
</style>