Color Hex Logo

#134c66 Color Hex

#134C66
(19,76,102)
0 Favorites   0 Comments

Color spaces of #134c66

RGB 1976102
HSL0.550.690.24
HSV199°81°40°
CMYK 0.810.250.00   0.60
XYZ5.25136.266613.5032
Yxy6.26660.20990.2505
Hunter Lab25.0332-6.3635-14.4585
CIE-Lab30.0754-8.1659-20.2966

#134c66 color RGB value is (19,76,102).

#134c66 hex color red value is 19, green value is 76 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #134c66 hue: 0.55 , saturation: 0.69 and the lightness value of 134c66 is 0.24.

The process color (four color CMYK) of #134c66 color hex is 0.81, 0.25, 0.00, 0.60. Web safe color of #134c66 is #003366. Color #134c66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 01100110
Octal 23 114 146
Decimal 19 76 102
Hex 13 4C 66

RGB Percentages of Color #134c66

%9.64
%38.58
%51.78

CMYK Percentages of Color #134c66

%81
%25
%0
%60

Triadic Colors of #134c66

#134c66 #66134c #4c6613

Analogous Colors of #134c66

#134c66 #132366 #136657

Monochromatic Colors of #134c66

#134c66

Complementary Color

#134c66 #662d13

#134c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134c66 Color CSS Codes

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

#134c66 Text Font Color

<p style="color:#134c66">Text here</p>

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


#134c66 Background Color

<div style="background-color:#134c66">
Div content here</div>

This div background color is #134c66


#134c66 Border Color

<div style="border:3px solid #134c66">
Div here</div>

This div border color is #134c66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,76,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134c66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134c66;
  -webkit-box-shadow: 1px 1px 3px 2px #134c66;
  box-shadow:         1px 1px 3px 2px #134c66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134c66


Comments

No comments written yet.

Please login to write comment.