Color Hex Logo

#136bdd Color Hex

#136BDD
(19,107,221)
0 Favorites   0 Comments

Color spaces of #136bdd

RGB 19107221
HSL0.590.840.47
HSV214°91°87°
CMYK 0.910.520.00   0.13
XYZ18.577415.874370.4915
Yxy15.87430.17700.1513
Hunter Lab39.842613.5047-77.0091
CIE-Lab46.809119.4407-64.7254

#136bdd color RGB value is (19,107,221).

#136bdd hex color red value is 19, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #136bdd hue: 0.59 , saturation: 0.84 and the lightness value of 136bdd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101011 11011101
Octal 23 153 335
Decimal 19 107 221
Hex 13 6B DD

RGB Percentages of Color #136bdd

%5.48
%30.84
%63.69

CMYK Percentages of Color #136bdd

%91
%52
%0
%13

Triadic Colors of #136bdd

#136bdd #dd136b #6bdd13

Analogous Colors of #136bdd

#136bdd #2013dd #13d0dd

Monochromatic Colors of #136bdd

#136bdd

Complementary Color

#136bdd #dd8513

#136bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#136bdd Color CSS Codes

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

#136bdd Text Font Color

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

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


#136bdd Background Color

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

This div background color is #136bdd


#136bdd Border Color

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

This div border color is #136bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136bdd


Comments

No comments written yet.

Please login to write comment.