Color Hex Logo

#136aef Color Hex

#136AEF
(19,106,239)
0 Favorites   0 Comments

Color spaces of #136aef

RGB 19106239
HSL0.600.870.51
HSV216°92°94°
CMYK 0.920.560.00   0.06
XYZ21.002616.678583.7737
Yxy16.67850.17290.1373
Hunter Lab40.839320.3291-93.0341
CIE-Lab47.852427.0581-73.1746

#136aef color RGB value is (19,106,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101010 11101111
Octal 23 152 357
Decimal 19 106 239
Hex 13 6A EF

RGB Percentages of Color #136aef

%5.22
%29.12
%65.66

CMYK Percentages of Color #136aef

%92
%56
%0
%6

Triadic Colors of #136aef

#136aef #ef136a #6aef13

Analogous Colors of #136aef

#136aef #2a13ef #13d8ef

Monochromatic Colors of #136aef

#136aef

Complementary Color

#136aef #ef9813

#136aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#136aef Color CSS Codes

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

#136aef Text Font Color

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

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


#136aef Background Color

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

This div background color is #136aef


#136aef Border Color

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

This div border color is #136aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136aef


Comments

No comments written yet.

Please login to write comment.