Shades of Lucky Point #1C204A
Tints of Lucky Point #1C204A
RGB
CMYK
RGB Variations
Color information
#1C204A (or 0x1C204A) is known color: Lucky Point. HEX triplet: 1C, 20 and 4A. RGB value is (28,32,74). Sum of RGB (Red+Green+Blue) = 28+32+74=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C204A is #E3DFB5. Grayscale: #232323. Windows color (decimal): -14933942 or 4857884. OLE color: 4857884.
HSL color Cylindrical-coordinate representation of color #1C204A: hue angle of 234.78º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C204A is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 32 | 74 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.71 |
| HSL | 234.78º | 0.45% | 0.2% | - |
| HSV(B) | 234.78º | 0.62% | 0.29% | - |
| XYZ | 2.23 | 1.77 | 6.7 | - |
| YUV | 35.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 74 | 0.62 | 0.57 | 0 | 0.71 | 234.78 | 0.45 | 0.2 |
| Hex | 1C | 20 | 4A | 3E | 39 | 0 | 47 | EB | 2D | 14 |
| Octal | 34 | 40 | 112 | 76 | 71 | 0 | 107 | 353 | 55 | 24 |
| Binary | 11100 | 100000 | 1001010 | 111110 | 111001 | 0 | 1000111 | 11101011 | 101101 | 10100 |
Color Harmonies of #1C204A
Complementary color
Monochromatic Colors of #1C204A
Black with #1C204A
Text Example
Text Example
White with #1C204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C204A; }
p { color: rgb(28,32,74); }
H1.HeaderClassName
{
color: #1C204A;
}
.AnyTagClassName
{
color: #1C204A;
}
</style>
background-color css
<style>
a { background-color: #1C204A; }
a { background-color: rgb(28,32,74); }
div.DivClassName
{
background-color: #1C204A;
}
.BgClassName
{
background-color: #1C204A;
}
</style>
border-color css
<style>
span { border-color: #1C204A; }
span { border-color: rgb(28,32,74); }
td.TdClassName
{
border-color: #1C204A;
}
.TagClassName
{
border-color: #1C204A;
}
</style>