Color Hex Logo

#133839 Color Hex

#133839
(19,56,57)
0 Favorites   0 Comments

Color spaces of #133839

RGB 195657
HSL0.500.500.15
HSV182°67°22°
CMYK 0.670.020.00   0.78
XYZ2.42133.26224.3729
Yxy3.26220.24080.3244
Hunter Lab18.0616-7.6783-1.7117
CIE-Lab21.0648-12.6414-4.5861

#133839 color RGB value is (19,56,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 00111001
Octal 23 70 71
Decimal 19 56 57
Hex 13 38 39

RGB Percentages of Color #133839

%14.39
%42.42
%43.18

CMYK Percentages of Color #133839

%67
%2
%0
%78

Triadic Colors of #133839

#133839 #391338 #383913

Analogous Colors of #133839

#133839 #132539 #133927

Monochromatic Colors of #133839

#133839

Complementary Color

#133839 #391413

#133839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133839 Color CSS Codes

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

#133839 Text Font Color

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

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


#133839 Background Color

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

This div background color is #133839


#133839 Border Color

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

This div border color is #133839


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,56,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 #133839">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133839


Comments

No comments written yet.

Please login to write comment.