Shades of Lucky Point #1C275A
Tints of Lucky Point #1C275A
RGB
CMYK
RGB Variations
Color information
#1C275A (or 0x1C275A) is known color: Lucky Point. HEX triplet: 1C, 27 and 5A. RGB value is (28,39,90). Sum of RGB (Red+Green+Blue) = 28+39+90=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C275A is #E3D8A5. Grayscale: #292929. Windows color (decimal): -14932134 or 5908252. OLE color: 5908252.
HSL color Cylindrical-coordinate representation of color #1C275A: hue angle of 229.35º 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 #1C275A is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 39 | 90 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.65 |
| HSL | 229.35º | 0.53% | 0.23% | - |
| HSV(B) | 229.35º | 0.69% | 0.35% | - |
| XYZ | 3.05 | 2.44 | 9.98 | - |
| YUV | 41.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 90 | 0.69 | 0.57 | 0 | 0.65 | 229.35 | 0.53 | 0.23 |
| Hex | 1C | 27 | 5A | 45 | 39 | 0 | 41 | E5 | 35 | 17 |
| Octal | 34 | 47 | 132 | 105 | 71 | 0 | 101 | 345 | 65 | 27 |
| Binary | 11100 | 100111 | 1011010 | 1000101 | 111001 | 0 | 1000001 | 11100101 | 110101 | 10111 |
Color Harmonies of #1C275A
Complementary color
Monochromatic Colors of #1C275A
Black with #1C275A
Text Example
Text Example
White with #1C275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C275A; }
p { color: rgb(28,39,90); }
H1.HeaderClassName
{
color: #1C275A;
}
.AnyTagClassName
{
color: #1C275A;
}
</style>
background-color css
<style>
a { background-color: #1C275A; }
a { background-color: rgb(28,39,90); }
div.DivClassName
{
background-color: #1C275A;
}
.BgClassName
{
background-color: #1C275A;
}
</style>
border-color css
<style>
span { border-color: #1C275A; }
span { border-color: rgb(28,39,90); }
td.TdClassName
{
border-color: #1C275A;
}
.TagClassName
{
border-color: #1C275A;
}
</style>