Shades of Lucky Point #1C2450
Tints of Lucky Point #1C2450
RGB
CMYK
RGB Variations
Color information
#1C2450 (or 0x1C2450) is known color: Lucky Point. HEX triplet: 1C, 24 and 50. RGB value is (28,36,80). Sum of RGB (Red+Green+Blue) = 28+36+80=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2450 is #E3DBAF. Grayscale: #262626. Windows color (decimal): -14932912 or 5252124. OLE color: 5252124.
HSL color Cylindrical-coordinate representation of color #1C2450: hue angle of 230.77º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2450 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 36 | 80 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.69 |
| HSL | 230.77º | 0.48% | 0.21% | - |
| HSV(B) | 230.77º | 0.65% | 0.31% | - |
| XYZ | 2.56 | 2.09 | 7.86 | - |
| YUV | 38.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 80 | 0.65 | 0.55 | 0 | 0.69 | 230.77 | 0.48 | 0.21 |
| Hex | 1C | 24 | 50 | 41 | 37 | 0 | 45 | E7 | 30 | 15 |
| Octal | 34 | 44 | 120 | 101 | 67 | 0 | 105 | 347 | 60 | 25 |
| Binary | 11100 | 100100 | 1010000 | 1000001 | 110111 | 0 | 1000101 | 11100111 | 110000 | 10101 |
Color Harmonies of #1C2450
Complementary color
Monochromatic Colors of #1C2450
Black with #1C2450
Text Example
Text Example
White with #1C2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2450; }
p { color: rgb(28,36,80); }
H1.HeaderClassName
{
color: #1C2450;
}
.AnyTagClassName
{
color: #1C2450;
}
</style>
background-color css
<style>
a { background-color: #1C2450; }
a { background-color: rgb(28,36,80); }
div.DivClassName
{
background-color: #1C2450;
}
.BgClassName
{
background-color: #1C2450;
}
</style>
border-color css
<style>
span { border-color: #1C2450; }
span { border-color: rgb(28,36,80); }
td.TdClassName
{
border-color: #1C2450;
}
.TagClassName
{
border-color: #1C2450;
}
</style>