#121951

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

Shades of Lucky Point #121951

Tints of Lucky Point #121951

Color information

#121951 (or 0x121951) is unknown color: approx Lucky Point. HEX triplet: 12, 19 and 51. RGB value is (18,25,81). Sum of RGB (Red+Green+Blue) = 18+25+81=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #121951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121951 is #EDE6AE. Grayscale: #1D1D1D. Windows color (decimal): -15591087 or 5314834. OLE color: 5314834.

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

Color convert

RGB182581-
CMYK0.780.6900.68
HSL233.33º63.64%19.41%-
HSV(B)233.33º77.78%31.76%-
XYZ2.081.427.95-
YUV29.29157.18119.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=14.52%
G=20.16%
B=65.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1825810.780.6900.68233.3363.6419.41
Hex1219514E45044e94013
Octal2231121116105010435110023
Binary10010110011010001100111010001010100010011101001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121951; }

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

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

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

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

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

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

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

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