Shades of Lucky Point #1B255A
Tints of Lucky Point #1B255A
RGB
CMYK
RGB Variations
Color information
#1B255A (or 0x1B255A) is known color: Lucky Point. HEX triplet: 1B, 25 and 5A. RGB value is (27,37,90). Sum of RGB (Red+Green+Blue) = 27+37+90=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B255A is #E4DAA5. Grayscale: #272727. Windows color (decimal): -14998182 or 5907739. OLE color: 5907739.
HSL color Cylindrical-coordinate representation of color #1B255A: hue angle of 230.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B255A is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 37 | 90 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.65 |
| HSL | 230.48º | 0.54% | 0.23% | - |
| HSV(B) | 230.48º | 0.7% | 0.35% | - |
| XYZ | 2.96 | 2.29 | 9.96 | - |
| YUV | 40.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 90 | 0.70 | 0.59 | 0 | 0.65 | 230.48 | 0.54 | 0.23 |
| Hex | 1B | 25 | 5A | 46 | 3B | 0 | 41 | E6 | 36 | 17 |
| Octal | 33 | 45 | 132 | 106 | 73 | 0 | 101 | 346 | 66 | 27 |
| Binary | 11011 | 100101 | 1011010 | 1000110 | 111011 | 0 | 1000001 | 11100110 | 110110 | 10111 |
Color Harmonies of #1B255A
Complementary color
Monochromatic Colors of #1B255A
Black with #1B255A
Text Example
Text Example
White with #1B255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B255A; }
p { color: rgb(27,37,90); }
H1.HeaderClassName
{
color: #1B255A;
}
.AnyTagClassName
{
color: #1B255A;
}
</style>
background-color css
<style>
a { background-color: #1B255A; }
a { background-color: rgb(27,37,90); }
div.DivClassName
{
background-color: #1B255A;
}
.BgClassName
{
background-color: #1B255A;
}
</style>
border-color css
<style>
span { border-color: #1B255A; }
span { border-color: rgb(27,37,90); }
td.TdClassName
{
border-color: #1B255A;
}
.TagClassName
{
border-color: #1B255A;
}
</style>