Color Hex Logo

#121e9d Color Hex

#121E9D
(18,30,157)
0 Favorites   0 Comments

Color spaces of #121e9d

RGB 1830157
HSL0.650.790.34
HSV235°89°62°
CMYK 0.890.810.00   0.38
XYZ6.79953.491532.2138
Yxy3.49150.16000.0821
Hunter Lab18.685632.2548-89.1358
CIE-Lab21.913644.1420-67.8991

#121e9d color RGB value is (18,30,157).

#121e9d hex color red value is 18, green value is 30 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #121e9d hue: 0.65 , saturation: 0.79 and the lightness value of 121e9d is 0.34.

The process color (four color CMYK) of #121e9d color hex is 0.89, 0.81, 0.00, 0.38. Web safe color of #121e9d is #003399. Color #121e9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10011101
Octal 22 36 235
Decimal 18 30 157
Hex 12 1E 9D

RGB Percentages of Color #121e9d

%8.78
%14.63
%76.59

CMYK Percentages of Color #121e9d

%89
%81
%0
%38

Triadic Colors of #121e9d

#121e9d #9d121e #1e9d12

Analogous Colors of #121e9d

#121e9d #4b129d #12649d

Monochromatic Colors of #121e9d

#121e9d

Complementary Color

#121e9d #9d9112

#121e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#121e9d Color CSS Codes

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

#121e9d Text Font Color

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

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


#121e9d Background Color

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

This div background color is #121e9d


#121e9d Border Color

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

This div border color is #121e9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,30,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121e9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121e9d;
  -webkit-box-shadow: 1px 1px 3px 2px #121e9d;
  box-shadow:         1px 1px 3px 2px #121e9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121e9d


Comments

No comments written yet.

Please login to write comment.