Shades of Lucky Point #1C214D
Tints of Lucky Point #1C214D
RGB
CMYK
RGB Variations
Color information
#1C214D (or 0x1C214D) is known color: Lucky Point. HEX triplet: 1C, 21 and 4D. RGB value is (28,33,77). Sum of RGB (Red+Green+Blue) = 28+33+77=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C214D is #E3DEB2. Grayscale: #242424. Windows color (decimal): -14933683 or 5054748. OLE color: 5054748.
HSL color Cylindrical-coordinate representation of color #1C214D: hue angle of 233.88º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C214D is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 33 | 77 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.70 |
| HSL | 233.88º | 0.47% | 0.21% | - |
| HSV(B) | 233.88º | 0.64% | 0.3% | - |
| XYZ | 2.36 | 1.87 | 7.26 | - |
| YUV | 36.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 77 | 0.64 | 0.57 | 0 | 0.70 | 233.88 | 0.47 | 0.21 |
| Hex | 1C | 21 | 4D | 40 | 39 | 0 | 46 | EA | 2F | 15 |
| Octal | 34 | 41 | 115 | 100 | 71 | 0 | 106 | 352 | 57 | 25 |
| Binary | 11100 | 100001 | 1001101 | 1000000 | 111001 | 0 | 1000110 | 11101010 | 101111 | 10101 |
Color Harmonies of #1C214D
Complementary color
Monochromatic Colors of #1C214D
Black with #1C214D
Text Example
Text Example
White with #1C214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C214D; }
p { color: rgb(28,33,77); }
H1.HeaderClassName
{
color: #1C214D;
}
.AnyTagClassName
{
color: #1C214D;
}
</style>
background-color css
<style>
a { background-color: #1C214D; }
a { background-color: rgb(28,33,77); }
div.DivClassName
{
background-color: #1C214D;
}
.BgClassName
{
background-color: #1C214D;
}
</style>
border-color css
<style>
span { border-color: #1C214D; }
span { border-color: rgb(28,33,77); }
td.TdClassName
{
border-color: #1C214D;
}
.TagClassName
{
border-color: #1C214D;
}
</style>