Shades of Lucky Point #1D255F
Tints of Lucky Point #1D255F
RGB
CMYK
RGB Variations
Color information
#1D255F (or 0x1D255F) is known color: Lucky Point. HEX triplet: 1D, 25 and 5F. RGB value is (29,37,95). Sum of RGB (Red+Green+Blue) = 29+37+95=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D255F is #E2DAA0. Grayscale: #282828. Windows color (decimal): -14867105 or 6235421. OLE color: 6235421.
HSL color Cylindrical-coordinate representation of color #1D255F: hue angle of 232.73º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D255F is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 37 | 95 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.63 |
| HSL | 232.73º | 0.53% | 0.24% | - |
| HSV(B) | 232.73º | 0.69% | 0.37% | - |
| XYZ | 3.23 | 2.41 | 11.12 | - |
| YUV | 41.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 95 | 0.69 | 0.61 | 0 | 0.63 | 232.73 | 0.53 | 0.24 |
| Hex | 1D | 25 | 5F | 45 | 3D | 0 | 3F | E9 | 35 | 18 |
| Octal | 35 | 45 | 137 | 105 | 75 | 0 | 77 | 351 | 65 | 30 |
| Binary | 11101 | 100101 | 1011111 | 1000101 | 111101 | 0 | 111111 | 11101001 | 110101 | 11000 |
Color Harmonies of #1D255F
Complementary color
Monochromatic Colors of #1D255F
Black with #1D255F
Text Example
Text Example
White with #1D255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D255F; }
p { color: rgb(29,37,95); }
H1.HeaderClassName
{
color: #1D255F;
}
.AnyTagClassName
{
color: #1D255F;
}
</style>
background-color css
<style>
a { background-color: #1D255F; }
a { background-color: rgb(29,37,95); }
div.DivClassName
{
background-color: #1D255F;
}
.BgClassName
{
background-color: #1D255F;
}
</style>
border-color css
<style>
span { border-color: #1D255F; }
span { border-color: rgb(29,37,95); }
td.TdClassName
{
border-color: #1D255F;
}
.TagClassName
{
border-color: #1D255F;
}
</style>