Shades of Lucky Point #171F50
Tints of Lucky Point #171F50
RGB
CMYK
RGB Variations
Color information
#171F50 (or 0x171F50) is known color: Lucky Point. HEX triplet: 17, 1F and 50. RGB value is (23,31,80). Sum of RGB (Red+Green+Blue) = 23+31+80=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #171F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F50 is #E8E0AF. Grayscale: #212121. Windows color (decimal): -15261872 or 5250839. OLE color: 5250839.
HSL color Cylindrical-coordinate representation of color #171F50: hue angle of 231.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #171F50 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 31 | 80 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.69 |
| HSL | 231.58º | 0.55% | 0.2% | - |
| HSV(B) | 231.58º | 0.71% | 0.31% | - |
| XYZ | 2.29 | 1.74 | 7.8 | - |
| YUV | 34.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 80 | 0.71 | 0.61 | 0 | 0.69 | 231.58 | 0.55 | 0.2 |
| Hex | 17 | 1F | 50 | 47 | 3D | 0 | 45 | E8 | 37 | 14 |
| Octal | 27 | 37 | 120 | 107 | 75 | 0 | 105 | 350 | 67 | 24 |
| Binary | 10111 | 11111 | 1010000 | 1000111 | 111101 | 0 | 1000101 | 11101000 | 110111 | 10100 |
Color Harmonies of #171F50
Complementary color
Monochromatic Colors of #171F50
Black with #171F50
Text Example
Text Example
White with #171F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F50; }
p { color: rgb(23,31,80); }
H1.HeaderClassName
{
color: #171F50;
}
.AnyTagClassName
{
color: #171F50;
}
</style>
background-color css
<style>
a { background-color: #171F50; }
a { background-color: rgb(23,31,80); }
div.DivClassName
{
background-color: #171F50;
}
.BgClassName
{
background-color: #171F50;
}
</style>
border-color css
<style>
span { border-color: #171F50; }
span { border-color: rgb(23,31,80); }
td.TdClassName
{
border-color: #171F50;
}
.TagClassName
{
border-color: #171F50;
}
</style>