Color Hex Logo

#133853 Color Hex

#133853
(19,56,83)
0 Favorites   0 Comments

Color spaces of #133853

RGB 195683
HSL0.570.630.20
HSV205°77°33°
CMYK 0.770.330.00   0.67
XYZ3.24413.59138.7058
Yxy3.59130.20870.2311
Hunter Lab18.9507-2.6071-13.9718
CIE-Lab22.2715-2.7741-20.1761

#133853 color RGB value is (19,56,83).

#133853 hex color red value is 19, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #133853 hue: 0.57 , saturation: 0.63 and the lightness value of 133853 is 0.20.

The process color (four color CMYK) of #133853 color hex is 0.77, 0.33, 0.00, 0.67. Web safe color of #133853 is #003366. Color #133853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 01010011
Octal 23 70 123
Decimal 19 56 83
Hex 13 38 53

RGB Percentages of Color #133853

%12.03
%35.44
%52.53

CMYK Percentages of Color #133853

%77
%33
%0
%67

Triadic Colors of #133853

#133853 #531338 #385313

Analogous Colors of #133853

#133853 #131853 #13534e

Monochromatic Colors of #133853

#133853

Complementary Color

#133853 #532e13

#133853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133853 Color CSS Codes

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

#133853 Text Font Color

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

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


#133853 Background Color

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

This div background color is #133853


#133853 Border Color

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

This div border color is #133853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133853


Comments

No comments written yet.

Please login to write comment.