Shades of Lucky Point #1C274D
Tints of Lucky Point #1C274D
RGB
CMYK
RGB Variations
Color information
#1C274D (or 0x1C274D) is known color: Lucky Point. HEX triplet: 1C, 27 and 4D. RGB value is (28,39,77). Sum of RGB (Red+Green+Blue) = 28+39+77=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C274D is #E3D8B2. Grayscale: #272727. Windows color (decimal): -14932147 or 5056284. OLE color: 5056284.
HSL color Cylindrical-coordinate representation of color #1C274D: hue angle of 226.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C274D is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 39 | 77 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.70 |
| HSL | 226.53º | 0.47% | 0.21% | - |
| HSV(B) | 226.53º | 0.64% | 0.3% | - |
| XYZ | 2.54 | 2.23 | 7.32 | - |
| YUV | 40.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 77 | 0.64 | 0.49 | 0 | 0.70 | 226.53 | 0.47 | 0.21 |
| Hex | 1C | 27 | 4D | 40 | 31 | 0 | 46 | E3 | 2F | 15 |
| Octal | 34 | 47 | 115 | 100 | 61 | 0 | 106 | 343 | 57 | 25 |
| Binary | 11100 | 100111 | 1001101 | 1000000 | 110001 | 0 | 1000110 | 11100011 | 101111 | 10101 |
Color Harmonies of #1C274D
Complementary color
Monochromatic Colors of #1C274D
Black with #1C274D
Text Example
Text Example
White with #1C274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C274D; }
p { color: rgb(28,39,77); }
H1.HeaderClassName
{
color: #1C274D;
}
.AnyTagClassName
{
color: #1C274D;
}
</style>
background-color css
<style>
a { background-color: #1C274D; }
a { background-color: rgb(28,39,77); }
div.DivClassName
{
background-color: #1C274D;
}
.BgClassName
{
background-color: #1C274D;
}
</style>
border-color css
<style>
span { border-color: #1C274D; }
span { border-color: rgb(28,39,77); }
td.TdClassName
{
border-color: #1C274D;
}
.TagClassName
{
border-color: #1C274D;
}
</style>