Shades of Lucky Point #1F2255
Tints of Lucky Point #1F2255
RGB
CMYK
RGB Variations
Color information
#1F2255 (or 0x1F2255) is known color: Lucky Point. HEX triplet: 1F, 22 and 55. RGB value is (31,34,85). Sum of RGB (Red+Green+Blue) = 31+34+85=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F2255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2255 is #E0DDAA. Grayscale: #262626. Windows color (decimal): -14736811 or 5579295. OLE color: 5579295.
HSL color Cylindrical-coordinate representation of color #1F2255: hue angle of 236.67º 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 #1F2255 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 34 | 85 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.67 |
| HSL | 236.67º | 0.47% | 0.23% | - |
| HSV(B) | 236.67º | 0.64% | 0.33% | - |
| XYZ | 2.78 | 2.09 | 8.85 | - |
| YUV | 38.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 85 | 0.64 | 0.60 | 0 | 0.67 | 236.67 | 0.47 | 0.23 |
| Hex | 1F | 22 | 55 | 40 | 3C | 0 | 43 | ED | 2F | 17 |
| Octal | 37 | 42 | 125 | 100 | 74 | 0 | 103 | 355 | 57 | 27 |
| Binary | 11111 | 100010 | 1010101 | 1000000 | 111100 | 0 | 1000011 | 11101101 | 101111 | 10111 |
Color Harmonies of #1F2255
Complementary color
Monochromatic Colors of #1F2255
Black with #1F2255
Text Example
Text Example
White with #1F2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2255; }
p { color: rgb(31,34,85); }
H1.HeaderClassName
{
color: #1F2255;
}
.AnyTagClassName
{
color: #1F2255;
}
</style>
background-color css
<style>
a { background-color: #1F2255; }
a { background-color: rgb(31,34,85); }
div.DivClassName
{
background-color: #1F2255;
}
.BgClassName
{
background-color: #1F2255;
}
</style>
border-color css
<style>
span { border-color: #1F2255; }
span { border-color: rgb(31,34,85); }
td.TdClassName
{
border-color: #1F2255;
}
.TagClassName
{
border-color: #1F2255;
}
</style>