Color Hex Logo

#136bdf Color Hex

#136BDF
(19,107,223)
0 Favorites   0 Comments

Color spaces of #136bdf

RGB 19107223
HSL0.590.840.47
HSV214°91°87°
CMYK 0.910.520.00   0.13
XYZ18.845515.981671.9035
Yxy15.98160.17660.1497
Hunter Lab39.977014.1867-78.6564
CIE-Lab46.950320.2213-65.6296

#136bdf color RGB value is (19,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101011 11011111
Octal 23 153 337
Decimal 19 107 223
Hex 13 6B DF

RGB Percentages of Color #136bdf

%5.44
%30.66
%63.90

CMYK Percentages of Color #136bdf

%91
%52
%0
%13

Triadic Colors of #136bdf

#136bdf #df136b #6bdf13

Analogous Colors of #136bdf

#136bdf #2113df #13d1df

Monochromatic Colors of #136bdf

#136bdf

Complementary Color

#136bdf #df8713

#136bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#136bdf Color CSS Codes

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

#136bdf Text Font Color

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

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


#136bdf Background Color

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

This div background color is #136bdf


#136bdf Border Color

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

This div border color is #136bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136bdf


Comments

No comments written yet.

Please login to write comment.