Shades of Lucky Point #1B255B
Tints of Lucky Point #1B255B
RGB
CMYK
RGB Variations
Color information
#1B255B (or 0x1B255B) is known color: Lucky Point. HEX triplet: 1B, 25 and 5B. RGB value is (27,37,91). Sum of RGB (Red+Green+Blue) = 27+37+91=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B255B is #E4DAA4. Grayscale: #272727. Windows color (decimal): -14998181 or 5973275. OLE color: 5973275.
HSL color Cylindrical-coordinate representation of color #1B255B: hue angle of 230.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B255B is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 37 | 91 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.64 |
| HSL | 230.63º | 0.54% | 0.23% | - |
| HSV(B) | 230.63º | 0.7% | 0.36% | - |
| XYZ | 3 | 2.31 | 10.19 | - |
| YUV | 40.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 91 | 0.70 | 0.59 | 0 | 0.64 | 230.63 | 0.54 | 0.23 |
| Hex | 1B | 25 | 5B | 46 | 3B | 0 | 40 | E7 | 36 | 17 |
| Octal | 33 | 45 | 133 | 106 | 73 | 0 | 100 | 347 | 66 | 27 |
| Binary | 11011 | 100101 | 1011011 | 1000110 | 111011 | 0 | 1000000 | 11100111 | 110110 | 10111 |
Color Harmonies of #1B255B
Complementary color
Monochromatic Colors of #1B255B
Black with #1B255B
Text Example
Text Example
White with #1B255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B255B; }
p { color: rgb(27,37,91); }
H1.HeaderClassName
{
color: #1B255B;
}
.AnyTagClassName
{
color: #1B255B;
}
</style>
background-color css
<style>
a { background-color: #1B255B; }
a { background-color: rgb(27,37,91); }
div.DivClassName
{
background-color: #1B255B;
}
.BgClassName
{
background-color: #1B255B;
}
</style>
border-color css
<style>
span { border-color: #1B255B; }
span { border-color: rgb(27,37,91); }
td.TdClassName
{
border-color: #1B255B;
}
.TagClassName
{
border-color: #1B255B;
}
</style>