Shades of Lucky Point #1C2651
Tints of Lucky Point #1C2651
RGB
CMYK
RGB Variations
Color information
#1C2651 (or 0x1C2651) is known color: Lucky Point. HEX triplet: 1C, 26 and 51. RGB value is (28,38,81). Sum of RGB (Red+Green+Blue) = 28+38+81=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2651 is #E3D9AE. Grayscale: #272727. Windows color (decimal): -14932399 or 5318172. OLE color: 5318172.
HSL color Cylindrical-coordinate representation of color #1C2651: hue angle of 228.68º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2651 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 38 | 81 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.68 |
| HSL | 228.68º | 0.49% | 0.21% | - |
| HSV(B) | 228.68º | 0.65% | 0.32% | - |
| XYZ | 2.66 | 2.23 | 8.07 | - |
| YUV | 39.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 81 | 0.65 | 0.53 | 0 | 0.68 | 228.68 | 0.49 | 0.21 |
| Hex | 1C | 26 | 51 | 41 | 35 | 0 | 44 | E5 | 31 | 15 |
| Octal | 34 | 46 | 121 | 101 | 65 | 0 | 104 | 345 | 61 | 25 |
| Binary | 11100 | 100110 | 1010001 | 1000001 | 110101 | 0 | 1000100 | 11100101 | 110001 | 10101 |
Color Harmonies of #1C2651
Complementary color
Monochromatic Colors of #1C2651
Black with #1C2651
Text Example
Text Example
White with #1C2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2651; }
p { color: rgb(28,38,81); }
H1.HeaderClassName
{
color: #1C2651;
}
.AnyTagClassName
{
color: #1C2651;
}
</style>
background-color css
<style>
a { background-color: #1C2651; }
a { background-color: rgb(28,38,81); }
div.DivClassName
{
background-color: #1C2651;
}
.BgClassName
{
background-color: #1C2651;
}
</style>
border-color css
<style>
span { border-color: #1C2651; }
span { border-color: rgb(28,38,81); }
td.TdClassName
{
border-color: #1C2651;
}
.TagClassName
{
border-color: #1C2651;
}
</style>