color codes Logo

#136ddc color codes

#136DDC
(19,109,220)
0 Favorites   0 Comments

Color spaces of #136ddc

RGB 19109220
HSL0.590.840.47
HSV213°91°86°
CMYK 0.910.500.00   0.14
XYZ18.655516.243069.8621
Yxy16.24300.17810.1550
Hunter Lab40.302612.0955-74.5638
CIE-Lab47.291717.7668-63.3769

#136ddc color RGB value is (19,109,220).

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

The process color (four color CMYK) of #136ddc color code is 0.91, 0.50, 0.00, 0.14. Web safe color of #136ddc is #0066cc. Color #136ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 11011100
Octal 23 155 334
Decimal 19 109 220
Hex 13 6D DC

RGB Percentages of Color #136ddc

%5.46
%31.32
%63.22

CMYK Percentages of Color #136ddc

%91
%50
%0
%14

Triadic Colors of #136ddc

#136ddc #dc136d #6ddc13

Analogous Colors of #136ddc

#136ddc #1d13dc #13d2dc

Monochromatic Colors of #136ddc

#136ddc

Complementary Color

#136ddc #dc8213

#136ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#136ddc Color CSS Codes

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

#136ddc Text Font Color

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

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


#136ddc Background Color

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

This div background color is #136ddc


#136ddc Border Color

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

This div border color is #136ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136ddc


Comments

No comments written yet.

Please login to write comment.