Color Hex Logo

#121d34 Color Hex

#121D34
(18,29,52)
0 Favorites   0 Comments

Color spaces of #121d34

RGB 182952
HSL0.610.490.14
HSV221°65°20°
CMYK 0.650.440.00   0.80
XYZ1.30871.25533.4221
Yxy1.25530.21860.2097
Hunter Lab11.20401.2429-10.2664
CIE-Lab10.95923.6371-16.6348

#121d34 color RGB value is (18,29,52).

#121d34 hex color red value is 18, green value is 29 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #121d34 hue: 0.61 , saturation: 0.49 and the lightness value of 121d34 is 0.14.

The process color (four color CMYK) of #121d34 color hex is 0.65, 0.44, 0.00, 0.80. Web safe color of #121d34 is #003333. Color #121d34 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 00110100
Octal 22 35 64
Decimal 18 29 52
Hex 12 1D 34

RGB Percentages of Color #121d34

%18.18
%29.29
%52.53

CMYK Percentages of Color #121d34

%65
%44
%0
%80

Triadic Colors of #121d34

#121d34 #34121d #1d3412

Analogous Colors of #121d34

#121d34 #181234 #122e34

Monochromatic Colors of #121d34

#121d34

Complementary Color

#121d34 #342912

#121d34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121d34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121d34 Color CSS Codes

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

#121d34 Text Font Color

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

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


#121d34 Background Color

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

This div background color is #121d34


#121d34 Border Color

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

This div border color is #121d34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121d34


Comments

No comments written yet.

Please login to write comment.