Color Hex Logo

#133175 Color Hex

#133175
(19,49,117)
0 Favorites   0 Comments

Color spaces of #133175

RGB 1949117
HSL0.620.720.27
HSV222°84°46°
CMYK 0.840.580.00   0.54
XYZ4.57783.619417.2870
Yxy3.61940.17960.1420
Hunter Lab19.02479.6581-40.5571
CIE-Lab22.371016.5258-42.1401

#133175 color RGB value is (19,49,117).

#133175 hex color red value is 19, green value is 49 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #133175 hue: 0.62 , saturation: 0.72 and the lightness value of 133175 is 0.27.

The process color (four color CMYK) of #133175 color hex is 0.84, 0.58, 0.00, 0.54. Web safe color of #133175 is #003366. Color #133175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 01110101
Octal 23 61 165
Decimal 19 49 117
Hex 13 31 75

RGB Percentages of Color #133175

%10.27
%26.49
%63.24

CMYK Percentages of Color #133175

%84
%58
%0
%54

Triadic Colors of #133175

#133175 #751331 #317513

Analogous Colors of #133175

#133175 #261375 #136275

Monochromatic Colors of #133175

#133175

Complementary Color

#133175 #755713

#133175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133175 Color CSS Codes

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

#133175 Text Font Color

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

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


#133175 Background Color

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

This div background color is #133175


#133175 Border Color

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

This div border color is #133175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133175


Comments

No comments written yet.

Please login to write comment.