Shades of Lucky Point #181F51
Tints of Lucky Point #181F51
RGB
CMYK
RGB Variations
Color information
#181F51 (or 0x181F51) is known color: Lucky Point. HEX triplet: 18, 1F and 51. RGB value is (24,31,81). Sum of RGB (Red+Green+Blue) = 24+31+81=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #181F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F51 is #E7E0AE. Grayscale: #222222. Windows color (decimal): -15196335 or 5316376. OLE color: 5316376.
HSL color Cylindrical-coordinate representation of color #181F51: hue angle of 232.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181F51 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 31 | 81 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.68 |
| HSL | 232.63º | 0.54% | 0.21% | - |
| HSV(B) | 232.63º | 0.7% | 0.32% | - |
| XYZ | 2.35 | 1.77 | 8 | - |
| YUV | 34.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 81 | 0.70 | 0.62 | 0 | 0.68 | 232.63 | 0.54 | 0.21 |
| Hex | 18 | 1F | 51 | 46 | 3E | 0 | 44 | E9 | 36 | 15 |
| Octal | 30 | 37 | 121 | 106 | 76 | 0 | 104 | 351 | 66 | 25 |
| Binary | 11000 | 11111 | 1010001 | 1000110 | 111110 | 0 | 1000100 | 11101001 | 110110 | 10101 |
Color Harmonies of #181F51
Complementary color
Monochromatic Colors of #181F51
Black with #181F51
Text Example
Text Example
White with #181F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F51; }
p { color: rgb(24,31,81); }
H1.HeaderClassName
{
color: #181F51;
}
.AnyTagClassName
{
color: #181F51;
}
</style>
background-color css
<style>
a { background-color: #181F51; }
a { background-color: rgb(24,31,81); }
div.DivClassName
{
background-color: #181F51;
}
.BgClassName
{
background-color: #181F51;
}
</style>
border-color css
<style>
span { border-color: #181F51; }
span { border-color: rgb(24,31,81); }
td.TdClassName
{
border-color: #181F51;
}
.TagClassName
{
border-color: #181F51;
}
</style>