Color Hex Logo

#133240 Color Hex

#133240
(19,50,64)
0 Favorites   0 Comments

Color spaces of #133240

RGB 195064
HSL0.550.540.16
HSV199°70°25°
CMYK 0.700.220.00   0.75
XYZ2.33462.78985.2659
Yxy2.78980.22470.2685
Hunter Lab16.7027-4.2801-7.0006
CIE-Lab19.1816-6.3017-12.2096

#133240 color RGB value is (19,50,64).

#133240 hex color red value is 19, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #133240 hue: 0.55 , saturation: 0.54 and the lightness value of 133240 is 0.16.

The process color (four color CMYK) of #133240 color hex is 0.70, 0.22, 0.00, 0.75. Web safe color of #133240 is #003333. Color #133240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110010 01000000
Octal 23 62 100
Decimal 19 50 64
Hex 13 32 40

RGB Percentages of Color #133240

%14.29
%37.59
%48.12

CMYK Percentages of Color #133240

%70
%22
%0
%75

Triadic Colors of #133240

#133240 #401332 #324013

Analogous Colors of #133240

#133240 #131c40 #134038

Monochromatic Colors of #133240

#133240

Complementary Color

#133240 #402113

#133240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133240 Color CSS Codes

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

#133240 Text Font Color

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

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


#133240 Background Color

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

This div background color is #133240


#133240 Border Color

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

This div border color is #133240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133240


Comments

No comments written yet.

Please login to write comment.