Shades of Lucky Point #1B204D
Tints of Lucky Point #1B204D
RGB
CMYK
RGB Variations
Color information
#1B204D (or 0x1B204D) is known color: Lucky Point. HEX triplet: 1B, 20 and 4D. RGB value is (27,32,77). Sum of RGB (Red+Green+Blue) = 27+32+77=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B204D is #E4DFB2. Grayscale: #232323. Windows color (decimal): -14999475 or 5054491. OLE color: 5054491.
HSL color Cylindrical-coordinate representation of color #1B204D: hue angle of 234º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B204D is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 32 | 77 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.70 |
| HSL | 234º | 0.48% | 0.2% | - |
| HSV(B) | 234º | 0.65% | 0.3% | - |
| XYZ | 2.31 | 1.8 | 7.25 | - |
| YUV | 35.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 77 | 0.65 | 0.58 | 0 | 0.70 | 234 | 0.48 | 0.2 |
| Hex | 1B | 20 | 4D | 41 | 3A | 0 | 46 | EA | 30 | 14 |
| Octal | 33 | 40 | 115 | 101 | 72 | 0 | 106 | 352 | 60 | 24 |
| Binary | 11011 | 100000 | 1001101 | 1000001 | 111010 | 0 | 1000110 | 11101010 | 110000 | 10100 |
Color Harmonies of #1B204D
Complementary color
Monochromatic Colors of #1B204D
Black with #1B204D
Text Example
Text Example
White with #1B204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B204D; }
p { color: rgb(27,32,77); }
H1.HeaderClassName
{
color: #1B204D;
}
.AnyTagClassName
{
color: #1B204D;
}
</style>
background-color css
<style>
a { background-color: #1B204D; }
a { background-color: rgb(27,32,77); }
div.DivClassName
{
background-color: #1B204D;
}
.BgClassName
{
background-color: #1B204D;
}
</style>
border-color css
<style>
span { border-color: #1B204D; }
span { border-color: rgb(27,32,77); }
td.TdClassName
{
border-color: #1B204D;
}
.TagClassName
{
border-color: #1B204D;
}
</style>