Shades of Lucky Point #131C51
Tints of Lucky Point #131C51
RGB
CMYK
RGB Variations
Color information
#131C51 (or 0x131C51) is known color: Lucky Point. HEX triplet: 13, 1C and 51. RGB value is (19,28,81). Sum of RGB (Red+Green+Blue) = 19+28+81=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #131C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C51 is #ECE3AE. Grayscale: #1F1F1F. Windows color (decimal): -15524783 or 5315603. OLE color: 5315603.
HSL color Cylindrical-coordinate representation of color #131C51: hue angle of 231.29º 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 #131C51 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 28 | 81 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.68 |
| HSL | 231.29º | 0.62% | 0.2% | - |
| HSV(B) | 231.29º | 0.77% | 0.32% | - |
| XYZ | 2.17 | 1.56 | 7.97 | - |
| YUV | 31.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 81 | 0.77 | 0.65 | 0 | 0.68 | 231.29 | 0.62 | 0.2 |
| Hex | 13 | 1C | 51 | 4D | 41 | 0 | 44 | E7 | 3E | 14 |
| Octal | 23 | 34 | 121 | 115 | 101 | 0 | 104 | 347 | 76 | 24 |
| Binary | 10011 | 11100 | 1010001 | 1001101 | 1000001 | 0 | 1000100 | 11100111 | 111110 | 10100 |
Color Harmonies of #131C51
Complementary color
Monochromatic Colors of #131C51
Black with #131C51
Text Example
Text Example
White with #131C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C51; }
p { color: rgb(19,28,81); }
H1.HeaderClassName
{
color: #131C51;
}
.AnyTagClassName
{
color: #131C51;
}
</style>
background-color css
<style>
a { background-color: #131C51; }
a { background-color: rgb(19,28,81); }
div.DivClassName
{
background-color: #131C51;
}
.BgClassName
{
background-color: #131C51;
}
</style>
border-color css
<style>
span { border-color: #131C51; }
span { border-color: rgb(19,28,81); }
td.TdClassName
{
border-color: #131C51;
}
.TagClassName
{
border-color: #131C51;
}
</style>