Color Hex Logo

#122740 Color Hex

#122740
(18,39,64)
0 Favorites   0 Comments

Color spaces of #122740

RGB 183964
HSL0.590.560.16
HSV213°72°25°
CMYK 0.720.390.00   0.75
XYZ1.90041.94985.1267
Yxy1.94980.21170.2172
Hunter Lab13.9635-0.1428-11.9938
CIE-Lab15.22161.1323-18.3895

#122740 color RGB value is (18,39,64).

#122740 hex color red value is 18, green value is 39 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #122740 hue: 0.59 , saturation: 0.56 and the lightness value of 122740 is 0.16.

The process color (four color CMYK) of #122740 color hex is 0.72, 0.39, 0.00, 0.75. Web safe color of #122740 is #003333. Color #122740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100111 01000000
Octal 22 47 100
Decimal 18 39 64
Hex 12 27 40

RGB Percentages of Color #122740

%14.88
%32.23
%52.89

CMYK Percentages of Color #122740

%72
%39
%0
%75

Triadic Colors of #122740

#122740 #401227 #274012

Analogous Colors of #122740

#122740 #141240 #123e40

Monochromatic Colors of #122740

#122740

Complementary Color

#122740 #402b12

#122740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#122740 Color CSS Codes

.mybgcolor {background-color:#122740; } 
.myforecolor {color:#122740; }
.mybordercolor {border:3px solid #122740; }

#122740 Text Font Color

<p style="color:#122740">Text here</p>

This sample text font color is #122740
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#122740 Background Color

<div style="background-color:#122740">
Div content here</div>

This div background color is #122740


#122740 Border Color

<div style="border:3px solid #122740">
Div here</div>

This div border color is #122740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,39,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #122740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #122740;
  -webkit-box-shadow: 1px 1px 3px 2px #122740;
  box-shadow:         1px 1px 3px 2px #122740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,39,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #122740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #122740;
  -webkit-box-shadow: 1px 1px 3px 2px #122740;
  box-shadow:         1px 1px 3px 2px #122740;">
Div content here</div>

This div box has shadow with color #122740


Comments

No comments written yet.

Please login to write comment.