Color Hex Logo

#136399 Color Hex

#136399
(19,99,153)
0 Favorites   0 Comments

Color spaces of #136399

RGB 1999153
HSL0.570.780.34
HSV204°88°60°
CMYK 0.880.350.00   0.40
XYZ10.480211.362031.7777
Yxy11.36200.19550.2119
Hunter Lab33.7076-3.4898-32.3002
CIE-Lab40.1836-2.4087-35.7950

#136399 color RGB value is (19,99,153).

#136399 hex color red value is 19, green value is 99 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #136399 hue: 0.57 , saturation: 0.78 and the lightness value of 136399 is 0.34.

The process color (four color CMYK) of #136399 color hex is 0.88, 0.35, 0.00, 0.40. Web safe color of #136399 is #006699. Color #136399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 10011001
Octal 23 143 231
Decimal 19 99 153
Hex 13 63 99

RGB Percentages of Color #136399

%7.01
%36.53
%56.46

CMYK Percentages of Color #136399

%88
%35
%0
%40

Triadic Colors of #136399

#136399 #991363 #639913

Analogous Colors of #136399

#136399 #132099 #13998c

Monochromatic Colors of #136399

#136399

Complementary Color

#136399 #994913

#136399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136399 Color CSS Codes

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

#136399 Text Font Color

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

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


#136399 Background Color

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

This div background color is #136399


#136399 Border Color

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

This div border color is #136399


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,99,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136399; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136399;
  -webkit-box-shadow: 1px 1px 3px 2px #136399;
  box-shadow:         1px 1px 3px 2px #136399; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,99,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136399


Comments

No comments written yet.

Please login to write comment.