Shades of Lucky Point #1F295D
Tints of Lucky Point #1F295D
RGB
CMYK
RGB Variations
Color information
#1F295D (or 0x1F295D) is known color: Lucky Point. HEX triplet: 1F, 29 and 5D. RGB value is (31,41,93). Sum of RGB (Red+Green+Blue) = 31+41+93=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F295D is #E0D6A2. Grayscale: #2B2B2B. Windows color (decimal): -14735011 or 6105375. OLE color: 6105375.
HSL color Cylindrical-coordinate representation of color #1F295D: hue angle of 230.32º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F295D is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 41 | 93 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.64 |
| HSL | 230.32º | 0.5% | 0.24% | - |
| HSV(B) | 230.32º | 0.67% | 0.36% | - |
| XYZ | 3.33 | 2.67 | 10.7 | - |
| YUV | 43.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 93 | 0.67 | 0.56 | 0 | 0.64 | 230.32 | 0.5 | 0.24 |
| Hex | 1F | 29 | 5D | 43 | 38 | 0 | 40 | E6 | 32 | 18 |
| Octal | 37 | 51 | 135 | 103 | 70 | 0 | 100 | 346 | 62 | 30 |
| Binary | 11111 | 101001 | 1011101 | 1000011 | 111000 | 0 | 1000000 | 11100110 | 110010 | 11000 |
Color Harmonies of #1F295D
Complementary color
Monochromatic Colors of #1F295D
Black with #1F295D
Text Example
Text Example
White with #1F295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F295D; }
p { color: rgb(31,41,93); }
H1.HeaderClassName
{
color: #1F295D;
}
.AnyTagClassName
{
color: #1F295D;
}
</style>
background-color css
<style>
a { background-color: #1F295D; }
a { background-color: rgb(31,41,93); }
div.DivClassName
{
background-color: #1F295D;
}
.BgClassName
{
background-color: #1F295D;
}
</style>
border-color css
<style>
span { border-color: #1F295D; }
span { border-color: rgb(31,41,93); }
td.TdClassName
{
border-color: #1F295D;
}
.TagClassName
{
border-color: #1F295D;
}
</style>