Color Hex Logo

#133397 Color Hex

#133397
(19,51,151)
0 Favorites   0 Comments

Color spaces of #133397

RGB 1951151
HSL0.630.780.33
HSV225°87°59°
CMYK 0.870.660.00   0.41
XYZ7.03834.740529.8222
Yxy4.74050.16920.1140
Hunter Lab21.772719.6002-65.9690
CIE-Lab25.982329.0067-57.5010

#133397 color RGB value is (19,51,151).

#133397 hex color red value is 19, green value is 51 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #133397 hue: 0.63 , saturation: 0.78 and the lightness value of 133397 is 0.33.

The process color (four color CMYK) of #133397 color hex is 0.87, 0.66, 0.00, 0.41. Web safe color of #133397 is #003399. Color #133397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 10010111
Octal 23 63 227
Decimal 19 51 151
Hex 13 33 97

RGB Percentages of Color #133397

%8.60
%23.08
%68.33

CMYK Percentages of Color #133397

%87
%66
%0
%41

Triadic Colors of #133397

#133397 #971333 #339713

Analogous Colors of #133397

#133397 #351397 #137597

Monochromatic Colors of #133397

#133397

Complementary Color

#133397 #977713

#133397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133397 Color CSS Codes

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

#133397 Text Font Color

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

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


#133397 Background Color

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

This div background color is #133397


#133397 Border Color

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

This div border color is #133397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133397


Comments

No comments written yet.

Please login to write comment.