Shades of Lucky Point #1F264D
Tints of Lucky Point #1F264D
RGB
CMYK
RGB Variations
Color information
#1F264D (or 0x1F264D) is known color: Lucky Point. HEX triplet: 1F, 26 and 4D. RGB value is (31,38,77). Sum of RGB (Red+Green+Blue) = 31+38+77=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F264D is #E0D9B2. Grayscale: #282828. Windows color (decimal): -14735795 or 5056031. OLE color: 5056031.
HSL color Cylindrical-coordinate representation of color #1F264D: hue angle of 230.87º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F264D is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 38 | 77 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.70 |
| HSL | 230.87º | 0.43% | 0.21% | - |
| HSV(B) | 230.87º | 0.6% | 0.3% | - |
| XYZ | 2.6 | 2.21 | 7.31 | - |
| YUV | 40.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 77 | 0.60 | 0.51 | 0 | 0.70 | 230.87 | 0.43 | 0.21 |
| Hex | 1F | 26 | 4D | 3C | 33 | 0 | 46 | E7 | 2B | 15 |
| Octal | 37 | 46 | 115 | 74 | 63 | 0 | 106 | 347 | 53 | 25 |
| Binary | 11111 | 100110 | 1001101 | 111100 | 110011 | 0 | 1000110 | 11100111 | 101011 | 10101 |
Color Harmonies of #1F264D
Complementary color
Monochromatic Colors of #1F264D
Black with #1F264D
Text Example
Text Example
White with #1F264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F264D; }
p { color: rgb(31,38,77); }
H1.HeaderClassName
{
color: #1F264D;
}
.AnyTagClassName
{
color: #1F264D;
}
</style>
background-color css
<style>
a { background-color: #1F264D; }
a { background-color: rgb(31,38,77); }
div.DivClassName
{
background-color: #1F264D;
}
.BgClassName
{
background-color: #1F264D;
}
</style>
border-color css
<style>
span { border-color: #1F264D; }
span { border-color: rgb(31,38,77); }
td.TdClassName
{
border-color: #1F264D;
}
.TagClassName
{
border-color: #1F264D;
}
</style>