Shades of Lucky Point #1F2755
Tints of Lucky Point #1F2755
RGB
CMYK
RGB Variations
Color information
#1F2755 (or 0x1F2755) is known color: Lucky Point. HEX triplet: 1F, 27 and 55. RGB value is (31,39,85). Sum of RGB (Red+Green+Blue) = 31+39+85=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2755 is #E0D8AA. Grayscale: #292929. Windows color (decimal): -14735531 or 5580575. OLE color: 5580575.
HSL color Cylindrical-coordinate representation of color #1F2755: hue angle of 231.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F2755 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 39 | 85 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.67 |
| HSL | 231.11º | 0.47% | 0.23% | - |
| HSV(B) | 231.11º | 0.64% | 0.33% | - |
| XYZ | 2.93 | 2.4 | 8.9 | - |
| YUV | 41.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 85 | 0.64 | 0.54 | 0 | 0.67 | 231.11 | 0.47 | 0.23 |
| Hex | 1F | 27 | 55 | 40 | 36 | 0 | 43 | E7 | 2F | 17 |
| Octal | 37 | 47 | 125 | 100 | 66 | 0 | 103 | 347 | 57 | 27 |
| Binary | 11111 | 100111 | 1010101 | 1000000 | 110110 | 0 | 1000011 | 11100111 | 101111 | 10111 |
Color Harmonies of #1F2755
Complementary color
Monochromatic Colors of #1F2755
Black with #1F2755
Text Example
Text Example
White with #1F2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2755; }
p { color: rgb(31,39,85); }
H1.HeaderClassName
{
color: #1F2755;
}
.AnyTagClassName
{
color: #1F2755;
}
</style>
background-color css
<style>
a { background-color: #1F2755; }
a { background-color: rgb(31,39,85); }
div.DivClassName
{
background-color: #1F2755;
}
.BgClassName
{
background-color: #1F2755;
}
</style>
border-color css
<style>
span { border-color: #1F2755; }
span { border-color: rgb(31,39,85); }
td.TdClassName
{
border-color: #1F2755;
}
.TagClassName
{
border-color: #1F2755;
}
</style>