Color Hex Logo

#136feb Color Hex

#136FEB
(19,111,235)
0 Favorites   0 Comments

Color spaces of #136feb

RGB 19111235
HSL0.600.850.50
HSV214°92°92°
CMYK 0.920.530.00   0.08
XYZ20.948417.505580.8721
Yxy17.50550.17560.1467
Hunter Lab41.839616.1528-85.3145
CIE-Lab48.890822.3220-69.2435

#136feb color RGB value is (19,111,235).

#136feb hex color red value is 19, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #136feb hue: 0.60 , saturation: 0.85 and the lightness value of 136feb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 11101011
Octal 23 157 353
Decimal 19 111 235
Hex 13 6F EB

RGB Percentages of Color #136feb

%5.21
%30.41
%64.38

CMYK Percentages of Color #136feb

%92
%53
%0
%8

Triadic Colors of #136feb

#136feb #eb136f #6feb13

Analogous Colors of #136feb

#136feb #2313eb #13dbeb

Monochromatic Colors of #136feb

#136feb

Complementary Color

#136feb #eb8f13

#136feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#136feb Color CSS Codes

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

#136feb Text Font Color

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

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


#136feb Background Color

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

This div background color is #136feb


#136feb Border Color

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

This div border color is #136feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136feb


Comments

No comments written yet.

Please login to write comment.