Shades of Lucky Point #1F2250
Tints of Lucky Point #1F2250
RGB
CMYK
RGB Variations
Color information
#1F2250 (or 0x1F2250) is known color: Lucky Point. HEX triplet: 1F, 22 and 50. RGB value is (31,34,80). Sum of RGB (Red+Green+Blue) = 31+34+80=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2250 is #E0DDAF. Grayscale: #262626. Windows color (decimal): -14736816 or 5251615. OLE color: 5251615.
HSL color Cylindrical-coordinate representation of color #1F2250: hue angle of 236.33º 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 #1F2250 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 34 | 80 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.69 |
| HSL | 236.33º | 0.44% | 0.22% | - |
| HSV(B) | 236.33º | 0.61% | 0.31% | - |
| XYZ | 2.59 | 2.01 | 7.84 | - |
| YUV | 38.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 80 | 0.61 | 0.58 | 0 | 0.69 | 236.33 | 0.44 | 0.22 |
| Hex | 1F | 22 | 50 | 3D | 3A | 0 | 45 | EC | 2C | 16 |
| Octal | 37 | 42 | 120 | 75 | 72 | 0 | 105 | 354 | 54 | 26 |
| Binary | 11111 | 100010 | 1010000 | 111101 | 111010 | 0 | 1000101 | 11101100 | 101100 | 10110 |
Color Harmonies of #1F2250
Complementary color
Monochromatic Colors of #1F2250
Black with #1F2250
Text Example
Text Example
White with #1F2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2250; }
p { color: rgb(31,34,80); }
H1.HeaderClassName
{
color: #1F2250;
}
.AnyTagClassName
{
color: #1F2250;
}
</style>
background-color css
<style>
a { background-color: #1F2250; }
a { background-color: rgb(31,34,80); }
div.DivClassName
{
background-color: #1F2250;
}
.BgClassName
{
background-color: #1F2250;
}
</style>
border-color css
<style>
span { border-color: #1F2250; }
span { border-color: rgb(31,34,80); }
td.TdClassName
{
border-color: #1F2250;
}
.TagClassName
{
border-color: #1F2250;
}
</style>