Color Hex Logo

#136cff Color Hex

#136CFF
(19,108,255)
0 Favorites   0 Comments

Color spaces of #136cff

RGB 19108255
HSL0.601.000.54
HSV217°93°100°
CMYK 0.930.580.00   0.00
XYZ23.681118.083696.8501
Yxy18.08360.17080.1305
Hunter Lab42.524824.9841-105.2654
CIE-Lab49.597331.8763-79.2442

#136cff color RGB value is (19,108,255).

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

The process color (four color CMYK) of #136cff color hex is 0.93, 0.58, 0.00, 0.00. Web safe color of #136cff is #0066ff. Color #136cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 11111111
Octal 23 154 377
Decimal 19 108 255
Hex 13 6C FF

RGB Percentages of Color #136cff

%4.97
%28.27
%66.75

CMYK Percentages of Color #136cff

%93
%58
%0
%0

Triadic Colors of #136cff

#136cff #ff136c #6cff13

Analogous Colors of #136cff

#136cff #3013ff #13e2ff

Monochromatic Colors of #136cff

#136cff

Complementary Color

#136cff #ffa613

#136cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cff Color CSS Codes

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

#136cff Text Font Color

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

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


#136cff Background Color

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

This div background color is #136cff


#136cff Border Color

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

This div border color is #136cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cff

Related Colors


Comments

No comments written yet.

Please login to write comment.