Color Hex Logo

#125aa9 Color Hex

#125AA9
(18,90,169)
0 Favorites   0 Comments

Color spaces of #125aa9

RGB 1890169
HSL0.590.810.37
HSV211°89°66°
CMYK 0.890.470.00   0.34
XYZ11.067110.305538.9420
Yxy10.30550.18350.1709
Hunter Lab32.10225.3584-49.4510
CIE-Lab38.38529.7375-48.1978

#125aa9 color RGB value is (18,90,169).

#125aa9 hex color red value is 18, green value is 90 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #125aa9 hue: 0.59 , saturation: 0.81 and the lightness value of 125aa9 is 0.37.

The process color (four color CMYK) of #125aa9 color hex is 0.89, 0.47, 0.00, 0.34. Web safe color of #125aa9 is #006699. Color #125aa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 10101001
Octal 22 132 251
Decimal 18 90 169
Hex 12 5A A9

RGB Percentages of Color #125aa9

%6.50
%32.49
%61.01

CMYK Percentages of Color #125aa9

%89
%47
%0
%34

Triadic Colors of #125aa9

#125aa9 #a9125a #5aa912

Analogous Colors of #125aa9

#125aa9 #1612a9 #12a6a9

Monochromatic Colors of #125aa9

#125aa9

Complementary Color

#125aa9 #a96112

#125aa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125aa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125aa9 Color CSS Codes

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

#125aa9 Text Font Color

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

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


#125aa9 Background Color

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

This div background color is #125aa9


#125aa9 Border Color

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

This div border color is #125aa9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,90,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #125aa9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #125aa9;
  -webkit-box-shadow: 1px 1px 3px 2px #125aa9;
  box-shadow:         1px 1px 3px 2px #125aa9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125aa9


Comments

No comments written yet.

Please login to write comment.