Color Hex Logo

#121eaf Color Hex

#121EAF
(18,30,175)
0 Favorites   0 Comments

Color spaces of #121eaf

RGB 1830175
HSL0.650.810.38
HSV235°90°69°
CMYK 0.900.830.00   0.31
XYZ8.45164.152340.9135
Yxy4.15230.15790.0776
Hunter Lab20.377238.3742-104.7789
CIE-Lab24.168750.0297-75.0655

#121eaf color RGB value is (18,30,175).

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

The process color (four color CMYK) of #121eaf color hex is 0.90, 0.83, 0.00, 0.31. Web safe color of #121eaf is #003399. Color #121eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10101111
Octal 22 36 257
Decimal 18 30 175
Hex 12 1E AF

RGB Percentages of Color #121eaf

%8.07
%13.45
%78.48

CMYK Percentages of Color #121eaf

%90
%83
%0
%31

Triadic Colors of #121eaf

#121eaf #af121e #1eaf12

Analogous Colors of #121eaf

#121eaf #5412af #126daf

Monochromatic Colors of #121eaf

#121eaf

Complementary Color

#121eaf #afa312

#121eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#121eaf Color CSS Codes

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

#121eaf Text Font Color

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

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


#121eaf Background Color

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

This div background color is #121eaf


#121eaf Border Color

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

This div border color is #121eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121eaf


Comments

No comments written yet.

Please login to write comment.