Shades of Lucky Point #19265B
Tints of Lucky Point #19265B
RGB
CMYK
RGB Variations
Color information
#19265B (or 0x19265B) is known color: Lucky Point. HEX triplet: 19, 26 and 5B. RGB value is (25,38,91). Sum of RGB (Red+Green+Blue) = 25+38+91=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #19265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265B is #E6D9A4. Grayscale: #272727. Windows color (decimal): -15128997 or 5973529. OLE color: 5973529.
HSL color Cylindrical-coordinate representation of color #19265B: hue angle of 228.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19265B is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 38 | 91 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.64 |
| HSL | 228.18º | 0.57% | 0.23% | - |
| HSV(B) | 228.18º | 0.73% | 0.36% | - |
| XYZ | 2.98 | 2.35 | 10.19 | - |
| YUV | 40.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 91 | 0.73 | 0.58 | 0 | 0.64 | 228.18 | 0.57 | 0.23 |
| Hex | 19 | 26 | 5B | 49 | 3A | 0 | 40 | E4 | 39 | 17 |
| Octal | 31 | 46 | 133 | 111 | 72 | 0 | 100 | 344 | 71 | 27 |
| Binary | 11001 | 100110 | 1011011 | 1001001 | 111010 | 0 | 1000000 | 11100100 | 111001 | 10111 |
Color Harmonies of #19265B
Complementary color
Monochromatic Colors of #19265B
Black with #19265B
Text Example
Text Example
White with #19265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19265B; }
p { color: rgb(25,38,91); }
H1.HeaderClassName
{
color: #19265B;
}
.AnyTagClassName
{
color: #19265B;
}
</style>
background-color css
<style>
a { background-color: #19265B; }
a { background-color: rgb(25,38,91); }
div.DivClassName
{
background-color: #19265B;
}
.BgClassName
{
background-color: #19265B;
}
</style>
border-color css
<style>
span { border-color: #19265B; }
span { border-color: rgb(25,38,91); }
td.TdClassName
{
border-color: #19265B;
}
.TagClassName
{
border-color: #19265B;
}
</style>