Color Hex Logo

#136fcf Color Hex

#136FCF
(19,111,207)
0 Favorites   0 Comments

Color spaces of #136fcf

RGB 19111207
HSL0.590.830.44
HSV211°91°81°
CMYK 0.910.460.00   0.19
XYZ17.215516.012361.2148
Yxy16.01230.18230.1695
Hunter Lab40.01546.7678-62.6900
CIE-Lab46.990611.3870-56.4632

#136fcf color RGB value is (19,111,207).

#136fcf hex color red value is 19, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #136fcf hue: 0.59 , saturation: 0.83 and the lightness value of 136fcf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 11001111
Octal 23 157 317
Decimal 19 111 207
Hex 13 6F CF

RGB Percentages of Color #136fcf

%5.64
%32.94
%61.42

CMYK Percentages of Color #136fcf

%91
%46
%0
%19

Triadic Colors of #136fcf

#136fcf #cf136f #6fcf13

Analogous Colors of #136fcf

#136fcf #1513cf #13cdcf

Monochromatic Colors of #136fcf

#136fcf

Complementary Color

#136fcf #cf7313

#136fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fcf Color CSS Codes

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

#136fcf Text Font Color

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

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


#136fcf Background Color

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

This div background color is #136fcf


#136fcf Border Color

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

This div border color is #136fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fcf


Comments

No comments written yet.

Please login to write comment.