Color Hex Logo

#12176d Color Hex

#12176D
(18,23,109)
0 Favorites   0 Comments

Color spaces of #12176d

RGB 1823109
HSL0.660.720.25
HSV237°83°43°
CMYK 0.830.790.00   0.57
XYZ3.31621.845514.6494
Yxy1.84550.16740.0932
Hunter Lab13.584919.7998-54.4264
CIE-Lab14.654631.2500-49.6297

#12176d color RGB value is (18,23,109).

#12176d hex color red value is 18, green value is 23 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #12176d hue: 0.66 , saturation: 0.72 and the lightness value of 12176d is 0.25.

The process color (four color CMYK) of #12176d color hex is 0.83, 0.79, 0.00, 0.57. Web safe color of #12176d is #000066. Color #12176d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010111 01101101
Octal 22 27 155
Decimal 18 23 109
Hex 12 17 6D

RGB Percentages of Color #12176d

%12.00
%15.33
%72.67

CMYK Percentages of Color #12176d

%83
%79
%0
%57

Triadic Colors of #12176d

#12176d #6d1217 #176d12

Analogous Colors of #12176d

#12176d #3b126d #12456d

Monochromatic Colors of #12176d

#12176d

Complementary Color

#12176d #6d6812

#12176d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12176d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12176d Color CSS Codes

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

#12176d Text Font Color

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

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


#12176d Background Color

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

This div background color is #12176d


#12176d Border Color

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

This div border color is #12176d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,23,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12176d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12176d;
  -webkit-box-shadow: 1px 1px 3px 2px #12176d;
  box-shadow:         1px 1px 3px 2px #12176d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12176d


Comments

No comments written yet.

Please login to write comment.