Shades of Lucky Point #1D284F
Tints of Lucky Point #1D284F
RGB
CMYK
RGB Variations
Color information
#1D284F (or 0x1D284F) is known color: Lucky Point. HEX triplet: 1D, 28 and 4F. RGB value is (29,40,79). Sum of RGB (Red+Green+Blue) = 29+40+79=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D284F is #E2D7B0. Grayscale: #282828. Windows color (decimal): -14866353 or 5187613. OLE color: 5187613.
HSL color Cylindrical-coordinate representation of color #1D284F: hue angle of 226.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D284F is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 40 | 79 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.69 |
| HSL | 226.8º | 0.46% | 0.21% | - |
| HSV(B) | 226.8º | 0.63% | 0.31% | - |
| XYZ | 2.68 | 2.34 | 7.71 | - |
| YUV | 41.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 79 | 0.63 | 0.49 | 0 | 0.69 | 226.8 | 0.46 | 0.21 |
| Hex | 1D | 28 | 4F | 3F | 31 | 0 | 45 | E3 | 2E | 15 |
| Octal | 35 | 50 | 117 | 77 | 61 | 0 | 105 | 343 | 56 | 25 |
| Binary | 11101 | 101000 | 1001111 | 111111 | 110001 | 0 | 1000101 | 11100011 | 101110 | 10101 |
Color Harmonies of #1D284F
Complementary color
Monochromatic Colors of #1D284F
Black with #1D284F
Text Example
Text Example
White with #1D284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D284F; }
p { color: rgb(29,40,79); }
H1.HeaderClassName
{
color: #1D284F;
}
.AnyTagClassName
{
color: #1D284F;
}
</style>
background-color css
<style>
a { background-color: #1D284F; }
a { background-color: rgb(29,40,79); }
div.DivClassName
{
background-color: #1D284F;
}
.BgClassName
{
background-color: #1D284F;
}
</style>
border-color css
<style>
span { border-color: #1D284F; }
span { border-color: rgb(29,40,79); }
td.TdClassName
{
border-color: #1D284F;
}
.TagClassName
{
border-color: #1D284F;
}
</style>