#121850

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

Shades of Lucky Point #121850

Tints of Lucky Point #121850

Color information

#121850 (or 0x121850) is unknown color: approx Lucky Point. HEX triplet: 12, 18 and 50. RGB value is (18,24,80). Sum of RGB (Red+Green+Blue) = 18+24+80=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #121850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121850 is #EDE7AF. Grayscale: #1C1C1C. Windows color (decimal): -15591344 or 5249042. OLE color: 5249042.

HSL color Cylindrical-coordinate representation of color #121850: hue angle of 234.19º 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 #121850 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182480-
CMYK0.780.7000.69
HSL234.19º63.27%19.22%-
HSV(B)234.19º77.5%31.37%-
XYZ2.021.367.75-
YUV28.59157.01120.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=14.75%
G=19.67%
B=65.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1824800.780.7000.69234.1963.2719.22
Hex1218504E46045ea3f13
Octal223012011610601053527723
Binary1001011000101000010011101000110010001011110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121850; }

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

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

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

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

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

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

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

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