Shades of Lucky Point #171D55
Tints of Lucky Point #171D55
RGB
CMYK
RGB Variations
Color information
#171D55 (or 0x171D55) is known color: Lucky Point. HEX triplet: 17, 1D and 55. RGB value is (23,29,85). Sum of RGB (Red+Green+Blue) = 23+29+85=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #171D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D55 is #E8E2AA. Grayscale: #212121. Windows color (decimal): -15262379 or 5578007. OLE color: 5578007.
HSL color Cylindrical-coordinate representation of color #171D55: hue angle of 234.19º 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 #171D55 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 29 | 85 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.67 |
| HSL | 234.19º | 0.57% | 0.21% | - |
| HSV(B) | 234.19º | 0.73% | 0.33% | - |
| XYZ | 2.43 | 1.72 | 8.8 | - |
| YUV | 33.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 85 | 0.73 | 0.66 | 0 | 0.67 | 234.19 | 0.57 | 0.21 |
| Hex | 17 | 1D | 55 | 49 | 42 | 0 | 43 | EA | 39 | 15 |
| Octal | 27 | 35 | 125 | 111 | 102 | 0 | 103 | 352 | 71 | 25 |
| Binary | 10111 | 11101 | 1010101 | 1001001 | 1000010 | 0 | 1000011 | 11101010 | 111001 | 10101 |
Color Harmonies of #171D55
Complementary color
Monochromatic Colors of #171D55
Black with #171D55
Text Example
Text Example
White with #171D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D55; }
p { color: rgb(23,29,85); }
H1.HeaderClassName
{
color: #171D55;
}
.AnyTagClassName
{
color: #171D55;
}
</style>
background-color css
<style>
a { background-color: #171D55; }
a { background-color: rgb(23,29,85); }
div.DivClassName
{
background-color: #171D55;
}
.BgClassName
{
background-color: #171D55;
}
</style>
border-color css
<style>
span { border-color: #171D55; }
span { border-color: rgb(23,29,85); }
td.TdClassName
{
border-color: #171D55;
}
.TagClassName
{
border-color: #171D55;
}
</style>