Shades of Lucky Point #171F4F
Tints of Lucky Point #171F4F
RGB
CMYK
RGB Variations
Color information
#171F4F (or 0x171F4F) is known color: Lucky Point. HEX triplet: 17, 1F and 4F. RGB value is (23,31,79). Sum of RGB (Red+Green+Blue) = 23+31+79=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #171F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F4F is #E8E0B0. Grayscale: #212121. Windows color (decimal): -15261873 or 5185303. OLE color: 5185303.
HSL color Cylindrical-coordinate representation of color #171F4F: hue angle of 231.43º 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 #171F4F is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 31 | 79 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.69 |
| HSL | 231.43º | 0.55% | 0.2% | - |
| HSV(B) | 231.43º | 0.71% | 0.31% | - |
| XYZ | 2.25 | 1.73 | 7.61 | - |
| YUV | 34.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 79 | 0.71 | 0.61 | 0 | 0.69 | 231.43 | 0.55 | 0.2 |
| Hex | 17 | 1F | 4F | 47 | 3D | 0 | 45 | E7 | 37 | 14 |
| Octal | 27 | 37 | 117 | 107 | 75 | 0 | 105 | 347 | 67 | 24 |
| Binary | 10111 | 11111 | 1001111 | 1000111 | 111101 | 0 | 1000101 | 11100111 | 110111 | 10100 |
Color Harmonies of #171F4F
Complementary color
Monochromatic Colors of #171F4F
Black with #171F4F
Text Example
Text Example
White with #171F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F4F; }
p { color: rgb(23,31,79); }
H1.HeaderClassName
{
color: #171F4F;
}
.AnyTagClassName
{
color: #171F4F;
}
</style>
background-color css
<style>
a { background-color: #171F4F; }
a { background-color: rgb(23,31,79); }
div.DivClassName
{
background-color: #171F4F;
}
.BgClassName
{
background-color: #171F4F;
}
</style>
border-color css
<style>
span { border-color: #171F4F; }
span { border-color: rgb(23,31,79); }
td.TdClassName
{
border-color: #171F4F;
}
.TagClassName
{
border-color: #171F4F;
}
</style>