Shades of Lucky Point #1B1E4B
Tints of Lucky Point #1B1E4B
RGB
CMYK
RGB Variations
Color information
#1B1E4B (or 0x1B1E4B) is known color: Lucky Point. HEX triplet: 1B, 1E and 4B. RGB value is (27,30,75). Sum of RGB (Red+Green+Blue) = 27+30+75=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B1E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E4B is #E4E1B4. Grayscale: #222222. Windows color (decimal): -14999989 or 4922907. OLE color: 4922907.
HSL color Cylindrical-coordinate representation of color #1B1E4B: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B1E4B is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 30 | 75 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.71 |
| HSL | 236.25º | 0.47% | 0.2% | - |
| HSV(B) | 236.25º | 0.64% | 0.29% | - |
| XYZ | 2.19 | 1.67 | 6.86 | - |
| YUV | 34.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 75 | 0.64 | 0.60 | 0 | 0.71 | 236.25 | 0.47 | 0.2 |
| Hex | 1B | 1E | 4B | 40 | 3C | 0 | 47 | EC | 2F | 14 |
| Octal | 33 | 36 | 113 | 100 | 74 | 0 | 107 | 354 | 57 | 24 |
| Binary | 11011 | 11110 | 1001011 | 1000000 | 111100 | 0 | 1000111 | 11101100 | 101111 | 10100 |
Color Harmonies of #1B1E4B
Complementary color
Monochromatic Colors of #1B1E4B
Black with #1B1E4B
Text Example
Text Example
White with #1B1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E4B; }
p { color: rgb(27,30,75); }
H1.HeaderClassName
{
color: #1B1E4B;
}
.AnyTagClassName
{
color: #1B1E4B;
}
</style>
background-color css
<style>
a { background-color: #1B1E4B; }
a { background-color: rgb(27,30,75); }
div.DivClassName
{
background-color: #1B1E4B;
}
.BgClassName
{
background-color: #1B1E4B;
}
</style>
border-color css
<style>
span { border-color: #1B1E4B; }
span { border-color: rgb(27,30,75); }
td.TdClassName
{
border-color: #1B1E4B;
}
.TagClassName
{
border-color: #1B1E4B;
}
</style>