Shades of Lucky Point #1F2D58
Tints of Lucky Point #1F2D58
RGB
CMYK
RGB Variations
Color information
#1F2D58 (or 0x1F2D58) is known color: Lucky Point. HEX triplet: 1F, 2D and 58. RGB value is (31,45,88). Sum of RGB (Red+Green+Blue) = 31+45+88=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F2D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2D58 is #E0D2A7. Grayscale: #2D2D2D. Windows color (decimal): -14733992 or 5778719. OLE color: 5778719.
HSL color Cylindrical-coordinate representation of color #1F2D58: hue angle of 225.26º 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 #1F2D58 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 45 | 88 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.65 |
| HSL | 225.26º | 0.48% | 0.23% | - |
| HSV(B) | 225.26º | 0.65% | 0.35% | - |
| XYZ | 3.26 | 2.87 | 9.61 | - |
| YUV | 45.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 88 | 0.65 | 0.49 | 0 | 0.65 | 225.26 | 0.48 | 0.23 |
| Hex | 1F | 2D | 58 | 41 | 31 | 0 | 41 | E1 | 30 | 17 |
| Octal | 37 | 55 | 130 | 101 | 61 | 0 | 101 | 341 | 60 | 27 |
| Binary | 11111 | 101101 | 1011000 | 1000001 | 110001 | 0 | 1000001 | 11100001 | 110000 | 10111 |
Color Harmonies of #1F2D58
Complementary color
Monochromatic Colors of #1F2D58
Black with #1F2D58
Text Example
Text Example
White with #1F2D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D58; }
p { color: rgb(31,45,88); }
H1.HeaderClassName
{
color: #1F2D58;
}
.AnyTagClassName
{
color: #1F2D58;
}
</style>
background-color css
<style>
a { background-color: #1F2D58; }
a { background-color: rgb(31,45,88); }
div.DivClassName
{
background-color: #1F2D58;
}
.BgClassName
{
background-color: #1F2D58;
}
</style>
border-color css
<style>
span { border-color: #1F2D58; }
span { border-color: rgb(31,45,88); }
td.TdClassName
{
border-color: #1F2D58;
}
.TagClassName
{
border-color: #1F2D58;
}
</style>