Shades of Lucky Point #19265A
Tints of Lucky Point #19265A
RGB
CMYK
RGB Variations
Color information
#19265A (or 0x19265A) is known color: Lucky Point. HEX triplet: 19, 26 and 5A. RGB value is (25,38,90). Sum of RGB (Red+Green+Blue) = 25+38+90=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #19265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265A is #E6D9A5. Grayscale: #272727. Windows color (decimal): -15128998 or 5907993. OLE color: 5907993.
HSL color Cylindrical-coordinate representation of color #19265A: hue angle of 228º 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 #19265A is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 38 | 90 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.65 |
| HSL | 228º | 0.57% | 0.23% | - |
| HSV(B) | 228º | 0.72% | 0.35% | - |
| XYZ | 2.94 | 2.33 | 9.97 | - |
| YUV | 40.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 90 | 0.72 | 0.58 | 0 | 0.65 | 228 | 0.57 | 0.23 |
| Hex | 19 | 26 | 5A | 48 | 3A | 0 | 41 | E4 | 39 | 17 |
| Octal | 31 | 46 | 132 | 110 | 72 | 0 | 101 | 344 | 71 | 27 |
| Binary | 11001 | 100110 | 1011010 | 1001000 | 111010 | 0 | 1000001 | 11100100 | 111001 | 10111 |
Color Harmonies of #19265A
Complementary color
Monochromatic Colors of #19265A
Black with #19265A
Text Example
Text Example
White with #19265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19265A; }
p { color: rgb(25,38,90); }
H1.HeaderClassName
{
color: #19265A;
}
.AnyTagClassName
{
color: #19265A;
}
</style>
background-color css
<style>
a { background-color: #19265A; }
a { background-color: rgb(25,38,90); }
div.DivClassName
{
background-color: #19265A;
}
.BgClassName
{
background-color: #19265A;
}
</style>
border-color css
<style>
span { border-color: #19265A; }
span { border-color: rgb(25,38,90); }
td.TdClassName
{
border-color: #19265A;
}
.TagClassName
{
border-color: #19265A;
}
</style>