Color Hex Logo

#136cca Color Hex

#136CCA
(19,108,202)
0 Favorites   0 Comments

Color spaces of #136cca

RGB 19108202
HSL0.590.830.43
HSV211°91°79°
CMYK 0.910.470.00   0.21
XYZ16.291815.127857.9384
Yxy15.12780.18230.1693
Hunter Lab38.89456.7033-61.0941
CIE-Lab45.808711.3284-55.5018

#136cca color RGB value is (19,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 11001010
Octal 23 154 312
Decimal 19 108 202
Hex 13 6C CA

RGB Percentages of Color #136cca

%5.78
%32.83
%61.40

CMYK Percentages of Color #136cca

%91
%47
%0
%21

Triadic Colors of #136cca

#136cca #ca136c #6cca13

Analogous Colors of #136cca

#136cca #1513ca #13c8ca

Monochromatic Colors of #136cca

#136cca

Complementary Color

#136cca #ca7113

#136cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cca Color CSS Codes

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

#136cca Text Font Color

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

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


#136cca Background Color

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

This div background color is #136cca


#136cca Border Color

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

This div border color is #136cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cca


Comments

No comments written yet.

Please login to write comment.