Shades of Lucky Point #1C244F
Tints of Lucky Point #1C244F
RGB
CMYK
RGB Variations
Color information
#1C244F (or 0x1C244F) is known color: Lucky Point. HEX triplet: 1C, 24 and 4F. RGB value is (28,36,79). Sum of RGB (Red+Green+Blue) = 28+36+79=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C244F is #E3DBB0. Grayscale: #262626. Windows color (decimal): -14932913 or 5186588. OLE color: 5186588.
HSL color Cylindrical-coordinate representation of color #1C244F: hue angle of 230.59º 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 #1C244F is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 36 | 79 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.69 |
| HSL | 230.59º | 0.48% | 0.21% | - |
| HSV(B) | 230.59º | 0.65% | 0.31% | - |
| XYZ | 2.52 | 2.07 | 7.66 | - |
| YUV | 38.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 79 | 0.65 | 0.54 | 0 | 0.69 | 230.59 | 0.48 | 0.21 |
| Hex | 1C | 24 | 4F | 41 | 36 | 0 | 45 | E7 | 30 | 15 |
| Octal | 34 | 44 | 117 | 101 | 66 | 0 | 105 | 347 | 60 | 25 |
| Binary | 11100 | 100100 | 1001111 | 1000001 | 110110 | 0 | 1000101 | 11100111 | 110000 | 10101 |
Color Harmonies of #1C244F
Complementary color
Monochromatic Colors of #1C244F
Black with #1C244F
Text Example
Text Example
White with #1C244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C244F; }
p { color: rgb(28,36,79); }
H1.HeaderClassName
{
color: #1C244F;
}
.AnyTagClassName
{
color: #1C244F;
}
</style>
background-color css
<style>
a { background-color: #1C244F; }
a { background-color: rgb(28,36,79); }
div.DivClassName
{
background-color: #1C244F;
}
.BgClassName
{
background-color: #1C244F;
}
</style>
border-color css
<style>
span { border-color: #1C244F; }
span { border-color: rgb(28,36,79); }
td.TdClassName
{
border-color: #1C244F;
}
.TagClassName
{
border-color: #1C244F;
}
</style>