Color Hex Logo

#125988 Color Hex

#125988
(18,89,136)
0 Favorites   0 Comments

Color spaces of #125988

RGB 1889136
HSL0.570.770.30
HSV204°87°53°
CMYK 0.870.350.00   0.47
XYZ8.26589.050924.6039
Yxy9.05090.19720.2159
Hunter Lab30.0847-3.6052-27.4293
CIE-Lab36.0821-2.9689-32.0212

#125988 color RGB value is (18,89,136).

#125988 hex color red value is 18, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #125988 hue: 0.57 , saturation: 0.77 and the lightness value of 125988 is 0.30.

The process color (four color CMYK) of #125988 color hex is 0.87, 0.35, 0.00, 0.47. Web safe color of #125988 is #006699. Color #125988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 10001000
Octal 22 131 210
Decimal 18 89 136
Hex 12 59 88

RGB Percentages of Color #125988

%7.41
%36.63
%55.97

CMYK Percentages of Color #125988

%87
%35
%0
%47

Triadic Colors of #125988

#125988 #881259 #598812

Analogous Colors of #125988

#125988 #121e88 #12887c

Monochromatic Colors of #125988

#125988

Complementary Color

#125988 #884112

#125988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125988 Color CSS Codes

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

#125988 Text Font Color

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

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


#125988 Background Color

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

This div background color is #125988


#125988 Border Color

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

This div border color is #125988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125988


Comments

No comments written yet.

Please login to write comment.