Shades of Lucky Point #19275A
Tints of Lucky Point #19275A
RGB
CMYK
RGB Variations
Color information
#19275A (or 0x19275A) is known color: Lucky Point. HEX triplet: 19, 27 and 5A. RGB value is (25,39,90). Sum of RGB (Red+Green+Blue) = 25+39+90=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #19275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275A is #E6D8A5. Grayscale: #282828. Windows color (decimal): -15128742 or 5908249. OLE color: 5908249.
HSL color Cylindrical-coordinate representation of color #19275A: hue angle of 227.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19275A is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 39 | 90 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.65 |
| HSL | 227.08º | 0.57% | 0.23% | - |
| HSV(B) | 227.08º | 0.72% | 0.35% | - |
| XYZ | 2.97 | 2.4 | 9.98 | - |
| YUV | 40.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 90 | 0.72 | 0.57 | 0 | 0.65 | 227.08 | 0.57 | 0.23 |
| Hex | 19 | 27 | 5A | 48 | 39 | 0 | 41 | E3 | 39 | 17 |
| Octal | 31 | 47 | 132 | 110 | 71 | 0 | 101 | 343 | 71 | 27 |
| Binary | 11001 | 100111 | 1011010 | 1001000 | 111001 | 0 | 1000001 | 11100011 | 111001 | 10111 |
Color Harmonies of #19275A
Complementary color
Monochromatic Colors of #19275A
Black with #19275A
Text Example
Text Example
White with #19275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19275A; }
p { color: rgb(25,39,90); }
H1.HeaderClassName
{
color: #19275A;
}
.AnyTagClassName
{
color: #19275A;
}
</style>
background-color css
<style>
a { background-color: #19275A; }
a { background-color: rgb(25,39,90); }
div.DivClassName
{
background-color: #19275A;
}
.BgClassName
{
background-color: #19275A;
}
</style>
border-color css
<style>
span { border-color: #19275A; }
span { border-color: rgb(25,39,90); }
td.TdClassName
{
border-color: #19275A;
}
.TagClassName
{
border-color: #19275A;
}
</style>