Shades of Lucky Point #1F2750
Tints of Lucky Point #1F2750
RGB
CMYK
RGB Variations
Color information
#1F2750 (or 0x1F2750) is known color: Lucky Point. HEX triplet: 1F, 27 and 50. RGB value is (31,39,80). Sum of RGB (Red+Green+Blue) = 31+39+80=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2750 is #E0D8AF. Grayscale: #292929. Windows color (decimal): -14735536 or 5252895. OLE color: 5252895.
HSL color Cylindrical-coordinate representation of color #1F2750: hue angle of 230.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F2750 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 39 | 80 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.69 |
| HSL | 230.2º | 0.44% | 0.22% | - |
| HSV(B) | 230.2º | 0.61% | 0.31% | - |
| XYZ | 2.74 | 2.32 | 7.89 | - |
| YUV | 41.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 80 | 0.61 | 0.51 | 0 | 0.69 | 230.2 | 0.44 | 0.22 |
| Hex | 1F | 27 | 50 | 3D | 33 | 0 | 45 | E6 | 2C | 16 |
| Octal | 37 | 47 | 120 | 75 | 63 | 0 | 105 | 346 | 54 | 26 |
| Binary | 11111 | 100111 | 1010000 | 111101 | 110011 | 0 | 1000101 | 11100110 | 101100 | 10110 |
Color Harmonies of #1F2750
Complementary color
Monochromatic Colors of #1F2750
Black with #1F2750
Text Example
Text Example
White with #1F2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2750; }
p { color: rgb(31,39,80); }
H1.HeaderClassName
{
color: #1F2750;
}
.AnyTagClassName
{
color: #1F2750;
}
</style>
background-color css
<style>
a { background-color: #1F2750; }
a { background-color: rgb(31,39,80); }
div.DivClassName
{
background-color: #1F2750;
}
.BgClassName
{
background-color: #1F2750;
}
</style>
border-color css
<style>
span { border-color: #1F2750; }
span { border-color: rgb(31,39,80); }
td.TdClassName
{
border-color: #1F2750;
}
.TagClassName
{
border-color: #1F2750;
}
</style>