Shades of Lucky Point #1B2A58
Tints of Lucky Point #1B2A58
RGB
CMYK
RGB Variations
Color information
#1B2A58 (or 0x1B2A58) is known color: Lucky Point. HEX triplet: 1B, 2A and 58. RGB value is (27,42,88). Sum of RGB (Red+Green+Blue) = 27+42+88=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B2A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2A58 is #E4D5A7. Grayscale: #2A2A2A. Windows color (decimal): -14996904 or 5777947. OLE color: 5777947.
HSL color Cylindrical-coordinate representation of color #1B2A58: hue angle of 225.25º 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 #1B2A58 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 42 | 88 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.65 |
| HSL | 225.25º | 0.53% | 0.23% | - |
| HSV(B) | 225.25º | 0.69% | 0.35% | - |
| XYZ | 3.04 | 2.59 | 9.57 | - |
| YUV | 42.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 88 | 0.69 | 0.52 | 0 | 0.65 | 225.25 | 0.53 | 0.23 |
| Hex | 1B | 2A | 58 | 45 | 34 | 0 | 41 | E1 | 35 | 17 |
| Octal | 33 | 52 | 130 | 105 | 64 | 0 | 101 | 341 | 65 | 27 |
| Binary | 11011 | 101010 | 1011000 | 1000101 | 110100 | 0 | 1000001 | 11100001 | 110101 | 10111 |
Color Harmonies of #1B2A58
Complementary color
Monochromatic Colors of #1B2A58
Black with #1B2A58
Text Example
Text Example
White with #1B2A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2A58; }
p { color: rgb(27,42,88); }
H1.HeaderClassName
{
color: #1B2A58;
}
.AnyTagClassName
{
color: #1B2A58;
}
</style>
background-color css
<style>
a { background-color: #1B2A58; }
a { background-color: rgb(27,42,88); }
div.DivClassName
{
background-color: #1B2A58;
}
.BgClassName
{
background-color: #1B2A58;
}
</style>
border-color css
<style>
span { border-color: #1B2A58; }
span { border-color: rgb(27,42,88); }
td.TdClassName
{
border-color: #1B2A58;
}
.TagClassName
{
border-color: #1B2A58;
}
</style>