Shades of Lucky Point #1F2758
Tints of Lucky Point #1F2758
RGB
CMYK
RGB Variations
Color information
#1F2758 (or 0x1F2758) is known color: Lucky Point. HEX triplet: 1F, 27 and 58. RGB value is (31,39,88). Sum of RGB (Red+Green+Blue) = 31+39+88=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2758 is #E0D8A7. Grayscale: #292929. Windows color (decimal): -14735528 or 5777183. OLE color: 5777183.
HSL color Cylindrical-coordinate representation of color #1F2758: hue angle of 231.58º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F2758 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 39 | 88 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.65 |
| HSL | 231.58º | 0.48% | 0.23% | - |
| HSV(B) | 231.58º | 0.65% | 0.35% | - |
| XYZ | 3.05 | 2.45 | 9.54 | - |
| YUV | 42.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 88 | 0.65 | 0.56 | 0 | 0.65 | 231.58 | 0.48 | 0.23 |
| Hex | 1F | 27 | 58 | 41 | 38 | 0 | 41 | E8 | 30 | 17 |
| Octal | 37 | 47 | 130 | 101 | 70 | 0 | 101 | 350 | 60 | 27 |
| Binary | 11111 | 100111 | 1011000 | 1000001 | 111000 | 0 | 1000001 | 11101000 | 110000 | 10111 |
Color Harmonies of #1F2758
Complementary color
Monochromatic Colors of #1F2758
Black with #1F2758
Text Example
Text Example
White with #1F2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2758; }
p { color: rgb(31,39,88); }
H1.HeaderClassName
{
color: #1F2758;
}
.AnyTagClassName
{
color: #1F2758;
}
</style>
background-color css
<style>
a { background-color: #1F2758; }
a { background-color: rgb(31,39,88); }
div.DivClassName
{
background-color: #1F2758;
}
.BgClassName
{
background-color: #1F2758;
}
</style>
border-color css
<style>
span { border-color: #1F2758; }
span { border-color: rgb(31,39,88); }
td.TdClassName
{
border-color: #1F2758;
}
.TagClassName
{
border-color: #1F2758;
}
</style>