Color Hex Logo

#13363a Color Hex

#13363A
(19,54,58)
0 Favorites   0 Comments

Color spaces of #13363a

RGB 195458
HSL0.520.510.15
HSV186°67°23°
CMYK 0.670.070.00   0.77
XYZ2.35143.08234.4740
Yxy3.08230.23730.3111
Hunter Lab17.5565-6.8167-2.8196
CIE-Lab20.3705-11.0785-6.3069

#13363a color RGB value is (19,54,58).

#13363a hex color red value is 19, green value is 54 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #13363a hue: 0.52 , saturation: 0.51 and the lightness value of 13363a is 0.15.

The process color (four color CMYK) of #13363a color hex is 0.67, 0.07, 0.00, 0.77. Web safe color of #13363a is #003333. Color #13363a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00111010
Octal 23 66 72
Decimal 19 54 58
Hex 13 36 3A

RGB Percentages of Color #13363a

%14.50
%41.22
%44.27

CMYK Percentages of Color #13363a

%67
%7
%0
%77

Triadic Colors of #13363a

#13363a #3a1336 #363a13

Analogous Colors of #13363a

#13363a #13233a #133a2b

Monochromatic Colors of #13363a

#13363a

Complementary Color

#13363a #3a1713

#13363a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13363a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13363a Color CSS Codes

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

#13363a Text Font Color

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

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


#13363a Background Color

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

This div background color is #13363a


#13363a Border Color

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

This div border color is #13363a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,54,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13363a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13363a;
  -webkit-box-shadow: 1px 1px 3px 2px #13363a;
  box-shadow:         1px 1px 3px 2px #13363a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13363a


Comments

No comments written yet.

Please login to write comment.