Color Hex Logo

#125971 Color Hex

#125971
(18,89,113)
0 Favorites   0 Comments

Color spaces of #125971

RGB 1889113
HSL0.540.730.26
HSV195°84°44°
CMYK 0.840.210.00   0.56
XYZ6.80258.465616.8983
Yxy8.46560.21150.2632
Hunter Lab29.0957-9.1846-14.0677
CIE-Lab34.9343-11.9512-19.6614

#125971 color RGB value is (18,89,113).

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

The process color (four color CMYK) of #125971 color hex is 0.84, 0.21, 0.00, 0.56. Web safe color of #125971 is #006666. Color #125971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 01110001
Octal 22 131 161
Decimal 18 89 113
Hex 12 59 71

RGB Percentages of Color #125971

%8.18
%40.45
%51.36

CMYK Percentages of Color #125971

%84
%21
%0
%56

Triadic Colors of #125971

#125971 #711259 #597112

Analogous Colors of #125971

#125971 #122971 #12715a

Monochromatic Colors of #125971

#125971

Complementary Color

#125971 #712a12

#125971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125971 Color CSS Codes

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

#125971 Text Font Color

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

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


#125971 Background Color

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

This div background color is #125971


#125971 Border Color

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

This div border color is #125971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125971


Comments

No comments written yet.

Please login to write comment.