Shades of Lucky Point #1F265C
Tints of Lucky Point #1F265C
RGB
CMYK
RGB Variations
Color information
#1F265C (or 0x1F265C) is known color: Lucky Point. HEX triplet: 1F, 26 and 5C. RGB value is (31,38,92). Sum of RGB (Red+Green+Blue) = 31+38+92=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265C is #E0D9A3. Grayscale: #292929. Windows color (decimal): -14735780 or 6039071. OLE color: 6039071.
HSL color Cylindrical-coordinate representation of color #1F265C: hue angle of 233.11º 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 #1F265C is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 38 | 92 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.64 |
| HSL | 233.11º | 0.5% | 0.24% | - |
| HSV(B) | 233.11º | 0.66% | 0.36% | - |
| XYZ | 3.19 | 2.45 | 10.43 | - |
| YUV | 42.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 92 | 0.66 | 0.59 | 0 | 0.64 | 233.11 | 0.5 | 0.24 |
| Hex | 1F | 26 | 5C | 42 | 3B | 0 | 40 | E9 | 32 | 18 |
| Octal | 37 | 46 | 134 | 102 | 73 | 0 | 100 | 351 | 62 | 30 |
| Binary | 11111 | 100110 | 1011100 | 1000010 | 111011 | 0 | 1000000 | 11101001 | 110010 | 11000 |
Color Harmonies of #1F265C
Complementary color
Monochromatic Colors of #1F265C
Black with #1F265C
Text Example
Text Example
White with #1F265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F265C; }
p { color: rgb(31,38,92); }
H1.HeaderClassName
{
color: #1F265C;
}
.AnyTagClassName
{
color: #1F265C;
}
</style>
background-color css
<style>
a { background-color: #1F265C; }
a { background-color: rgb(31,38,92); }
div.DivClassName
{
background-color: #1F265C;
}
.BgClassName
{
background-color: #1F265C;
}
</style>
border-color css
<style>
span { border-color: #1F265C; }
span { border-color: rgb(31,38,92); }
td.TdClassName
{
border-color: #1F265C;
}
.TagClassName
{
border-color: #1F265C;
}
</style>