Color Hex Logo

#133167 Color Hex

#133167
(19,49,103)
0 Favorites   0 Comments

Color spaces of #133167

RGB 1949103
HSL0.610.690.24
HSV219°82°40°
CMYK 0.820.520.00   0.60
XYZ3.81513.314313.2706
Yxy3.31430.18700.1625
Hunter Lab18.20525.5475-30.4755
CIE-Lab21.261110.5875-34.9176

#133167 color RGB value is (19,49,103).

#133167 hex color red value is 19, green value is 49 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #133167 hue: 0.61 , saturation: 0.69 and the lightness value of 133167 is 0.24.

The process color (four color CMYK) of #133167 color hex is 0.82, 0.52, 0.00, 0.60. Web safe color of #133167 is #003366. Color #133167 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 01100111
Octal 23 61 147
Decimal 19 49 103
Hex 13 31 67

RGB Percentages of Color #133167

%11.11
%28.65
%60.23

CMYK Percentages of Color #133167

%82
%52
%0
%60

Triadic Colors of #133167

#133167 #671331 #316713

Analogous Colors of #133167

#133167 #1f1367 #135b67

Monochromatic Colors of #133167

#133167

Complementary Color

#133167 #674913

#133167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133167 Color CSS Codes

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

#133167 Text Font Color

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

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


#133167 Background Color

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

This div background color is #133167


#133167 Border Color

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

This div border color is #133167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133167


Comments

No comments written yet.

Please login to write comment.