Shades of Lucky Point #131D51
Tints of Lucky Point #131D51
RGB
CMYK
RGB Variations
Color information
#131D51 (or 0x131D51) is known color: Lucky Point. HEX triplet: 13, 1D and 51. RGB value is (19,29,81). Sum of RGB (Red+Green+Blue) = 19+29+81=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #131D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D51 is #ECE2AE. Grayscale: #1F1F1F. Windows color (decimal): -15524527 or 5315859. OLE color: 5315859.
HSL color Cylindrical-coordinate representation of color #131D51: hue angle of 230.32º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131D51 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 29 | 81 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.68 |
| HSL | 230.32º | 0.62% | 0.2% | - |
| HSV(B) | 230.32º | 0.77% | 0.32% | - |
| XYZ | 2.19 | 1.61 | 7.98 | - |
| YUV | 31.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 81 | 0.77 | 0.64 | 0 | 0.68 | 230.32 | 0.62 | 0.2 |
| Hex | 13 | 1D | 51 | 4D | 40 | 0 | 44 | E6 | 3E | 14 |
| Octal | 23 | 35 | 121 | 115 | 100 | 0 | 104 | 346 | 76 | 24 |
| Binary | 10011 | 11101 | 1010001 | 1001101 | 1000000 | 0 | 1000100 | 11100110 | 111110 | 10100 |
Color Harmonies of #131D51
Complementary color
Monochromatic Colors of #131D51
Black with #131D51
Text Example
Text Example
White with #131D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D51; }
p { color: rgb(19,29,81); }
H1.HeaderClassName
{
color: #131D51;
}
.AnyTagClassName
{
color: #131D51;
}
</style>
background-color css
<style>
a { background-color: #131D51; }
a { background-color: rgb(19,29,81); }
div.DivClassName
{
background-color: #131D51;
}
.BgClassName
{
background-color: #131D51;
}
</style>
border-color css
<style>
span { border-color: #131D51; }
span { border-color: rgb(19,29,81); }
td.TdClassName
{
border-color: #131D51;
}
.TagClassName
{
border-color: #131D51;
}
</style>