Shades of Lucky Point #19274F
Tints of Lucky Point #19274F
RGB
CMYK
RGB Variations
Color information
#19274F (or 0x19274F) is known color: Lucky Point. HEX triplet: 19, 27 and 4F. RGB value is (25,39,79). Sum of RGB (Red+Green+Blue) = 25+39+79=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #19274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19274F is #E6D8B0. Grayscale: #272727. Windows color (decimal): -15128753 or 5187353. OLE color: 5187353.
HSL color Cylindrical-coordinate representation of color #19274F: hue angle of 224.44º degrees, saturation: 0.52, 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 #19274F is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 39 | 79 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.69 |
| HSL | 224.44º | 0.52% | 0.2% | - |
| HSV(B) | 224.44º | 0.68% | 0.31% | - |
| XYZ | 2.54 | 2.22 | 7.69 | - |
| YUV | 39.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 79 | 0.68 | 0.51 | 0 | 0.69 | 224.44 | 0.52 | 0.2 |
| Hex | 19 | 27 | 4F | 44 | 33 | 0 | 45 | E0 | 34 | 14 |
| Octal | 31 | 47 | 117 | 104 | 63 | 0 | 105 | 340 | 64 | 24 |
| Binary | 11001 | 100111 | 1001111 | 1000100 | 110011 | 0 | 1000101 | 11100000 | 110100 | 10100 |
Color Harmonies of #19274F
Complementary color
Monochromatic Colors of #19274F
Black with #19274F
Text Example
Text Example
White with #19274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19274F; }
p { color: rgb(25,39,79); }
H1.HeaderClassName
{
color: #19274F;
}
.AnyTagClassName
{
color: #19274F;
}
</style>
background-color css
<style>
a { background-color: #19274F; }
a { background-color: rgb(25,39,79); }
div.DivClassName
{
background-color: #19274F;
}
.BgClassName
{
background-color: #19274F;
}
</style>
border-color css
<style>
span { border-color: #19274F; }
span { border-color: rgb(25,39,79); }
td.TdClassName
{
border-color: #19274F;
}
.TagClassName
{
border-color: #19274F;
}
</style>