Shades of Lucky Point #1D285E
Tints of Lucky Point #1D285E
RGB
CMYK
RGB Variations
Color information
#1D285E (or 0x1D285E) is known color: Lucky Point. HEX triplet: 1D, 28 and 5E. RGB value is (29,40,94). Sum of RGB (Red+Green+Blue) = 29+40+94=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D285E is #E2D7A1. Grayscale: #2A2A2A. Windows color (decimal): -14866338 or 6170653. OLE color: 6170653.
HSL color Cylindrical-coordinate representation of color #1D285E: hue angle of 229.85º 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 #1D285E is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 40 | 94 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.63 |
| HSL | 229.85º | 0.53% | 0.24% | - |
| HSV(B) | 229.85º | 0.69% | 0.37% | - |
| XYZ | 3.29 | 2.59 | 10.92 | - |
| YUV | 42.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 94 | 0.69 | 0.57 | 0 | 0.63 | 229.85 | 0.53 | 0.24 |
| Hex | 1D | 28 | 5E | 45 | 39 | 0 | 3F | E6 | 35 | 18 |
| Octal | 35 | 50 | 136 | 105 | 71 | 0 | 77 | 346 | 65 | 30 |
| Binary | 11101 | 101000 | 1011110 | 1000101 | 111001 | 0 | 111111 | 11100110 | 110101 | 11000 |
Color Harmonies of #1D285E
Complementary color
Monochromatic Colors of #1D285E
Black with #1D285E
Text Example
Text Example
White with #1D285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D285E; }
p { color: rgb(29,40,94); }
H1.HeaderClassName
{
color: #1D285E;
}
.AnyTagClassName
{
color: #1D285E;
}
</style>
background-color css
<style>
a { background-color: #1D285E; }
a { background-color: rgb(29,40,94); }
div.DivClassName
{
background-color: #1D285E;
}
.BgClassName
{
background-color: #1D285E;
}
</style>
border-color css
<style>
span { border-color: #1D285E; }
span { border-color: rgb(29,40,94); }
td.TdClassName
{
border-color: #1D285E;
}
.TagClassName
{
border-color: #1D285E;
}
</style>