#121950

Color #121950 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #121950

Tints of Lucky Point #121950

Color information

#121950 (or 0x121950) is unknown color: approx Lucky Point. HEX triplet: 12, 19 and 50. RGB value is (18,25,80). Sum of RGB (Red+Green+Blue) = 18+25+80=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #121950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121950 is #EDE6AF. Grayscale: #1C1C1C. Windows color (decimal): -15591088 or 5249298. OLE color: 5249298.

HSL color Cylindrical-coordinate representation of color #121950: hue angle of 233.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121950 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182580-
CMYK0.780.6900.69
HSL233.23º63.27%19.22%-
HSV(B)233.23º77.5%31.37%-
XYZ2.051.47.75-
YUV29.18156.68120.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=14.63%
G=20.33%
B=65.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1825800.780.6900.69233.2363.2719.22
Hex1219504E45045e93f13
Octal223112011610501053517723
Binary1001011001101000010011101000101010001011110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121950; }

 p { color: rgb(18,25,80); }

 H1.HeaderClassName
 {
   color: #121950;
 }
 .AnyTagClassName
 {
   color: #121950;
 }
</style>
background-color css

<style>
 a { background-color: #121950; }

 a { background-color: rgb(18,25,80); }

 div.DivClassName
 {
   background-color: #121950;
 }
 .BgClassName
 {
   background-color: #121950;
 }
</style>
border-color css

<style>
 span { border-color: #121950; }

 span { border-color: rgb(18,25,80); }

 td.TdClassName
 {
   border-color: #121950;
 }
 .TagClassName
 {
   border-color: #121950;
 }
</style>