Shades of Lucky Point #1D235D
Tints of Lucky Point #1D235D
RGB
CMYK
RGB Variations
Color information
#1D235D (or 0x1D235D) is known color: Lucky Point. HEX triplet: 1D, 23 and 5D. RGB value is (29,35,93). Sum of RGB (Red+Green+Blue) = 29+35+93=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D235D is #E2DCA2. Grayscale: #272727. Windows color (decimal): -14867619 or 6103837. OLE color: 6103837.
HSL color Cylindrical-coordinate representation of color #1D235D: hue angle of 234.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D235D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 35 | 93 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.64 |
| HSL | 234.38º | 0.52% | 0.24% | - |
| HSV(B) | 234.38º | 0.69% | 0.36% | - |
| XYZ | 3.08 | 2.25 | 10.63 | - |
| YUV | 39.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 93 | 0.69 | 0.62 | 0 | 0.64 | 234.38 | 0.52 | 0.24 |
| Hex | 1D | 23 | 5D | 45 | 3E | 0 | 40 | EA | 34 | 18 |
| Octal | 35 | 43 | 135 | 105 | 76 | 0 | 100 | 352 | 64 | 30 |
| Binary | 11101 | 100011 | 1011101 | 1000101 | 111110 | 0 | 1000000 | 11101010 | 110100 | 11000 |
Color Harmonies of #1D235D
Complementary color
Monochromatic Colors of #1D235D
Black with #1D235D
Text Example
Text Example
White with #1D235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D235D; }
p { color: rgb(29,35,93); }
H1.HeaderClassName
{
color: #1D235D;
}
.AnyTagClassName
{
color: #1D235D;
}
</style>
background-color css
<style>
a { background-color: #1D235D; }
a { background-color: rgb(29,35,93); }
div.DivClassName
{
background-color: #1D235D;
}
.BgClassName
{
background-color: #1D235D;
}
</style>
border-color css
<style>
span { border-color: #1D235D; }
span { border-color: rgb(29,35,93); }
td.TdClassName
{
border-color: #1D235D;
}
.TagClassName
{
border-color: #1D235D;
}
</style>