Color Hex Logo

#121649 Color Hex

#121649
(18,22,73)
0 Favorites   0 Comments

Color spaces of #121649

RGB 182273
HSL0.650.600.18
HSV236°75°29°
CMYK 0.750.700.00   0.71
XYZ1.73901.18356.4401
Yxy1.18350.18570.1264
Hunter Lab10.87899.4954-27.4834
CIE-Lab10.435117.8076-32.3468

#121649 color RGB value is (18,22,73).

#121649 hex color red value is 18, green value is 22 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #121649 hue: 0.65 , saturation: 0.60 and the lightness value of 121649 is 0.18.

The process color (four color CMYK) of #121649 color hex is 0.75, 0.70, 0.00, 0.71. Web safe color of #121649 is #000033. Color #121649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010110 01001001
Octal 22 26 111
Decimal 18 22 73
Hex 12 16 49

RGB Percentages of Color #121649

%15.93
%19.47
%64.60

CMYK Percentages of Color #121649

%75
%70
%0
%71

Triadic Colors of #121649

#121649 #491216 #164912

Analogous Colors of #121649

#121649 #2a1249 #123149

Monochromatic Colors of #121649

#121649

Complementary Color

#121649 #494512

#121649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121649 Color CSS Codes

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

#121649 Text Font Color

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

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


#121649 Background Color

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

This div background color is #121649


#121649 Border Color

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

This div border color is #121649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121649

#121649 Color Palettes


Comments

No comments written yet.

Please login to write comment.