Shades of Lucky Point #1B2557
Tints of Lucky Point #1B2557
RGB
CMYK
RGB Variations
Color information
#1B2557 (or 0x1B2557) is known color: Lucky Point. HEX triplet: 1B, 25 and 57. RGB value is (27,37,87). Sum of RGB (Red+Green+Blue) = 27+37+87=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2557 is #E4DAA8. Grayscale: #272727. Windows color (decimal): -14998185 or 5711131. OLE color: 5711131.
HSL color Cylindrical-coordinate representation of color #1B2557: hue angle of 230º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B2557 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 37 | 87 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.66 |
| HSL | 230º | 0.53% | 0.22% | - |
| HSV(B) | 230º | 0.69% | 0.34% | - |
| XYZ | 2.83 | 2.24 | 9.3 | - |
| YUV | 39.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 87 | 0.69 | 0.57 | 0 | 0.66 | 230 | 0.53 | 0.22 |
| Hex | 1B | 25 | 57 | 45 | 39 | 0 | 42 | E6 | 35 | 16 |
| Octal | 33 | 45 | 127 | 105 | 71 | 0 | 102 | 346 | 65 | 26 |
| Binary | 11011 | 100101 | 1010111 | 1000101 | 111001 | 0 | 1000010 | 11100110 | 110101 | 10110 |
Color Harmonies of #1B2557
Complementary color
Monochromatic Colors of #1B2557
Black with #1B2557
Text Example
Text Example
White with #1B2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2557; }
p { color: rgb(27,37,87); }
H1.HeaderClassName
{
color: #1B2557;
}
.AnyTagClassName
{
color: #1B2557;
}
</style>
background-color css
<style>
a { background-color: #1B2557; }
a { background-color: rgb(27,37,87); }
div.DivClassName
{
background-color: #1B2557;
}
.BgClassName
{
background-color: #1B2557;
}
</style>
border-color css
<style>
span { border-color: #1B2557; }
span { border-color: rgb(27,37,87); }
td.TdClassName
{
border-color: #1B2557;
}
.TagClassName
{
border-color: #1B2557;
}
</style>