Color Hex Logo

#125291 Color Hex

#125291
(18,82,145)
0 Favorites   0 Comments

Color spaces of #125291

RGB 1882145
HSL0.580.780.32
HSV210°88°57°
CMYK 0.880.430.00   0.43
XYZ8.37768.207527.9307
Yxy8.20750.18820.1844
Hunter Lab28.64872.0625-37.7499
CIE-Lab34.41135.2270-40.1619

#125291 color RGB value is (18,82,145).

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

The process color (four color CMYK) of #125291 color hex is 0.88, 0.43, 0.00, 0.43. Web safe color of #125291 is #006699. Color #125291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 10010001
Octal 22 122 221
Decimal 18 82 145
Hex 12 52 91

RGB Percentages of Color #125291

%7.35
%33.47
%59.18

CMYK Percentages of Color #125291

%88
%43
%0
%43

Triadic Colors of #125291

#125291 #911252 #529112

Analogous Colors of #125291

#125291 #121391 #129191

Monochromatic Colors of #125291

#125291

Complementary Color

#125291 #915112

#125291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125291 Color CSS Codes

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

#125291 Text Font Color

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

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


#125291 Background Color

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

This div background color is #125291


#125291 Border Color

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

This div border color is #125291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125291


Comments

No comments written yet.

Please login to write comment.