Shades of Lucky Point #1B1E50
Tints of Lucky Point #1B1E50
RGB
CMYK
RGB Variations
Color information
#1B1E50 (or 0x1B1E50) is known color: Lucky Point. HEX triplet: 1B, 1E and 50. RGB value is (27,30,80). Sum of RGB (Red+Green+Blue) = 27+30+80=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1E50 is #E4E1AF. Grayscale: #222222. Windows color (decimal): -14999984 or 5250587. OLE color: 5250587.
HSL color Cylindrical-coordinate representation of color #1B1E50: hue angle of 236.6º 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 #1B1E50 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 30 | 80 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.69 |
| HSL | 236.6º | 0.5% | 0.21% | - |
| HSV(B) | 236.6º | 0.66% | 0.31% | - |
| XYZ | 2.36 | 1.74 | 7.8 | - |
| YUV | 34.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 80 | 0.66 | 0.62 | 0 | 0.69 | 236.6 | 0.5 | 0.21 |
| Hex | 1B | 1E | 50 | 42 | 3E | 0 | 45 | ED | 32 | 15 |
| Octal | 33 | 36 | 120 | 102 | 76 | 0 | 105 | 355 | 62 | 25 |
| Binary | 11011 | 11110 | 1010000 | 1000010 | 111110 | 0 | 1000101 | 11101101 | 110010 | 10101 |
Color Harmonies of #1B1E50
Complementary color
Monochromatic Colors of #1B1E50
Black with #1B1E50
Text Example
Text Example
White with #1B1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E50; }
p { color: rgb(27,30,80); }
H1.HeaderClassName
{
color: #1B1E50;
}
.AnyTagClassName
{
color: #1B1E50;
}
</style>
background-color css
<style>
a { background-color: #1B1E50; }
a { background-color: rgb(27,30,80); }
div.DivClassName
{
background-color: #1B1E50;
}
.BgClassName
{
background-color: #1B1E50;
}
</style>
border-color css
<style>
span { border-color: #1B1E50; }
span { border-color: rgb(27,30,80); }
td.TdClassName
{
border-color: #1B1E50;
}
.TagClassName
{
border-color: #1B1E50;
}
</style>