Shades of Lucky Point #1F2450
Tints of Lucky Point #1F2450
RGB
CMYK
RGB Variations
Color information
#1F2450 (or 0x1F2450) is known color: Lucky Point. HEX triplet: 1F, 24 and 50. RGB value is (31,36,80). Sum of RGB (Red+Green+Blue) = 31+36+80=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F2450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2450 is #E0DBAF. Grayscale: #272727. Windows color (decimal): -14736304 or 5252127. OLE color: 5252127.
HSL color Cylindrical-coordinate representation of color #1F2450: hue angle of 233.88º 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 #1F2450 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 36 | 80 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.69 |
| HSL | 233.88º | 0.44% | 0.22% | - |
| HSV(B) | 233.88º | 0.61% | 0.31% | - |
| XYZ | 2.64 | 2.13 | 7.86 | - |
| YUV | 39.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 80 | 0.61 | 0.55 | 0 | 0.69 | 233.88 | 0.44 | 0.22 |
| Hex | 1F | 24 | 50 | 3D | 37 | 0 | 45 | EA | 2C | 16 |
| Octal | 37 | 44 | 120 | 75 | 67 | 0 | 105 | 352 | 54 | 26 |
| Binary | 11111 | 100100 | 1010000 | 111101 | 110111 | 0 | 1000101 | 11101010 | 101100 | 10110 |
Color Harmonies of #1F2450
Complementary color
Monochromatic Colors of #1F2450
Black with #1F2450
Text Example
Text Example
White with #1F2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2450; }
p { color: rgb(31,36,80); }
H1.HeaderClassName
{
color: #1F2450;
}
.AnyTagClassName
{
color: #1F2450;
}
</style>
background-color css
<style>
a { background-color: #1F2450; }
a { background-color: rgb(31,36,80); }
div.DivClassName
{
background-color: #1F2450;
}
.BgClassName
{
background-color: #1F2450;
}
</style>
border-color css
<style>
span { border-color: #1F2450; }
span { border-color: rgb(31,36,80); }
td.TdClassName
{
border-color: #1F2450;
}
.TagClassName
{
border-color: #1F2450;
}
</style>