Color Hex Logo

#133771 Color Hex

#133771
(19,55,113)
0 Favorites   0 Comments

Color spaces of #133771

RGB 1955113
HSL0.600.710.26
HSV217°83°44°
CMYK 0.830.510.00   0.56
XYZ4.61544.063116.1638
Yxy4.06310.18580.1636
Hunter Lab20.15715.5964-33.4341
CIE-Lab23.879010.5228-37.1420

#133771 color RGB value is (19,55,113).

#133771 hex color red value is 19, green value is 55 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #133771 hue: 0.60 , saturation: 0.71 and the lightness value of 133771 is 0.26.

The process color (four color CMYK) of #133771 color hex is 0.83, 0.51, 0.00, 0.56. Web safe color of #133771 is #003366. Color #133771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 01110001
Octal 23 67 161
Decimal 19 55 113
Hex 13 37 71

RGB Percentages of Color #133771

%10.16
%29.41
%60.43

CMYK Percentages of Color #133771

%83
%51
%0
%56

Triadic Colors of #133771

#133771 #711337 #377113

Analogous Colors of #133771

#133771 #1e1371 #136671

Monochromatic Colors of #133771

#133771

Complementary Color

#133771 #714d13

#133771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133771 Color CSS Codes

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

#133771 Text Font Color

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

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


#133771 Background Color

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

This div background color is #133771


#133771 Border Color

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

This div border color is #133771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133771


Comments

No comments written yet.

Please login to write comment.