Shades of Lucky Point #1C265A
Tints of Lucky Point #1C265A
RGB
CMYK
RGB Variations
Color information
#1C265A (or 0x1C265A) is known color: Lucky Point. HEX triplet: 1C, 26 and 5A. RGB value is (28,38,90). Sum of RGB (Red+Green+Blue) = 28+38+90=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C265A is #E3D9A5. Grayscale: #282828. Windows color (decimal): -14932390 or 5907996. OLE color: 5907996.
HSL color Cylindrical-coordinate representation of color #1C265A: hue angle of 230.32º 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 #1C265A is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 38 | 90 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.65 |
| HSL | 230.32º | 0.53% | 0.23% | - |
| HSV(B) | 230.32º | 0.69% | 0.35% | - |
| XYZ | 3.02 | 2.37 | 9.97 | - |
| YUV | 40.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 90 | 0.69 | 0.58 | 0 | 0.65 | 230.32 | 0.53 | 0.23 |
| Hex | 1C | 26 | 5A | 45 | 3A | 0 | 41 | E6 | 35 | 17 |
| Octal | 34 | 46 | 132 | 105 | 72 | 0 | 101 | 346 | 65 | 27 |
| Binary | 11100 | 100110 | 1011010 | 1000101 | 111010 | 0 | 1000001 | 11100110 | 110101 | 10111 |
Color Harmonies of #1C265A
Complementary color
Monochromatic Colors of #1C265A
Black with #1C265A
Text Example
Text Example
White with #1C265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C265A; }
p { color: rgb(28,38,90); }
H1.HeaderClassName
{
color: #1C265A;
}
.AnyTagClassName
{
color: #1C265A;
}
</style>
background-color css
<style>
a { background-color: #1C265A; }
a { background-color: rgb(28,38,90); }
div.DivClassName
{
background-color: #1C265A;
}
.BgClassName
{
background-color: #1C265A;
}
</style>
border-color css
<style>
span { border-color: #1C265A; }
span { border-color: rgb(28,38,90); }
td.TdClassName
{
border-color: #1C265A;
}
.TagClassName
{
border-color: #1C265A;
}
</style>