Shades of Lucky Point #19274E
Tints of Lucky Point #19274E
RGB
CMYK
RGB Variations
Color information
#19274E (or 0x19274E) is known color: Lucky Point. HEX triplet: 19, 27 and 4E. RGB value is (25,39,78). Sum of RGB (Red+Green+Blue) = 25+39+78=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #19274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19274E is #E6D8B1. Grayscale: #272727. Windows color (decimal): -15128754 or 5121817. OLE color: 5121817.
HSL color Cylindrical-coordinate representation of color #19274E: hue angle of 224.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19274E is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 39 | 78 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.69 |
| HSL | 224.15º | 0.51% | 0.2% | - |
| HSV(B) | 224.15º | 0.68% | 0.31% | - |
| XYZ | 2.5 | 2.21 | 7.5 | - |
| YUV | 39.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 78 | 0.68 | 0.50 | 0 | 0.69 | 224.15 | 0.51 | 0.2 |
| Hex | 19 | 27 | 4E | 44 | 32 | 0 | 45 | E0 | 33 | 14 |
| Octal | 31 | 47 | 116 | 104 | 62 | 0 | 105 | 340 | 63 | 24 |
| Binary | 11001 | 100111 | 1001110 | 1000100 | 110010 | 0 | 1000101 | 11100000 | 110011 | 10100 |
Color Harmonies of #19274E
Complementary color
Monochromatic Colors of #19274E
Black with #19274E
Text Example
Text Example
White with #19274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19274E; }
p { color: rgb(25,39,78); }
H1.HeaderClassName
{
color: #19274E;
}
.AnyTagClassName
{
color: #19274E;
}
</style>
background-color css
<style>
a { background-color: #19274E; }
a { background-color: rgb(25,39,78); }
div.DivClassName
{
background-color: #19274E;
}
.BgClassName
{
background-color: #19274E;
}
</style>
border-color css
<style>
span { border-color: #19274E; }
span { border-color: rgb(25,39,78); }
td.TdClassName
{
border-color: #19274E;
}
.TagClassName
{
border-color: #19274E;
}
</style>