Color Hex Logo

#13333e Color Hex

#13333E
(19,51,62)
0 Favorites   0 Comments

Color spaces of #13333e

RGB 195162
HSL0.540.530.16
HSV195°69°24°
CMYK 0.690.180.00   0.76
XYZ2.32192.85394.9859
Yxy2.85390.22850.2808
Hunter Lab16.8935-5.0299-5.6733
CIE-Lab19.4490-7.7183-10.4334

#13333e color RGB value is (19,51,62).

#13333e hex color red value is 19, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #13333e hue: 0.54 , saturation: 0.53 and the lightness value of 13333e is 0.16.

The process color (four color CMYK) of #13333e color hex is 0.69, 0.18, 0.00, 0.76. Web safe color of #13333e is #003333. Color #13333e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 00111110
Octal 23 63 76
Decimal 19 51 62
Hex 13 33 3E

RGB Percentages of Color #13333e

%14.39
%38.64
%46.97

CMYK Percentages of Color #13333e

%69
%18
%0
%76

Triadic Colors of #13333e

#13333e #3e1333 #333e13

Analogous Colors of #13333e

#13333e #131e3e #133e34

Monochromatic Colors of #13333e

#13333e

Complementary Color

#13333e #3e1e13

#13333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13333e Color CSS Codes

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

#13333e Text Font Color

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

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


#13333e Background Color

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

This div background color is #13333e


#13333e Border Color

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

This div border color is #13333e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,51,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13333e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13333e;
  -webkit-box-shadow: 1px 1px 3px 2px #13333e;
  box-shadow:         1px 1px 3px 2px #13333e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13333e


Comments

No comments written yet.

Please login to write comment.