Shades of Lucky Point #1D274D
Tints of Lucky Point #1D274D
RGB
CMYK
RGB Variations
Color information
#1D274D (or 0x1D274D) is known color: Lucky Point. HEX triplet: 1D, 27 and 4D. RGB value is (29,39,77). Sum of RGB (Red+Green+Blue) = 29+39+77=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D274D is #E2D8B2. Grayscale: #282828. Windows color (decimal): -14866611 or 5056285. OLE color: 5056285.
HSL color Cylindrical-coordinate representation of color #1D274D: hue angle of 227.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D274D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 39 | 77 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.70 |
| HSL | 227.5º | 0.45% | 0.21% | - |
| HSV(B) | 227.5º | 0.62% | 0.3% | - |
| XYZ | 2.57 | 2.25 | 7.32 | - |
| YUV | 40.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 77 | 0.62 | 0.49 | 0 | 0.70 | 227.5 | 0.45 | 0.21 |
| Hex | 1D | 27 | 4D | 3E | 31 | 0 | 46 | E4 | 2D | 15 |
| Octal | 35 | 47 | 115 | 76 | 61 | 0 | 106 | 344 | 55 | 25 |
| Binary | 11101 | 100111 | 1001101 | 111110 | 110001 | 0 | 1000110 | 11100100 | 101101 | 10101 |
Color Harmonies of #1D274D
Complementary color
Monochromatic Colors of #1D274D
Black with #1D274D
Text Example
Text Example
White with #1D274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D274D; }
p { color: rgb(29,39,77); }
H1.HeaderClassName
{
color: #1D274D;
}
.AnyTagClassName
{
color: #1D274D;
}
</style>
background-color css
<style>
a { background-color: #1D274D; }
a { background-color: rgb(29,39,77); }
div.DivClassName
{
background-color: #1D274D;
}
.BgClassName
{
background-color: #1D274D;
}
</style>
border-color css
<style>
span { border-color: #1D274D; }
span { border-color: rgb(29,39,77); }
td.TdClassName
{
border-color: #1D274D;
}
.TagClassName
{
border-color: #1D274D;
}
</style>