Shades of Lucky Point #1D224B
Tints of Lucky Point #1D224B
RGB
CMYK
RGB Variations
Color information
#1D224B (or 0x1D224B) is known color: Lucky Point. HEX triplet: 1D, 22 and 4B. RGB value is (29,34,75). Sum of RGB (Red+Green+Blue) = 29+34+75=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D224B is #E2DDB4. Grayscale: #252525. Windows color (decimal): -14867893 or 4923933. OLE color: 4923933.
HSL color Cylindrical-coordinate representation of color #1D224B: hue angle of 233.48º 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 #1D224B is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 34 | 75 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.71 |
| HSL | 233.48º | 0.44% | 0.2% | - |
| HSV(B) | 233.48º | 0.61% | 0.29% | - |
| XYZ | 2.35 | 1.91 | 6.9 | - |
| YUV | 37.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 75 | 0.61 | 0.55 | 0 | 0.71 | 233.48 | 0.44 | 0.2 |
| Hex | 1D | 22 | 4B | 3D | 37 | 0 | 47 | E9 | 2C | 14 |
| Octal | 35 | 42 | 113 | 75 | 67 | 0 | 107 | 351 | 54 | 24 |
| Binary | 11101 | 100010 | 1001011 | 111101 | 110111 | 0 | 1000111 | 11101001 | 101100 | 10100 |
Color Harmonies of #1D224B
Complementary color
Monochromatic Colors of #1D224B
Black with #1D224B
Text Example
Text Example
White with #1D224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D224B; }
p { color: rgb(29,34,75); }
H1.HeaderClassName
{
color: #1D224B;
}
.AnyTagClassName
{
color: #1D224B;
}
</style>
background-color css
<style>
a { background-color: #1D224B; }
a { background-color: rgb(29,34,75); }
div.DivClassName
{
background-color: #1D224B;
}
.BgClassName
{
background-color: #1D224B;
}
</style>
border-color css
<style>
span { border-color: #1D224B; }
span { border-color: rgb(29,34,75); }
td.TdClassName
{
border-color: #1D224B;
}
.TagClassName
{
border-color: #1D224B;
}
</style>