Color Hex Logo

#133739 Color Hex

#133739
(19,55,57)
0 Favorites   0 Comments

Color spaces of #133739

RGB 195557
HSL0.510.500.15
HSV183°67°22°
CMYK 0.670.040.00   0.78
XYZ2.37333.16624.3570
Yxy3.16620.23980.3199
Hunter Lab17.7938-7.3313-2.0621
CIE-Lab20.6976-12.0373-5.1361

#133739 color RGB value is (19,55,57).

#133739 hex color red value is 19, green value is 55 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #133739 hue: 0.51 , saturation: 0.50 and the lightness value of 133739 is 0.15.

The process color (four color CMYK) of #133739 color hex is 0.67, 0.04, 0.00, 0.78. Web safe color of #133739 is #003333. Color #133739 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 00111001
Octal 23 67 71
Decimal 19 55 57
Hex 13 37 39

RGB Percentages of Color #133739

%14.50
%41.98
%43.51

CMYK Percentages of Color #133739

%67
%4
%0
%78

Triadic Colors of #133739

#133739 #391337 #373913

Analogous Colors of #133739

#133739 #132439 #133928

Monochromatic Colors of #133739

#133739

Complementary Color

#133739 #391513

#133739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133739 Color CSS Codes

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

#133739 Text Font Color

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

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


#133739 Background Color

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

This div background color is #133739


#133739 Border Color

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

This div border color is #133739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133739


Comments

No comments written yet.

Please login to write comment.