Color Hex Logo

#133c51 Color Hex

#133C51
(19,60,81)
0 Favorites   0 Comments

Color spaces of #133c51

RGB 196081
HSL0.560.620.20
HSV200°77°32°
CMYK 0.770.260.00   0.68
XYZ3.36963.96428.3722
Yxy3.96420.21450.2524
Hunter Lab19.9103-4.6339-10.9940
CIE-Lab23.5527-6.2317-16.8521

#133c51 color RGB value is (19,60,81).

#133c51 hex color red value is 19, green value is 60 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #133c51 hue: 0.56 , saturation: 0.62 and the lightness value of 133c51 is 0.20.

The process color (four color CMYK) of #133c51 color hex is 0.77, 0.26, 0.00, 0.68. Web safe color of #133c51 is #003366. Color #133c51 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 01010001
Octal 23 74 121
Decimal 19 60 81
Hex 13 3C 51

RGB Percentages of Color #133c51

%11.88
%37.50
%50.63

CMYK Percentages of Color #133c51

%77
%26
%0
%68

Triadic Colors of #133c51

#133c51 #51133c #3c5113

Analogous Colors of #133c51

#133c51 #131d51 #135147

Monochromatic Colors of #133c51

#133c51

Complementary Color

#133c51 #512813

#133c51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133c51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133c51 Color CSS Codes

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

#133c51 Text Font Color

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

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


#133c51 Background Color

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

This div background color is #133c51


#133c51 Border Color

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

This div border color is #133c51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,60,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133c51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133c51;
  -webkit-box-shadow: 1px 1px 3px 2px #133c51;
  box-shadow:         1px 1px 3px 2px #133c51; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133c51


Comments

No comments written yet.

Please login to write comment.