Color Hex Logo

#124770 Color Hex

#124770
(18,71,112)
1 Favorites   0 Comments

Color spaces of #124770

RGB 1871112
HSL0.570.720.25
HSV206°84°44°
CMYK 0.840.370.00   0.56
XYZ5.42735.804916.1636
Yxy5.80490.19810.2119
Hunter Lab24.0934-1.9543-22.9107
CIE-Lab28.9148-1.0594-28.4591

#124770 color RGB value is (18,71,112).

#124770 hex color red value is 18, green value is 71 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #124770 hue: 0.57 , saturation: 0.72 and the lightness value of 124770 is 0.25.

The process color (four color CMYK) of #124770 color hex is 0.84, 0.37, 0.00, 0.56. Web safe color of #124770 is #003366. Color #124770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000111 01110000
Octal 22 107 160
Decimal 18 71 112
Hex 12 47 70

RGB Percentages of Color #124770

%8.96
%35.32
%55.72

CMYK Percentages of Color #124770

%84
%37
%0
%56

Triadic Colors of #124770

#124770 #701247 #477012

Analogous Colors of #124770

#124770 #121870 #12706a

Monochromatic Colors of #124770

#124770

Complementary Color

#124770 #703b12

#124770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124770 Color CSS Codes

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

#124770 Text Font Color

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

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


#124770 Background Color

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

This div background color is #124770


#124770 Border Color

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

This div border color is #124770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124770


Comments

No comments written yet.

Please login to write comment.