Color Hex Logo

#136aff Color Hex

#136AFF
(19,106,255)
0 Favorites   0 Comments

Color spaces of #136aff

RGB 19106255
HSL0.611.000.54
HSV218°93°100°
CMYK 0.930.580.00   0.00
XYZ23.472617.666596.7806
Yxy17.66650.17020.1281
Hunter Lab42.031526.1285-107.0974
CIE-Lab49.089133.1410-80.0745

#136aff color RGB value is (19,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101010 11111111
Octal 23 152 377
Decimal 19 106 255
Hex 13 6A FF

RGB Percentages of Color #136aff

%5.00
%27.89
%67.11

CMYK Percentages of Color #136aff

%93
%58
%0
%0

Triadic Colors of #136aff

#136aff #ff136a #6aff13

Analogous Colors of #136aff

#136aff #3213ff #13e0ff

Monochromatic Colors of #136aff

#136aff

Complementary Color

#136aff #ffa813

#136aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#136aff Color CSS Codes

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

#136aff Text Font Color

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

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


#136aff Background Color

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

This div background color is #136aff


#136aff Border Color

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

This div border color is #136aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,106,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 #136aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136aff


Comments

No comments written yet.

Please login to write comment.