Shades of Lucky Point #1D254D
Tints of Lucky Point #1D254D
RGB
CMYK
RGB Variations
Color information
#1D254D (or 0x1D254D) is known color: Lucky Point. HEX triplet: 1D, 25 and 4D. RGB value is (29,37,77). Sum of RGB (Red+Green+Blue) = 29+37+77=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D254D is #E2DAB2. Grayscale: #272727. Windows color (decimal): -14867123 or 5055773. OLE color: 5055773.
HSL color Cylindrical-coordinate representation of color #1D254D: hue angle of 230º 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 #1D254D is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 37 | 77 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.70 |
| HSL | 230º | 0.45% | 0.21% | - |
| HSV(B) | 230º | 0.62% | 0.3% | - |
| XYZ | 2.51 | 2.12 | 7.3 | - |
| YUV | 39.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 77 | 0.62 | 0.52 | 0 | 0.70 | 230 | 0.45 | 0.21 |
| Hex | 1D | 25 | 4D | 3E | 34 | 0 | 46 | E6 | 2D | 15 |
| Octal | 35 | 45 | 115 | 76 | 64 | 0 | 106 | 346 | 55 | 25 |
| Binary | 11101 | 100101 | 1001101 | 111110 | 110100 | 0 | 1000110 | 11100110 | 101101 | 10101 |
Color Harmonies of #1D254D
Complementary color
Monochromatic Colors of #1D254D
Black with #1D254D
Text Example
Text Example
White with #1D254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D254D; }
p { color: rgb(29,37,77); }
H1.HeaderClassName
{
color: #1D254D;
}
.AnyTagClassName
{
color: #1D254D;
}
</style>
background-color css
<style>
a { background-color: #1D254D; }
a { background-color: rgb(29,37,77); }
div.DivClassName
{
background-color: #1D254D;
}
.BgClassName
{
background-color: #1D254D;
}
</style>
border-color css
<style>
span { border-color: #1D254D; }
span { border-color: rgb(29,37,77); }
td.TdClassName
{
border-color: #1D254D;
}
.TagClassName
{
border-color: #1D254D;
}
</style>