Shades of Lucky Point #1B2251
Tints of Lucky Point #1B2251
RGB
CMYK
RGB Variations
Color information
#1B2251 (or 0x1B2251) is known color: Lucky Point. HEX triplet: 1B, 22 and 51. RGB value is (27,34,81). Sum of RGB (Red+Green+Blue) = 27+34+81=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2251 is #E4DDAE. Grayscale: #252525. Windows color (decimal): -14998959 or 5317147. OLE color: 5317147.
HSL color Cylindrical-coordinate representation of color #1B2251: hue angle of 232.22º 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 #1B2251 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 34 | 81 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.68 |
| HSL | 232.22º | 0.5% | 0.21% | - |
| HSV(B) | 232.22º | 0.67% | 0.32% | - |
| XYZ | 2.51 | 1.97 | 8.03 | - |
| YUV | 37.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 81 | 0.67 | 0.58 | 0 | 0.68 | 232.22 | 0.5 | 0.21 |
| Hex | 1B | 22 | 51 | 43 | 3A | 0 | 44 | E8 | 32 | 15 |
| Octal | 33 | 42 | 121 | 103 | 72 | 0 | 104 | 350 | 62 | 25 |
| Binary | 11011 | 100010 | 1010001 | 1000011 | 111010 | 0 | 1000100 | 11101000 | 110010 | 10101 |
Color Harmonies of #1B2251
Complementary color
Monochromatic Colors of #1B2251
Black with #1B2251
Text Example
Text Example
White with #1B2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2251; }
p { color: rgb(27,34,81); }
H1.HeaderClassName
{
color: #1B2251;
}
.AnyTagClassName
{
color: #1B2251;
}
</style>
background-color css
<style>
a { background-color: #1B2251; }
a { background-color: rgb(27,34,81); }
div.DivClassName
{
background-color: #1B2251;
}
.BgClassName
{
background-color: #1B2251;
}
</style>
border-color css
<style>
span { border-color: #1B2251; }
span { border-color: rgb(27,34,81); }
td.TdClassName
{
border-color: #1B2251;
}
.TagClassName
{
border-color: #1B2251;
}
</style>