Shades of Lucky Point #1B2358
Tints of Lucky Point #1B2358
RGB
CMYK
RGB Variations
Color information
#1B2358 (or 0x1B2358) is known color: Lucky Point. HEX triplet: 1B, 23 and 58. RGB value is (27,35,88). Sum of RGB (Red+Green+Blue) = 27+35+88=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2358 is #E4DCA7. Grayscale: #262626. Windows color (decimal): -14998696 or 5776155. OLE color: 5776155.
HSL color Cylindrical-coordinate representation of color #1B2358: hue angle of 232.13º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B2358 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 35 | 88 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.65 |
| HSL | 232.13º | 0.53% | 0.23% | - |
| HSV(B) | 232.13º | 0.69% | 0.35% | - |
| XYZ | 2.81 | 2.14 | 9.5 | - |
| YUV | 38.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 88 | 0.69 | 0.60 | 0 | 0.65 | 232.13 | 0.53 | 0.23 |
| Hex | 1B | 23 | 58 | 45 | 3C | 0 | 41 | E8 | 35 | 17 |
| Octal | 33 | 43 | 130 | 105 | 74 | 0 | 101 | 350 | 65 | 27 |
| Binary | 11011 | 100011 | 1011000 | 1000101 | 111100 | 0 | 1000001 | 11101000 | 110101 | 10111 |
Color Harmonies of #1B2358
Complementary color
Monochromatic Colors of #1B2358
Black with #1B2358
Text Example
Text Example
White with #1B2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2358; }
p { color: rgb(27,35,88); }
H1.HeaderClassName
{
color: #1B2358;
}
.AnyTagClassName
{
color: #1B2358;
}
</style>
background-color css
<style>
a { background-color: #1B2358; }
a { background-color: rgb(27,35,88); }
div.DivClassName
{
background-color: #1B2358;
}
.BgClassName
{
background-color: #1B2358;
}
</style>
border-color css
<style>
span { border-color: #1B2358; }
span { border-color: rgb(27,35,88); }
td.TdClassName
{
border-color: #1B2358;
}
.TagClassName
{
border-color: #1B2358;
}
</style>