Color Hex Logo

#136fcd Color Hex

#136FCD
(19,111,205)
0 Favorites   0 Comments

Color spaces of #136fcd

RGB 19111205
HSL0.580.830.44
HSV210°91°80°
CMYK 0.910.460.00   0.20
XYZ16.972415.915159.9350
Yxy15.91510.18280.1715
Hunter Lab39.89376.1270-61.1497
CIE-Lab46.862910.5996-55.5249

#136fcd color RGB value is (19,111,205).

#136fcd hex color red value is 19, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #136fcd hue: 0.58 , saturation: 0.83 and the lightness value of 136fcd is 0.44.

The process color (four color CMYK) of #136fcd color hex is 0.91, 0.46, 0.00, 0.20. Web safe color of #136fcd is #0066cc. Color #136fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 11001101
Octal 23 157 315
Decimal 19 111 205
Hex 13 6F CD

RGB Percentages of Color #136fcd

%5.67
%33.13
%61.19

CMYK Percentages of Color #136fcd

%91
%46
%0
%20

Triadic Colors of #136fcd

#136fcd #cd136f #6fcd13

Analogous Colors of #136fcd

#136fcd #1413cd #13cccd

Monochromatic Colors of #136fcd

#136fcd

Complementary Color

#136fcd #cd7113

#136fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fcd Color CSS Codes

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

#136fcd Text Font Color

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

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


#136fcd Background Color

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

This div background color is #136fcd


#136fcd Border Color

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

This div border color is #136fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,111,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #136fcd;
  box-shadow:         1px 1px 3px 2px #136fcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fcd


Comments

No comments written yet.

Please login to write comment.