Shades of Lucky Point #1F2259
Tints of Lucky Point #1F2259
RGB
CMYK
RGB Variations
Color information
#1F2259 (or 0x1F2259) is known color: Lucky Point. HEX triplet: 1F, 22 and 59. RGB value is (31,34,89). Sum of RGB (Red+Green+Blue) = 31+34+89=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F2259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2259 is #E0DDA6. Grayscale: #272727. Windows color (decimal): -14736807 or 5841439. OLE color: 5841439.
HSL color Cylindrical-coordinate representation of color #1F2259: hue angle of 236.9º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F2259 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 34 | 89 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.65 |
| HSL | 236.9º | 0.48% | 0.24% | - |
| HSV(B) | 236.9º | 0.65% | 0.35% | - |
| XYZ | 2.94 | 2.16 | 9.71 | - |
| YUV | 39.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 89 | 0.65 | 0.62 | 0 | 0.65 | 236.9 | 0.48 | 0.24 |
| Hex | 1F | 22 | 59 | 41 | 3E | 0 | 41 | ED | 30 | 18 |
| Octal | 37 | 42 | 131 | 101 | 76 | 0 | 101 | 355 | 60 | 30 |
| Binary | 11111 | 100010 | 1011001 | 1000001 | 111110 | 0 | 1000001 | 11101101 | 110000 | 11000 |
Color Harmonies of #1F2259
Complementary color
Monochromatic Colors of #1F2259
Black with #1F2259
Text Example
Text Example
White with #1F2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2259; }
p { color: rgb(31,34,89); }
H1.HeaderClassName
{
color: #1F2259;
}
.AnyTagClassName
{
color: #1F2259;
}
</style>
background-color css
<style>
a { background-color: #1F2259; }
a { background-color: rgb(31,34,89); }
div.DivClassName
{
background-color: #1F2259;
}
.BgClassName
{
background-color: #1F2259;
}
</style>
border-color css
<style>
span { border-color: #1F2259; }
span { border-color: rgb(31,34,89); }
td.TdClassName
{
border-color: #1F2259;
}
.TagClassName
{
border-color: #1F2259;
}
</style>