Color Hex Logo

#16136d Color Hex

#16136D
(22,19,109)
0 Favorites   0 Comments

Color spaces of #16136d

RGB 2219109
HSL0.670.700.25
HSV242°83°43°
CMYK 0.800.830.00   0.57
XYZ3.32411.740414.6287
Yxy1.74040.16880.0884
Hunter Lab13.192421.8900-56.5103
CIE-Lab14.061333.9371-50.6044

#16136d color RGB value is (22,19,109).

#16136d hex color red value is 22, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #16136d hue: 0.67 , saturation: 0.70 and the lightness value of 16136d is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 00010011 01101101
Octal 26 23 155
Decimal 22 19 109
Hex 16 13 6D

RGB Percentages of Color #16136d

%14.67
%12.67
%72.67

CMYK Percentages of Color #16136d

%80
%83
%0
%57

Triadic Colors of #16136d

#16136d #6d1613 #136d16

Analogous Colors of #16136d

#16136d #43136d #133d6d

Monochromatic Colors of #16136d

#16136d

Complementary Color

#16136d #6a6d13

#16136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#16136d Color CSS Codes

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

#16136d Text Font Color

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

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


#16136d Background Color

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

This div background color is #16136d


#16136d Border Color

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

This div border color is #16136d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,19,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 #16136d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16136d


Comments

No comments written yet.

Please login to write comment.