Shades of Lucky Point #121952
Tints of Lucky Point #121952
RGB
CMYK
RGB Variations
Color information
#121952 (or 0x121952) is known color: Lucky Point. HEX triplet: 12, 19 and 52. RGB value is (18,25,82). Sum of RGB (Red+Green+Blue) = 18+25+82=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #121952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121952 is #EDE6AD. Grayscale: #1D1D1D. Windows color (decimal): -15591086 or 5380370. OLE color: 5380370.
HSL color Cylindrical-coordinate representation of color #121952: hue angle of 233.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121952 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 25 | 82 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.68 |
| HSL | 233.44º | 0.64% | 0.2% | - |
| HSV(B) | 233.44º | 0.78% | 0.32% | - |
| XYZ | 2.12 | 1.43 | 8.15 | - |
| YUV | 29.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 82 | 0.78 | 0.70 | 0 | 0.68 | 233.44 | 0.64 | 0.2 |
| Hex | 12 | 19 | 52 | 4E | 46 | 0 | 44 | E9 | 40 | 14 |
| Octal | 22 | 31 | 122 | 116 | 106 | 0 | 104 | 351 | 100 | 24 |
| Binary | 10010 | 11001 | 1010010 | 1001110 | 1000110 | 0 | 1000100 | 11101001 | 1000000 | 10100 |
Color Harmonies of #121952
Complementary color
Monochromatic Colors of #121952
Black with #121952
Text Example
Text Example
White with #121952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121952; }
p { color: rgb(18,25,82); }
H1.HeaderClassName
{
color: #121952;
}
.AnyTagClassName
{
color: #121952;
}
</style>
background-color css
<style>
a { background-color: #121952; }
a { background-color: rgb(18,25,82); }
div.DivClassName
{
background-color: #121952;
}
.BgClassName
{
background-color: #121952;
}
</style>
border-color css
<style>
span { border-color: #121952; }
span { border-color: rgb(18,25,82); }
td.TdClassName
{
border-color: #121952;
}
.TagClassName
{
border-color: #121952;
}
</style>