Shades of Lucky Point #1F255C
Tints of Lucky Point #1F255C
RGB
CMYK
RGB Variations
Color information
#1F255C (or 0x1F255C) is known color: Lucky Point. HEX triplet: 1F, 25 and 5C. RGB value is (31,37,92). Sum of RGB (Red+Green+Blue) = 31+37+92=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F255C is #E0DAA3. Grayscale: #292929. Windows color (decimal): -14736036 or 6038815. OLE color: 6038815.
HSL color Cylindrical-coordinate representation of color #1F255C: hue angle of 234.1º 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 #1F255C is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 37 | 92 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.64 |
| HSL | 234.1º | 0.5% | 0.24% | - |
| HSV(B) | 234.1º | 0.66% | 0.36% | - |
| XYZ | 3.16 | 2.39 | 10.42 | - |
| YUV | 41.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 92 | 0.66 | 0.60 | 0 | 0.64 | 234.1 | 0.5 | 0.24 |
| Hex | 1F | 25 | 5C | 42 | 3C | 0 | 40 | EA | 32 | 18 |
| Octal | 37 | 45 | 134 | 102 | 74 | 0 | 100 | 352 | 62 | 30 |
| Binary | 11111 | 100101 | 1011100 | 1000010 | 111100 | 0 | 1000000 | 11101010 | 110010 | 11000 |
Color Harmonies of #1F255C
Complementary color
Monochromatic Colors of #1F255C
Black with #1F255C
Text Example
Text Example
White with #1F255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F255C; }
p { color: rgb(31,37,92); }
H1.HeaderClassName
{
color: #1F255C;
}
.AnyTagClassName
{
color: #1F255C;
}
</style>
background-color css
<style>
a { background-color: #1F255C; }
a { background-color: rgb(31,37,92); }
div.DivClassName
{
background-color: #1F255C;
}
.BgClassName
{
background-color: #1F255C;
}
</style>
border-color css
<style>
span { border-color: #1F255C; }
span { border-color: rgb(31,37,92); }
td.TdClassName
{
border-color: #1F255C;
}
.TagClassName
{
border-color: #1F255C;
}
</style>