Shades of Lucky Point #1F2252
Tints of Lucky Point #1F2252
RGB
CMYK
RGB Variations
Color information
#1F2252 (or 0x1F2252) is known color: Lucky Point. HEX triplet: 1F, 22 and 52. RGB value is (31,34,82). Sum of RGB (Red+Green+Blue) = 31+34+82=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F2252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2252 is #E0DDAD. Grayscale: #262626. Windows color (decimal): -14736814 or 5382687. OLE color: 5382687.
HSL color Cylindrical-coordinate representation of color #1F2252: hue angle of 236.47º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F2252 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 34 | 82 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.68 |
| HSL | 236.47º | 0.45% | 0.22% | - |
| HSV(B) | 236.47º | 0.62% | 0.32% | - |
| XYZ | 2.66 | 2.04 | 8.24 | - |
| YUV | 38.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 82 | 0.62 | 0.59 | 0 | 0.68 | 236.47 | 0.45 | 0.22 |
| Hex | 1F | 22 | 52 | 3E | 3B | 0 | 44 | EC | 2D | 16 |
| Octal | 37 | 42 | 122 | 76 | 73 | 0 | 104 | 354 | 55 | 26 |
| Binary | 11111 | 100010 | 1010010 | 111110 | 111011 | 0 | 1000100 | 11101100 | 101101 | 10110 |
Color Harmonies of #1F2252
Complementary color
Monochromatic Colors of #1F2252
Black with #1F2252
Text Example
Text Example
White with #1F2252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2252; }
p { color: rgb(31,34,82); }
H1.HeaderClassName
{
color: #1F2252;
}
.AnyTagClassName
{
color: #1F2252;
}
</style>
background-color css
<style>
a { background-color: #1F2252; }
a { background-color: rgb(31,34,82); }
div.DivClassName
{
background-color: #1F2252;
}
.BgClassName
{
background-color: #1F2252;
}
</style>
border-color css
<style>
span { border-color: #1F2252; }
span { border-color: rgb(31,34,82); }
td.TdClassName
{
border-color: #1F2252;
}
.TagClassName
{
border-color: #1F2252;
}
</style>