Color Hex Logo

#125079 Color Hex

#125079
(18,80,121)
0 Favorites   0 Comments

Color spaces of #125079

RGB 1880121
HSL0.570.740.27
HSV204°85°47°
CMYK 0.850.340.00   0.53
XYZ6.56937.246419.1416
Yxy7.24640.19930.2199
Hunter Lab26.9191-3.5477-23.3164
CIE-Lab32.3614-3.2608-28.6573

#125079 color RGB value is (18,80,121).

#125079 hex color red value is 18, green value is 80 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #125079 hue: 0.57 , saturation: 0.74 and the lightness value of 125079 is 0.27.

The process color (four color CMYK) of #125079 color hex is 0.85, 0.34, 0.00, 0.53. Web safe color of #125079 is #006666. Color #125079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010000 01111001
Octal 22 120 171
Decimal 18 80 121
Hex 12 50 79

RGB Percentages of Color #125079

%8.22
%36.53
%55.25

CMYK Percentages of Color #125079

%85
%34
%0
%53

Triadic Colors of #125079

#125079 #791250 #507912

Analogous Colors of #125079

#125079 #121d79 #12796f

Monochromatic Colors of #125079

#125079

Complementary Color

#125079 #793b12

#125079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125079 Color CSS Codes

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

#125079 Text Font Color

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

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


#125079 Background Color

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

This div background color is #125079


#125079 Border Color

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

This div border color is #125079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125079


Comments

No comments written yet.

Please login to write comment.