Color Hex Logo

#12373b Color Hex

#12373B
(18,55,59)
0 Favorites   0 Comments

Color spaces of #12373b

RGB 185559
HSL0.520.530.15
HSV186°69°23°
CMYK 0.690.070.00   0.77
XYZ2.40513.17674.6241
Yxy3.17670.23570.3113
Hunter Lab17.8233-7.1037-2.9060
CIE-Lab20.7381-11.5622-6.4365

#12373b color RGB value is (18,55,59).

#12373b hex color red value is 18, green value is 55 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #12373b hue: 0.52 , saturation: 0.53 and the lightness value of 12373b is 0.15.

The process color (four color CMYK) of #12373b color hex is 0.69, 0.07, 0.00, 0.77. Web safe color of #12373b is #003333. Color #12373b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110111 00111011
Octal 22 67 73
Decimal 18 55 59
Hex 12 37 3B

RGB Percentages of Color #12373b

%13.64
%41.67
%44.70

CMYK Percentages of Color #12373b

%69
%7
%0
%77

Triadic Colors of #12373b

#12373b #3b1237 #373b12

Analogous Colors of #12373b

#12373b #12233b #123b2b

Monochromatic Colors of #12373b

#12373b

Complementary Color

#12373b #3b1612

#12373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12373b Color CSS Codes

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

#12373b Text Font Color

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

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


#12373b Background Color

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

This div background color is #12373b


#12373b Border Color

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

This div border color is #12373b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12373b


Comments

No comments written yet.

Please login to write comment.