Color Hex Logo

#133373 Color Hex

#133373
(19,51,115)
0 Favorites   0 Comments

Color spaces of #133373

RGB 1951115
HSL0.610.720.26
HSV220°83°45°
CMYK 0.830.560.00   0.55
XYZ4.54693.743916.7027
Yxy3.74390.18190.1498
Hunter Lab19.34928.0851-37.6363
CIE-Lab22.806014.2405-40.1559

#133373 color RGB value is (19,51,115).

#133373 hex color red value is 19, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #133373 hue: 0.61 , saturation: 0.72 and the lightness value of 133373 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 01110011
Octal 23 63 163
Decimal 19 51 115
Hex 13 33 73

RGB Percentages of Color #133373

%10.27
%27.57
%62.16

CMYK Percentages of Color #133373

%83
%56
%0
%55

Triadic Colors of #133373

#133373 #731333 #337313

Analogous Colors of #133373

#133373 #231373 #136373

Monochromatic Colors of #133373

#133373

Complementary Color

#133373 #735313

#133373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133373 Color CSS Codes

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

#133373 Text Font Color

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

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


#133373 Background Color

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

This div background color is #133373


#133373 Border Color

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

This div border color is #133373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133373


Comments

No comments written yet.

Please login to write comment.