Shades of Lucky Point #1F254D
Tints of Lucky Point #1F254D
RGB
CMYK
RGB Variations
Color information
#1F254D (or 0x1F254D) is known color: Lucky Point. HEX triplet: 1F, 25 and 4D. RGB value is (31,37,77). Sum of RGB (Red+Green+Blue) = 31+37+77=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F254D is #E0DAB2. Grayscale: #272727. Windows color (decimal): -14736051 or 5055775. OLE color: 5055775.
HSL color Cylindrical-coordinate representation of color #1F254D: hue angle of 232.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F254D is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 37 | 77 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.70 |
| HSL | 232.17º | 0.43% | 0.21% | - |
| HSV(B) | 232.17º | 0.6% | 0.3% | - |
| XYZ | 2.57 | 2.15 | 7.3 | - |
| YUV | 39.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 77 | 0.60 | 0.52 | 0 | 0.70 | 232.17 | 0.43 | 0.21 |
| Hex | 1F | 25 | 4D | 3C | 34 | 0 | 46 | E8 | 2B | 15 |
| Octal | 37 | 45 | 115 | 74 | 64 | 0 | 106 | 350 | 53 | 25 |
| Binary | 11111 | 100101 | 1001101 | 111100 | 110100 | 0 | 1000110 | 11101000 | 101011 | 10101 |
Color Harmonies of #1F254D
Complementary color
Monochromatic Colors of #1F254D
Black with #1F254D
Text Example
Text Example
White with #1F254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F254D; }
p { color: rgb(31,37,77); }
H1.HeaderClassName
{
color: #1F254D;
}
.AnyTagClassName
{
color: #1F254D;
}
</style>
background-color css
<style>
a { background-color: #1F254D; }
a { background-color: rgb(31,37,77); }
div.DivClassName
{
background-color: #1F254D;
}
.BgClassName
{
background-color: #1F254D;
}
</style>
border-color css
<style>
span { border-color: #1F254D; }
span { border-color: rgb(31,37,77); }
td.TdClassName
{
border-color: #1F254D;
}
.TagClassName
{
border-color: #1F254D;
}
</style>