Shades of Lucky Point #1D264D
Tints of Lucky Point #1D264D
RGB
CMYK
RGB Variations
Color information
#1D264D (or 0x1D264D) is known color: Lucky Point. HEX triplet: 1D, 26 and 4D. RGB value is (29,38,77). Sum of RGB (Red+Green+Blue) = 29+38+77=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D264D is #E2D9B2. Grayscale: #272727. Windows color (decimal): -14866867 or 5056029. OLE color: 5056029.
HSL color Cylindrical-coordinate representation of color #1D264D: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D264D is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 38 | 77 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.70 |
| HSL | 228.75º | 0.45% | 0.21% | - |
| HSV(B) | 228.75º | 0.62% | 0.3% | - |
| XYZ | 2.54 | 2.18 | 7.31 | - |
| YUV | 39.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 77 | 0.62 | 0.51 | 0 | 0.70 | 228.75 | 0.45 | 0.21 |
| Hex | 1D | 26 | 4D | 3E | 33 | 0 | 46 | E5 | 2D | 15 |
| Octal | 35 | 46 | 115 | 76 | 63 | 0 | 106 | 345 | 55 | 25 |
| Binary | 11101 | 100110 | 1001101 | 111110 | 110011 | 0 | 1000110 | 11100101 | 101101 | 10101 |
Color Harmonies of #1D264D
Complementary color
Monochromatic Colors of #1D264D
Black with #1D264D
Text Example
Text Example
White with #1D264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D264D; }
p { color: rgb(29,38,77); }
H1.HeaderClassName
{
color: #1D264D;
}
.AnyTagClassName
{
color: #1D264D;
}
</style>
background-color css
<style>
a { background-color: #1D264D; }
a { background-color: rgb(29,38,77); }
div.DivClassName
{
background-color: #1D264D;
}
.BgClassName
{
background-color: #1D264D;
}
</style>
border-color css
<style>
span { border-color: #1D264D; }
span { border-color: rgb(29,38,77); }
td.TdClassName
{
border-color: #1D264D;
}
.TagClassName
{
border-color: #1D264D;
}
</style>