Shades of Lucky Point #1B2650
Tints of Lucky Point #1B2650
RGB
CMYK
RGB Variations
Color information
#1B2650 (or 0x1B2650) is known color: Lucky Point. HEX triplet: 1B, 26 and 50. RGB value is (27,38,80). Sum of RGB (Red+Green+Blue) = 27+38+80=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2650 is #E4D9AF. Grayscale: #272727. Windows color (decimal): -14997936 or 5252635. OLE color: 5252635.
HSL color Cylindrical-coordinate representation of color #1B2650: hue angle of 227.55º 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 #1B2650 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 38 | 80 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.69 |
| HSL | 227.55º | 0.5% | 0.21% | - |
| HSV(B) | 227.55º | 0.66% | 0.31% | - |
| XYZ | 2.59 | 2.2 | 7.88 | - |
| YUV | 39.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 80 | 0.66 | 0.52 | 0 | 0.69 | 227.55 | 0.5 | 0.21 |
| Hex | 1B | 26 | 50 | 42 | 34 | 0 | 45 | E4 | 32 | 15 |
| Octal | 33 | 46 | 120 | 102 | 64 | 0 | 105 | 344 | 62 | 25 |
| Binary | 11011 | 100110 | 1010000 | 1000010 | 110100 | 0 | 1000101 | 11100100 | 110010 | 10101 |
Color Harmonies of #1B2650
Complementary color
Monochromatic Colors of #1B2650
Black with #1B2650
Text Example
Text Example
White with #1B2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2650; }
p { color: rgb(27,38,80); }
H1.HeaderClassName
{
color: #1B2650;
}
.AnyTagClassName
{
color: #1B2650;
}
</style>
background-color css
<style>
a { background-color: #1B2650; }
a { background-color: rgb(27,38,80); }
div.DivClassName
{
background-color: #1B2650;
}
.BgClassName
{
background-color: #1B2650;
}
</style>
border-color css
<style>
span { border-color: #1B2650; }
span { border-color: rgb(27,38,80); }
td.TdClassName
{
border-color: #1B2650;
}
.TagClassName
{
border-color: #1B2650;
}
</style>