Color Hex Logo

#125289 Color Hex

#125289
(18,82,137)
0 Favorites   0 Comments

Color spaces of #125289

RGB 1882137
HSL0.580.770.30
HSV208°87°54°
CMYK 0.870.400.00   0.46
XYZ7.78217.969324.7950
Yxy7.96930.19190.1965
Hunter Lab28.2299-0.1956-32.3148
CIE-Lab33.91891.9473-36.0655

#125289 color RGB value is (18,82,137).

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

The process color (four color CMYK) of #125289 color hex is 0.87, 0.40, 0.00, 0.46. Web safe color of #125289 is #006699. Color #125289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 10001001
Octal 22 122 211
Decimal 18 82 137
Hex 12 52 89

RGB Percentages of Color #125289

%7.59
%34.60
%57.81

CMYK Percentages of Color #125289

%87
%40
%0
%46

Triadic Colors of #125289

#125289 #891252 #528912

Analogous Colors of #125289

#125289 #121689 #128985

Monochromatic Colors of #125289

#125289

Complementary Color

#125289 #894912

#125289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125289 Color CSS Codes

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

#125289 Text Font Color

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

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


#125289 Background Color

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

This div background color is #125289


#125289 Border Color

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

This div border color is #125289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125289


Comments

No comments written yet.

Please login to write comment.