Shades of Lucky Point #131D50
Tints of Lucky Point #131D50
RGB
CMYK
RGB Variations
Color information
#131D50 (or 0x131D50) is known color: Lucky Point. HEX triplet: 13, 1D and 50. RGB value is (19,29,80). Sum of RGB (Red+Green+Blue) = 19+29+80=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #131D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D50 is #ECE2AF. Grayscale: #1F1F1F. Windows color (decimal): -15524528 or 5250323. OLE color: 5250323.
HSL color Cylindrical-coordinate representation of color #131D50: hue angle of 230.16º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131D50 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 29 | 80 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.69 |
| HSL | 230.16º | 0.62% | 0.19% | - |
| HSV(B) | 230.16º | 0.76% | 0.31% | - |
| XYZ | 2.16 | 1.6 | 7.78 | - |
| YUV | 31.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 80 | 0.76 | 0.64 | 0 | 0.69 | 230.16 | 0.62 | 0.19 |
| Hex | 13 | 1D | 50 | 4C | 40 | 0 | 45 | E6 | 3E | 13 |
| Octal | 23 | 35 | 120 | 114 | 100 | 0 | 105 | 346 | 76 | 23 |
| Binary | 10011 | 11101 | 1010000 | 1001100 | 1000000 | 0 | 1000101 | 11100110 | 111110 | 10011 |
Color Harmonies of #131D50
Complementary color
Monochromatic Colors of #131D50
Black with #131D50
Text Example
Text Example
White with #131D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D50; }
p { color: rgb(19,29,80); }
H1.HeaderClassName
{
color: #131D50;
}
.AnyTagClassName
{
color: #131D50;
}
</style>
background-color css
<style>
a { background-color: #131D50; }
a { background-color: rgb(19,29,80); }
div.DivClassName
{
background-color: #131D50;
}
.BgClassName
{
background-color: #131D50;
}
</style>
border-color css
<style>
span { border-color: #131D50; }
span { border-color: rgb(19,29,80); }
td.TdClassName
{
border-color: #131D50;
}
.TagClassName
{
border-color: #131D50;
}
</style>