Color Hex Logo

#134748 Color Hex

#134748
(19,71,72)
0 Favorites   0 Comments

Color spaces of #134748

RGB 197172
HSL0.500.580.18
HSV181°74°28°
CMYK 0.740.010.00   0.72
XYZ3.69155.11286.9232
Yxy5.11280.23470.3251
Hunter Lab22.6115-10.4286-2.3254
CIE-Lab27.0537-16.2500-5.5956

#134748 color RGB value is (19,71,72).

#134748 hex color red value is 19, green value is 71 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #134748 hue: 0.50 , saturation: 0.58 and the lightness value of 134748 is 0.18.

The process color (four color CMYK) of #134748 color hex is 0.74, 0.01, 0.00, 0.72. Web safe color of #134748 is #003333. Color #134748 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01001000
Octal 23 107 110
Decimal 19 71 72
Hex 13 47 48

RGB Percentages of Color #134748

%11.73
%43.83
%44.44

CMYK Percentages of Color #134748

%74
%1
%0
%72

Triadic Colors of #134748

#134748 #481347 #474813

Analogous Colors of #134748

#134748 #132d48 #13482f

Monochromatic Colors of #134748

#134748

Complementary Color

#134748 #481413

#134748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134748 Color CSS Codes

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

#134748 Text Font Color

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

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


#134748 Background Color

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

This div background color is #134748


#134748 Border Color

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

This div border color is #134748


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,71,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134748; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134748;
  -webkit-box-shadow: 1px 1px 3px 2px #134748;
  box-shadow:         1px 1px 3px 2px #134748; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134748


Comments

No comments written yet.

Please login to write comment.