Shades of Lucky Point #131852
Tints of Lucky Point #131852
RGB
CMYK
RGB Variations
Color information
#131852 (or 0x131852) is known color: Lucky Point. HEX triplet: 13, 18 and 52. RGB value is (19,24,82). Sum of RGB (Red+Green+Blue) = 19+24+82=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #131852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131852 is #ECE7AD. Grayscale: #1C1C1C. Windows color (decimal): -15525806 or 5380115. OLE color: 5380115.
HSL color Cylindrical-coordinate representation of color #131852: hue angle of 235.24º 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 #131852 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 24 | 82 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.68 |
| HSL | 235.24º | 0.62% | 0.2% | - |
| HSV(B) | 235.24º | 0.77% | 0.32% | - |
| XYZ | 2.12 | 1.4 | 8.14 | - |
| YUV | 29.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 82 | 0.77 | 0.71 | 0 | 0.68 | 235.24 | 0.62 | 0.2 |
| Hex | 13 | 18 | 52 | 4D | 47 | 0 | 44 | EB | 3E | 14 |
| Octal | 23 | 30 | 122 | 115 | 107 | 0 | 104 | 353 | 76 | 24 |
| Binary | 10011 | 11000 | 1010010 | 1001101 | 1000111 | 0 | 1000100 | 11101011 | 111110 | 10100 |
Color Harmonies of #131852
Complementary color
Monochromatic Colors of #131852
Black with #131852
Text Example
Text Example
White with #131852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131852; }
p { color: rgb(19,24,82); }
H1.HeaderClassName
{
color: #131852;
}
.AnyTagClassName
{
color: #131852;
}
</style>
background-color css
<style>
a { background-color: #131852; }
a { background-color: rgb(19,24,82); }
div.DivClassName
{
background-color: #131852;
}
.BgClassName
{
background-color: #131852;
}
</style>
border-color css
<style>
span { border-color: #131852; }
span { border-color: rgb(19,24,82); }
td.TdClassName
{
border-color: #131852;
}
.TagClassName
{
border-color: #131852;
}
</style>