Color Hex Logo

#136cfc Color Hex

#136CFC
(19,108,252)
0 Favorites   0 Comments

Color spaces of #136cfc

RGB 19108252
HSL0.600.970.53
HSV217°92°99°
CMYK 0.920.570.00   0.01
XYZ23.201817.891894.3261
Yxy17.89180.17130.1321
Hunter Lab42.298723.8886-102.6076
CIE-Lab49.364630.7424-77.9599

#136cfc color RGB value is (19,108,252).

#136cfc hex color red value is 19, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #136cfc hue: 0.60 , saturation: 0.97 and the lightness value of 136cfc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 11111100
Octal 23 154 374
Decimal 19 108 252
Hex 13 6C FC

RGB Percentages of Color #136cfc

%5.01
%28.50
%66.49

CMYK Percentages of Color #136cfc

%92
%57
%0
%1

Triadic Colors of #136cfc

#136cfc #fc136c #6cfc13

Analogous Colors of #136cfc

#136cfc #2e13fc #13e1fc

Monochromatic Colors of #136cfc

#136cfc

Complementary Color

#136cfc #fca313

#136cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cfc Color CSS Codes

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

#136cfc Text Font Color

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

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


#136cfc Background Color

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

This div background color is #136cfc


#136cfc Border Color

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

This div border color is #136cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cfc


Comments

No comments written yet.

Please login to write comment.