Color Hex Logo

#121949 Color Hex

#121949
(18,25,73)
0 Favorites   0 Comments

Color spaces of #121949

RGB 182573
HSL0.650.600.18
HSV232°75°29°
CMYK 0.750.660.00   0.71
XYZ1.79971.30496.4603
Yxy1.30490.18820.1364
Hunter Lab11.42328.1316-25.5347
CIE-Lab11.309715.5531-30.9202

#121949 color RGB value is (18,25,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011001 01001001
Octal 22 31 111
Decimal 18 25 73
Hex 12 19 49

RGB Percentages of Color #121949

%15.52
%21.55
%62.93

CMYK Percentages of Color #121949

%75
%66
%0
%71

Triadic Colors of #121949

#121949 #491219 #194912

Analogous Colors of #121949

#121949 #271249 #123549

Monochromatic Colors of #121949

#121949

Complementary Color

#121949 #494212

#121949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121949 Color CSS Codes

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

#121949 Text Font Color

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

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


#121949 Background Color

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

This div background color is #121949


#121949 Border Color

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

This div border color is #121949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121949


Comments

No comments written yet.

Please login to write comment.