Shades of Lucky Point #121851
Tints of Lucky Point #121851
RGB
CMYK
RGB Variations
Color information
#121851 (or 0x121851) is known color: Lucky Point. HEX triplet: 12, 18 and 51. RGB value is (18,24,81). Sum of RGB (Red+Green+Blue) = 18+24+81=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #121851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121851 is #EDE7AE. Grayscale: #1C1C1C. Windows color (decimal): -15591343 or 5314578. OLE color: 5314578.
HSL color Cylindrical-coordinate representation of color #121851: hue angle of 234.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121851 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 24 | 81 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.68 |
| HSL | 234.29º | 0.64% | 0.19% | - |
| HSV(B) | 234.29º | 0.78% | 0.32% | - |
| XYZ | 2.06 | 1.38 | 7.94 | - |
| YUV | 28.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 81 | 0.78 | 0.70 | 0 | 0.68 | 234.29 | 0.64 | 0.19 |
| Hex | 12 | 18 | 51 | 4E | 46 | 0 | 44 | EA | 40 | 13 |
| Octal | 22 | 30 | 121 | 116 | 106 | 0 | 104 | 352 | 100 | 23 |
| Binary | 10010 | 11000 | 1010001 | 1001110 | 1000110 | 0 | 1000100 | 11101010 | 1000000 | 10011 |
Color Harmonies of #121851
Complementary color
Monochromatic Colors of #121851
Black with #121851
Text Example
Text Example
White with #121851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121851; }
p { color: rgb(18,24,81); }
H1.HeaderClassName
{
color: #121851;
}
.AnyTagClassName
{
color: #121851;
}
</style>
background-color css
<style>
a { background-color: #121851; }
a { background-color: rgb(18,24,81); }
div.DivClassName
{
background-color: #121851;
}
.BgClassName
{
background-color: #121851;
}
</style>
border-color css
<style>
span { border-color: #121851; }
span { border-color: rgb(18,24,81); }
td.TdClassName
{
border-color: #121851;
}
.TagClassName
{
border-color: #121851;
}
</style>