Color Hex Logo

#136fcc Color Hex

#136FCC
(19,111,204)
0 Favorites   0 Comments

Color spaces of #136fcc

RGB 19111204
HSL0.580.830.44
HSV210°91°80°
CMYK 0.910.460.00   0.20
XYZ16.852115.867059.3012
Yxy15.86700.18310.1724
Hunter Lab39.83345.8086-60.3834
CIE-Lab46.799510.2061-55.0544

#136fcc color RGB value is (19,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 11001100
Octal 23 157 314
Decimal 19 111 204
Hex 13 6F CC

RGB Percentages of Color #136fcc

%5.69
%33.23
%61.08

CMYK Percentages of Color #136fcc

%91
%46
%0
%20

Triadic Colors of #136fcc

#136fcc #cc136f #6fcc13

Analogous Colors of #136fcc

#136fcc #1413cc #13cccc

Monochromatic Colors of #136fcc

#136fcc

Complementary Color

#136fcc #cc7013

#136fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fcc Color CSS Codes

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

#136fcc Text Font Color

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

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


#136fcc Background Color

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

This div background color is #136fcc


#136fcc Border Color

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

This div border color is #136fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fcc


Comments

No comments written yet.

Please login to write comment.