Shades of Lucky Point #1F264A
Tints of Lucky Point #1F264A
RGB
CMYK
RGB Variations
Color information
#1F264A (or 0x1F264A) is known color: Lucky Point. HEX triplet: 1F, 26 and 4A. RGB value is (31,38,74). Sum of RGB (Red+Green+Blue) = 31+38+74=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F264A is #E0D9B5. Grayscale: #272727. Windows color (decimal): -14735798 or 4859423. OLE color: 4859423.
HSL color Cylindrical-coordinate representation of color #1F264A: hue angle of 230.23º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F264A is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 38 | 74 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.71 |
| HSL | 230.23º | 0.41% | 0.21% | - |
| HSV(B) | 230.23º | 0.58% | 0.29% | - |
| XYZ | 2.49 | 2.17 | 6.77 | - |
| YUV | 40.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 74 | 0.58 | 0.49 | 0 | 0.71 | 230.23 | 0.41 | 0.21 |
| Hex | 1F | 26 | 4A | 3A | 31 | 0 | 47 | E6 | 29 | 15 |
| Octal | 37 | 46 | 112 | 72 | 61 | 0 | 107 | 346 | 51 | 25 |
| Binary | 11111 | 100110 | 1001010 | 111010 | 110001 | 0 | 1000111 | 11100110 | 101001 | 10101 |
Color Harmonies of #1F264A
Complementary color
Monochromatic Colors of #1F264A
Black with #1F264A
Text Example
Text Example
White with #1F264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F264A; }
p { color: rgb(31,38,74); }
H1.HeaderClassName
{
color: #1F264A;
}
.AnyTagClassName
{
color: #1F264A;
}
</style>
background-color css
<style>
a { background-color: #1F264A; }
a { background-color: rgb(31,38,74); }
div.DivClassName
{
background-color: #1F264A;
}
.BgClassName
{
background-color: #1F264A;
}
</style>
border-color css
<style>
span { border-color: #1F264A; }
span { border-color: rgb(31,38,74); }
td.TdClassName
{
border-color: #1F264A;
}
.TagClassName
{
border-color: #1F264A;
}
</style>