Color Hex Logo

#133742 Color Hex

#133742
(19,55,66)
0 Favorites   0 Comments

Color spaces of #133742

RGB 195566
HSL0.540.550.17
HSV194°71°26°
CMYK 0.710.170.00   0.74
XYZ2.61813.26425.6463
Yxy3.26420.22710.2831
Hunter Lab18.0671-5.7510-5.8822
CIE-Lab21.0724-8.7915-10.6637

#133742 color RGB value is (19,55,66).

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

The process color (four color CMYK) of #133742 color hex is 0.71, 0.17, 0.00, 0.74. Web safe color of #133742 is #003333. Color #133742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 01000010
Octal 23 67 102
Decimal 19 55 66
Hex 13 37 42

RGB Percentages of Color #133742

%13.57
%39.29
%47.14

CMYK Percentages of Color #133742

%71
%17
%0
%74

Triadic Colors of #133742

#133742 #421337 #374213

Analogous Colors of #133742

#133742 #132042 #134236

Monochromatic Colors of #133742

#133742

Complementary Color

#133742 #421e13

#133742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133742 Color CSS Codes

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

#133742 Text Font Color

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

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


#133742 Background Color

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

This div background color is #133742


#133742 Border Color

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

This div border color is #133742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133742


Comments

No comments written yet.

Please login to write comment.