Shades of Lucky Point #1F2358
Tints of Lucky Point #1F2358
RGB
CMYK
RGB Variations
Color information
#1F2358 (or 0x1F2358) is known color: Lucky Point. HEX triplet: 1F, 23 and 58. RGB value is (31,35,88). Sum of RGB (Red+Green+Blue) = 31+35+88=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2358 is #E0DCA7. Grayscale: #272727. Windows color (decimal): -14736552 or 5776159. OLE color: 5776159.
HSL color Cylindrical-coordinate representation of color #1F2358: hue angle of 235.79º 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 #1F2358 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 35 | 88 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.65 |
| HSL | 235.79º | 0.48% | 0.23% | - |
| HSV(B) | 235.79º | 0.65% | 0.35% | - |
| XYZ | 2.93 | 2.2 | 9.5 | - |
| YUV | 39.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 88 | 0.65 | 0.60 | 0 | 0.65 | 235.79 | 0.48 | 0.23 |
| Hex | 1F | 23 | 58 | 41 | 3C | 0 | 41 | EC | 30 | 17 |
| Octal | 37 | 43 | 130 | 101 | 74 | 0 | 101 | 354 | 60 | 27 |
| Binary | 11111 | 100011 | 1011000 | 1000001 | 111100 | 0 | 1000001 | 11101100 | 110000 | 10111 |
Color Harmonies of #1F2358
Complementary color
Monochromatic Colors of #1F2358
Black with #1F2358
Text Example
Text Example
White with #1F2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2358; }
p { color: rgb(31,35,88); }
H1.HeaderClassName
{
color: #1F2358;
}
.AnyTagClassName
{
color: #1F2358;
}
</style>
background-color css
<style>
a { background-color: #1F2358; }
a { background-color: rgb(31,35,88); }
div.DivClassName
{
background-color: #1F2358;
}
.BgClassName
{
background-color: #1F2358;
}
</style>
border-color css
<style>
span { border-color: #1F2358; }
span { border-color: rgb(31,35,88); }
td.TdClassName
{
border-color: #1F2358;
}
.TagClassName
{
border-color: #1F2358;
}
</style>