Shades of Lucky Point #1B2052
Tints of Lucky Point #1B2052
RGB
CMYK
RGB Variations
Color information
#1B2052 (or 0x1B2052) is known color: Lucky Point. HEX triplet: 1B, 20 and 52. RGB value is (27,32,82). Sum of RGB (Red+Green+Blue) = 27+32+82=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B2052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2052 is #E4DFAD. Grayscale: #242424. Windows color (decimal): -14999470 or 5382171. OLE color: 5382171.
HSL color Cylindrical-coordinate representation of color #1B2052: hue angle of 234.55º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B2052 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 32 | 82 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.68 |
| HSL | 234.55º | 0.5% | 0.21% | - |
| HSV(B) | 234.55º | 0.67% | 0.32% | - |
| XYZ | 2.49 | 1.88 | 8.21 | - |
| YUV | 36.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 82 | 0.67 | 0.61 | 0 | 0.68 | 234.55 | 0.5 | 0.21 |
| Hex | 1B | 20 | 52 | 43 | 3D | 0 | 44 | EB | 32 | 15 |
| Octal | 33 | 40 | 122 | 103 | 75 | 0 | 104 | 353 | 62 | 25 |
| Binary | 11011 | 100000 | 1010010 | 1000011 | 111101 | 0 | 1000100 | 11101011 | 110010 | 10101 |
Color Harmonies of #1B2052
Complementary color
Monochromatic Colors of #1B2052
Black with #1B2052
Text Example
Text Example
White with #1B2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2052; }
p { color: rgb(27,32,82); }
H1.HeaderClassName
{
color: #1B2052;
}
.AnyTagClassName
{
color: #1B2052;
}
</style>
background-color css
<style>
a { background-color: #1B2052; }
a { background-color: rgb(27,32,82); }
div.DivClassName
{
background-color: #1B2052;
}
.BgClassName
{
background-color: #1B2052;
}
</style>
border-color css
<style>
span { border-color: #1B2052; }
span { border-color: rgb(27,32,82); }
td.TdClassName
{
border-color: #1B2052;
}
.TagClassName
{
border-color: #1B2052;
}
</style>