Color Hex Logo

#123240 Color Hex

#123240
(18,50,64)
0 Favorites   0 Comments

Color spaces of #123240

RGB 185064
HSL0.550.560.16
HSV198°72°25°
CMYK 0.720.220.00   0.75
XYZ2.31552.78005.2650
Yxy2.78000.22350.2683
Hunter Lab16.6733-4.3892-7.0509
CIE-Lab19.1404-6.5213-12.2766

#123240 color RGB value is (18,50,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110010 01000000
Octal 22 62 100
Decimal 18 50 64
Hex 12 32 40

RGB Percentages of Color #123240

%13.64
%37.88
%48.48

CMYK Percentages of Color #123240

%72
%22
%0
%75

Triadic Colors of #123240

#123240 #401232 #324012

Analogous Colors of #123240

#123240 #121b40 #124037

Monochromatic Colors of #123240

#123240

Complementary Color

#123240 #402012

#123240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#123240 Color CSS Codes

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

#123240 Text Font Color

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

This sample text font color is #123240
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.


#123240 Background Color

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

This div background color is #123240


#123240 Border Color

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

This div border color is #123240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,50,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 #123240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123240


Comments

No comments written yet.

Please login to write comment.