Shades of Lucky Point #171D53
Tints of Lucky Point #171D53
RGB
CMYK
RGB Variations
Color information
#171D53 (or 0x171D53) is known color: Lucky Point. HEX triplet: 17, 1D and 53. RGB value is (23,29,83). Sum of RGB (Red+Green+Blue) = 23+29+83=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #171D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D53 is #E8E2AC. Grayscale: #212121. Windows color (decimal): -15262381 or 5446935. OLE color: 5446935.
HSL color Cylindrical-coordinate representation of color #171D53: hue angle of 234º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171D53 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 29 | 83 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.67 |
| HSL | 234º | 0.57% | 0.21% | - |
| HSV(B) | 234º | 0.72% | 0.33% | - |
| XYZ | 2.35 | 1.69 | 8.38 | - |
| YUV | 33.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 83 | 0.72 | 0.65 | 0 | 0.67 | 234 | 0.57 | 0.21 |
| Hex | 17 | 1D | 53 | 48 | 41 | 0 | 43 | EA | 39 | 15 |
| Octal | 27 | 35 | 123 | 110 | 101 | 0 | 103 | 352 | 71 | 25 |
| Binary | 10111 | 11101 | 1010011 | 1001000 | 1000001 | 0 | 1000011 | 11101010 | 111001 | 10101 |
Color Harmonies of #171D53
Complementary color
Monochromatic Colors of #171D53
Black with #171D53
Text Example
Text Example
White with #171D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D53; }
p { color: rgb(23,29,83); }
H1.HeaderClassName
{
color: #171D53;
}
.AnyTagClassName
{
color: #171D53;
}
</style>
background-color css
<style>
a { background-color: #171D53; }
a { background-color: rgb(23,29,83); }
div.DivClassName
{
background-color: #171D53;
}
.BgClassName
{
background-color: #171D53;
}
</style>
border-color css
<style>
span { border-color: #171D53; }
span { border-color: rgb(23,29,83); }
td.TdClassName
{
border-color: #171D53;
}
.TagClassName
{
border-color: #171D53;
}
</style>