Color Hex Logo

#136bba Color Hex

#136BBA
(19,107,186)
0 Favorites   0 Comments

Color spaces of #136bba

RGB 19107186
HSL0.580.810.40
HSV208°90°73°
CMYK 0.900.420.00   0.27
XYZ14.389214.199048.4367
Yxy14.19900.18680.1843
Hunter Lab37.68162.2198-49.8356
CIE-Lab44.51705.6339-48.3355

#136bba color RGB value is (19,107,186).

#136bba hex color red value is 19, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #136bba hue: 0.58 , saturation: 0.81 and the lightness value of 136bba is 0.40.

The process color (four color CMYK) of #136bba color hex is 0.90, 0.42, 0.00, 0.27. Web safe color of #136bba is #0066cc. Color #136bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101011 10111010
Octal 23 153 272
Decimal 19 107 186
Hex 13 6B BA

RGB Percentages of Color #136bba

%6.09
%34.29
%59.62

CMYK Percentages of Color #136bba

%90
%42
%0
%27

Triadic Colors of #136bba

#136bba #ba136b #6bba13

Analogous Colors of #136bba

#136bba #1317ba #13bab6

Monochromatic Colors of #136bba

#136bba

Complementary Color

#136bba #ba6213

#136bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#136bba Color CSS Codes

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

#136bba Text Font Color

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

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


#136bba Background Color

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

This div background color is #136bba


#136bba Border Color

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

This div border color is #136bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136bba


Comments

No comments written yet.

Please login to write comment.