Shades of Lucky Point #1B2050
Tints of Lucky Point #1B2050
RGB
CMYK
RGB Variations
Color information
#1B2050 (or 0x1B2050) is known color: Lucky Point. HEX triplet: 1B, 20 and 50. RGB value is (27,32,80). Sum of RGB (Red+Green+Blue) = 27+32+80=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2050 is #E4DFAF. Grayscale: #232323. Windows color (decimal): -14999472 or 5251099. OLE color: 5251099.
HSL color Cylindrical-coordinate representation of color #1B2050: hue angle of 234.34º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B2050 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 32 | 80 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.69 |
| HSL | 234.34º | 0.5% | 0.21% | - |
| HSV(B) | 234.34º | 0.66% | 0.31% | - |
| XYZ | 2.42 | 1.85 | 7.82 | - |
| YUV | 35.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 80 | 0.66 | 0.60 | 0 | 0.69 | 234.34 | 0.5 | 0.21 |
| Hex | 1B | 20 | 50 | 42 | 3C | 0 | 45 | EA | 32 | 15 |
| Octal | 33 | 40 | 120 | 102 | 74 | 0 | 105 | 352 | 62 | 25 |
| Binary | 11011 | 100000 | 1010000 | 1000010 | 111100 | 0 | 1000101 | 11101010 | 110010 | 10101 |
Color Harmonies of #1B2050
Complementary color
Monochromatic Colors of #1B2050
Black with #1B2050
Text Example
Text Example
White with #1B2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2050; }
p { color: rgb(27,32,80); }
H1.HeaderClassName
{
color: #1B2050;
}
.AnyTagClassName
{
color: #1B2050;
}
</style>
background-color css
<style>
a { background-color: #1B2050; }
a { background-color: rgb(27,32,80); }
div.DivClassName
{
background-color: #1B2050;
}
.BgClassName
{
background-color: #1B2050;
}
</style>
border-color css
<style>
span { border-color: #1B2050; }
span { border-color: rgb(27,32,80); }
td.TdClassName
{
border-color: #1B2050;
}
.TagClassName
{
border-color: #1B2050;
}
</style>