Shades of Lucky Point #1D254B
Tints of Lucky Point #1D254B
RGB
CMYK
RGB Variations
Color information
#1D254B (or 0x1D254B) is known color: Lucky Point. HEX triplet: 1D, 25 and 4B. RGB value is (29,37,75). Sum of RGB (Red+Green+Blue) = 29+37+75=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D254B is #E2DAB4. Grayscale: #262626. Windows color (decimal): -14867125 or 4924701. OLE color: 4924701.
HSL color Cylindrical-coordinate representation of color #1D254B: hue angle of 229.57º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D254B is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 37 | 75 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.71 |
| HSL | 229.57º | 0.44% | 0.2% | - |
| HSV(B) | 229.57º | 0.61% | 0.29% | - |
| XYZ | 2.44 | 2.09 | 6.93 | - |
| YUV | 38.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 75 | 0.61 | 0.51 | 0 | 0.71 | 229.57 | 0.44 | 0.2 |
| Hex | 1D | 25 | 4B | 3D | 33 | 0 | 47 | E6 | 2C | 14 |
| Octal | 35 | 45 | 113 | 75 | 63 | 0 | 107 | 346 | 54 | 24 |
| Binary | 11101 | 100101 | 1001011 | 111101 | 110011 | 0 | 1000111 | 11100110 | 101100 | 10100 |
Color Harmonies of #1D254B
Complementary color
Monochromatic Colors of #1D254B
Black with #1D254B
Text Example
Text Example
White with #1D254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D254B; }
p { color: rgb(29,37,75); }
H1.HeaderClassName
{
color: #1D254B;
}
.AnyTagClassName
{
color: #1D254B;
}
</style>
background-color css
<style>
a { background-color: #1D254B; }
a { background-color: rgb(29,37,75); }
div.DivClassName
{
background-color: #1D254B;
}
.BgClassName
{
background-color: #1D254B;
}
</style>
border-color css
<style>
span { border-color: #1D254B; }
span { border-color: rgb(29,37,75); }
td.TdClassName
{
border-color: #1D254B;
}
.TagClassName
{
border-color: #1D254B;
}
</style>