Color Hex Logo

#121988 Color Hex

#121988
(18,25,136)
0 Favorites   0 Comments

Color spaces of #121988

RGB 1825136
HSL0.660.770.30
HSV236°87°53°
CMYK 0.870.820.00   0.47
XYZ5.04102.601423.5290
Yxy2.60140.16170.0835
Hunter Lab16.128927.5639-75.2029
CIE-Lab18.371139.7065-60.7569

#121988 color RGB value is (18,25,136).

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

The process color (four color CMYK) of #121988 color hex is 0.87, 0.82, 0.00, 0.47. Web safe color of #121988 is #000099. Color #121988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011001 10001000
Octal 22 31 210
Decimal 18 25 136
Hex 12 19 88

RGB Percentages of Color #121988

%10.06
%13.97
%75.98

CMYK Percentages of Color #121988

%87
%82
%0
%47

Triadic Colors of #121988

#121988 #881219 #198812

Analogous Colors of #121988

#121988 #461288 #125488

Monochromatic Colors of #121988

#121988

Complementary Color

#121988 #888112

#121988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121988 Color CSS Codes

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

#121988 Text Font Color

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

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


#121988 Background Color

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

This div background color is #121988


#121988 Border Color

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

This div border color is #121988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121988


Comments

No comments written yet.

Please login to write comment.