Color Hex Logo

#121837 Color Hex

#121837
(18,24,55)
0 Favorites   0 Comments

Color spaces of #121837

RGB 182455
HSL0.640.510.14
HSV230°67°22°
CMYK 0.670.560.00   0.78
XYZ1.26571.05773.7519
Yxy1.05770.20830.1741
Hunter Lab10.28453.9701-14.4306
CIE-Lab9.46328.7584-21.1799

#121837 color RGB value is (18,24,55).

#121837 hex color red value is 18, green value is 24 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #121837 hue: 0.64 , saturation: 0.51 and the lightness value of 121837 is 0.14.

The process color (four color CMYK) of #121837 color hex is 0.67, 0.56, 0.00, 0.78. Web safe color of #121837 is #000033. Color #121837 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011000 00110111
Octal 22 30 67
Decimal 18 24 55
Hex 12 18 37

RGB Percentages of Color #121837

%18.56
%24.74
%56.70

CMYK Percentages of Color #121837

%67
%56
%0
%78

Triadic Colors of #121837

#121837 #371218 #183712

Analogous Colors of #121837

#121837 #1f1237 #122b37

Monochromatic Colors of #121837

#121837

Complementary Color

#121837 #373112

#121837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121837 Color CSS Codes

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

#121837 Text Font Color

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

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


#121837 Background Color

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

This div background color is #121837


#121837 Border Color

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

This div border color is #121837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121837


Comments

No comments written yet.

Please login to write comment.