Color Hex Logo

#122589 Color Hex

#122589
(18,37,137)
0 Favorites   0 Comments

Color spaces of #122589

RGB 1837137
HSL0.640.770.30
HSV230°87°54°
CMYK 0.870.730.00   0.46
XYZ5.42643.257924.0097
Yxy3.25790.16600.0996
Hunter Lab18.049722.0769-66.2330
CIE-Lab21.048532.8365-56.9526

#122589 color RGB value is (18,37,137).

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

The process color (four color CMYK) of #122589 color hex is 0.87, 0.73, 0.00, 0.46. Web safe color of #122589 is #003399. Color #122589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100101 10001001
Octal 22 45 211
Decimal 18 37 137
Hex 12 25 89

RGB Percentages of Color #122589

%9.38
%19.27
%71.35

CMYK Percentages of Color #122589

%87
%73
%0
%46

Triadic Colors of #122589

#122589 #891225 #258912

Analogous Colors of #122589

#122589 #3a1289 #126189

Monochromatic Colors of #122589

#122589

Complementary Color

#122589 #897612

#122589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#122589 Color CSS Codes

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

#122589 Text Font Color

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

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


#122589 Background Color

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

This div background color is #122589


#122589 Border Color

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

This div border color is #122589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,37,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 #122589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #122589


Comments

No comments written yet.

Please login to write comment.