Color Hex Logo

#12363c Color Hex

#12363C
(18,54,60)
0 Favorites   0 Comments

Color spaces of #12363c

RGB 185460
HSL0.520.540.15
HSV189°70°24°
CMYK 0.700.100.00   0.76
XYZ2.38423.09324.7463
Yxy3.09320.23320.3026
Hunter Lab17.5875-6.5803-3.6892
CIE-Lab20.4134-10.5888-7.6058

#12363c color RGB value is (18,54,60).

#12363c hex color red value is 18, green value is 54 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12363c hue: 0.52 , saturation: 0.54 and the lightness value of 12363c is 0.15.

The process color (four color CMYK) of #12363c color hex is 0.70, 0.10, 0.00, 0.76. Web safe color of #12363c is #003333. Color #12363c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110110 00111100
Octal 22 66 74
Decimal 18 54 60
Hex 12 36 3C

RGB Percentages of Color #12363c

%13.64
%40.91
%45.45

CMYK Percentages of Color #12363c

%70
%10
%0
%76

Triadic Colors of #12363c

#12363c #3c1236 #363c12

Analogous Colors of #12363c

#12363c #12213c #123c2d

Monochromatic Colors of #12363c

#12363c

Complementary Color

#12363c #3c1812

#12363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12363c Color CSS Codes

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

#12363c Text Font Color

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

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


#12363c Background Color

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

This div background color is #12363c


#12363c Border Color

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

This div border color is #12363c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,54,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12363c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12363c;
  -webkit-box-shadow: 1px 1px 3px 2px #12363c;
  box-shadow:         1px 1px 3px 2px #12363c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12363c


Comments

No comments written yet.

Please login to write comment.