Color Hex Logo

#13383f Color Hex

#13383F
(19,56,63)
0 Favorites   0 Comments

Color spaces of #13383f

RGB 195663
HSL0.530.540.16
HSV190°70°25°
CMYK 0.700.110.00   0.75
XYZ2.57993.32575.2086
Yxy3.32570.23210.2992
Hunter Lab18.2365-6.6617-4.1685
CIE-Lab21.3037-10.5269-8.2855

#13383f color RGB value is (19,56,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 00111111
Octal 23 70 77
Decimal 19 56 63
Hex 13 38 3F

RGB Percentages of Color #13383f

%13.77
%40.58
%45.65

CMYK Percentages of Color #13383f

%70
%11
%0
%75

Triadic Colors of #13383f

#13383f #3f1338 #383f13

Analogous Colors of #13383f

#13383f #13223f #133f30

Monochromatic Colors of #13383f

#13383f

Complementary Color

#13383f #3f1a13

#13383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13383f Color CSS Codes

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

#13383f Text Font Color

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

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


#13383f Background Color

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

This div background color is #13383f


#13383f Border Color

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

This div border color is #13383f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13383f


Comments

No comments written yet.

Please login to write comment.