Color Hex Logo

#123b7f Color Hex

#123B7F
(18,59,127)
0 Favorites   0 Comments

Color spaces of #123b7f

RGB 1859127
HSL0.600.750.28
HSV217°86°50°
CMYK 0.860.540.00   0.50
XYZ5.64424.788820.7055
Yxy4.78880.18130.1538
Hunter Lab21.88337.7433-40.7805
CIE-Lab26.124413.4998-42.3825

#123b7f color RGB value is (18,59,127).

#123b7f hex color red value is 18, green value is 59 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #123b7f hue: 0.60 , saturation: 0.75 and the lightness value of 123b7f is 0.28.

The process color (four color CMYK) of #123b7f color hex is 0.86, 0.54, 0.00, 0.50. Web safe color of #123b7f is #003366. Color #123b7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111011 01111111
Octal 22 73 177
Decimal 18 59 127
Hex 12 3B 7F

RGB Percentages of Color #123b7f

%8.82
%28.92
%62.25

CMYK Percentages of Color #123b7f

%86
%54
%0
%50

Triadic Colors of #123b7f

#123b7f #7f123b #3b7f12

Analogous Colors of #123b7f

#123b7f #1f127f #12727f

Monochromatic Colors of #123b7f

#123b7f

Complementary Color

#123b7f #7f5612

#123b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#123b7f Color CSS Codes

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

#123b7f Text Font Color

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

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


#123b7f Background Color

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

This div background color is #123b7f


#123b7f Border Color

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

This div border color is #123b7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,59,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123b7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123b7f;
  -webkit-box-shadow: 1px 1px 3px 2px #123b7f;
  box-shadow:         1px 1px 3px 2px #123b7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123b7f


Comments

No comments written yet.

Please login to write comment.