Shades of Lucky Point #1F295C
Tints of Lucky Point #1F295C
RGB
CMYK
RGB Variations
Color information
#1F295C (or 0x1F295C) is known color: Lucky Point. HEX triplet: 1F, 29 and 5C. RGB value is (31,41,92). Sum of RGB (Red+Green+Blue) = 31+41+92=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F295C is #E0D6A3. Grayscale: #2B2B2B. Windows color (decimal): -14735012 or 6039839. OLE color: 6039839.
HSL color Cylindrical-coordinate representation of color #1F295C: hue angle of 230.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F295C is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 41 | 92 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.64 |
| HSL | 230.16º | 0.5% | 0.24% | - |
| HSV(B) | 230.16º | 0.66% | 0.36% | - |
| XYZ | 3.29 | 2.65 | 10.46 | - |
| YUV | 43.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 92 | 0.66 | 0.55 | 0 | 0.64 | 230.16 | 0.5 | 0.24 |
| Hex | 1F | 29 | 5C | 42 | 37 | 0 | 40 | E6 | 32 | 18 |
| Octal | 37 | 51 | 134 | 102 | 67 | 0 | 100 | 346 | 62 | 30 |
| Binary | 11111 | 101001 | 1011100 | 1000010 | 110111 | 0 | 1000000 | 11100110 | 110010 | 11000 |
Color Harmonies of #1F295C
Complementary color
Monochromatic Colors of #1F295C
Black with #1F295C
Text Example
Text Example
White with #1F295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F295C; }
p { color: rgb(31,41,92); }
H1.HeaderClassName
{
color: #1F295C;
}
.AnyTagClassName
{
color: #1F295C;
}
</style>
background-color css
<style>
a { background-color: #1F295C; }
a { background-color: rgb(31,41,92); }
div.DivClassName
{
background-color: #1F295C;
}
.BgClassName
{
background-color: #1F295C;
}
</style>
border-color css
<style>
span { border-color: #1F295C; }
span { border-color: rgb(31,41,92); }
td.TdClassName
{
border-color: #1F295C;
}
.TagClassName
{
border-color: #1F295C;
}
</style>