Color Hex Logo

#136def Color Hex

#136DEF
(19,109,239)
0 Favorites   0 Comments

Color spaces of #136def

RGB 19109239
HSL0.600.870.51
HSV215°92°94°
CMYK 0.920.540.00   0.06
XYZ21.317217.307783.8785
Yxy17.30770.17400.1413
Hunter Lab41.602518.6593-90.4180
CIE-Lab48.645425.1416-71.8836

#136def color RGB value is (19,109,239).

#136def hex color red value is 19, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #136def hue: 0.60 , saturation: 0.87 and the lightness value of 136def is 0.51.

The process color (four color CMYK) of #136def color hex is 0.92, 0.54, 0.00, 0.06. Web safe color of #136def is #0066ff. Color #136def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 11101111
Octal 23 155 357
Decimal 19 109 239
Hex 13 6D EF

RGB Percentages of Color #136def

%5.18
%29.70
%65.12

CMYK Percentages of Color #136def

%92
%54
%0
%6

Triadic Colors of #136def

#136def #ef136d #6def13

Analogous Colors of #136def

#136def #2713ef #13dbef

Monochromatic Colors of #136def

#136def

Complementary Color

#136def #ef9513

#136def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136def Color Preview on White Background

Lorem ipsum dolor sit amet.

#136def Color CSS Codes

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

#136def Text Font Color

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

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


#136def Background Color

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

This div background color is #136def


#136def Border Color

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

This div border color is #136def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136def


Comments

No comments written yet.

Please login to write comment.