Color Hex Logo

#123672 Color Hex

#123672
(18,54,114)
0 Favorites   0 Comments

Color spaces of #123672

RGB 1854114
HSL0.600.730.26
HSV218°84°45°
CMYK 0.840.530.00   0.55
XYZ4.60593.981816.4454
Yxy3.98180.18400.1591
Hunter Lab19.95446.2812-34.8956
CIE-Lab23.611211.5518-38.2151

#123672 color RGB value is (18,54,114).

#123672 hex color red value is 18, green value is 54 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #123672 hue: 0.60 , saturation: 0.73 and the lightness value of 123672 is 0.26.

The process color (four color CMYK) of #123672 color hex is 0.84, 0.53, 0.00, 0.55. Web safe color of #123672 is #003366. Color #123672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110110 01110010
Octal 22 66 162
Decimal 18 54 114
Hex 12 36 72

RGB Percentages of Color #123672

%9.68
%29.03
%61.29

CMYK Percentages of Color #123672

%84
%53
%0
%55

Triadic Colors of #123672

#123672 #721236 #367212

Analogous Colors of #123672

#123672 #1e1272 #126672

Monochromatic Colors of #123672

#123672

Complementary Color

#123672 #724e12

#123672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#123672 Color CSS Codes

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

#123672 Text Font Color

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

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


#123672 Background Color

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

This div background color is #123672


#123672 Border Color

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

This div border color is #123672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123672


Comments

No comments written yet.

Please login to write comment.