Color Hex Logo

#121465 Color Hex

#121465
(18,20,101)
0 Favorites   0 Comments

Color spaces of #121465

RGB 1820101
HSL0.660.700.23
HSV239°82°40°
CMYK 0.820.800.00   0.60
XYZ2.84861.568512.4645
Yxy1.56850.16870.0929
Hunter Lab12.524018.6832-50.2416
CIE-Lab13.037130.1508-47.0470

#121465 color RGB value is (18,20,101).

#121465 hex color red value is 18, green value is 20 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #121465 hue: 0.66 , saturation: 0.70 and the lightness value of 121465 is 0.23.

The process color (four color CMYK) of #121465 color hex is 0.82, 0.80, 0.00, 0.60. Web safe color of #121465 is #000066. Color #121465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 01100101
Octal 22 24 145
Decimal 18 20 101
Hex 12 14 65

RGB Percentages of Color #121465

%12.95
%14.39
%72.66

CMYK Percentages of Color #121465

%82
%80
%0
%60

Triadic Colors of #121465

#121465 #651214 #146512

Analogous Colors of #121465

#121465 #3a1265 #123e65

Monochromatic Colors of #121465

#121465

Complementary Color

#121465 #656312

#121465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121465 Color CSS Codes

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

#121465 Text Font Color

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

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


#121465 Background Color

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

This div background color is #121465


#121465 Border Color

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

This div border color is #121465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121465


Comments

No comments written yet.

Please login to write comment.