Color Hex Logo

#133067 Color Hex

#133067
(19,48,103)
0 Favorites   0 Comments

Color spaces of #133067

RGB 1948103
HSL0.610.690.24
HSV219°82°40°
CMYK 0.820.530.00   0.60
XYZ3.77373.231613.2568
Yxy3.23160.18620.1595
Hunter Lab17.97676.0120-31.1395
CIE-Lab20.948511.3131-35.4221

#133067 color RGB value is (19,48,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 01100111
Octal 23 60 147
Decimal 19 48 103
Hex 13 30 67

RGB Percentages of Color #133067

%11.18
%28.24
%60.59

CMYK Percentages of Color #133067

%82
%53
%0
%60

Triadic Colors of #133067

#133067 #671330 #306713

Analogous Colors of #133067

#133067 #201367 #135a67

Monochromatic Colors of #133067

#133067

Complementary Color

#133067 #674a13

#133067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133067 Color CSS Codes

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

#133067 Text Font Color

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

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


#133067 Background Color

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

This div background color is #133067


#133067 Border Color

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

This div border color is #133067


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,48,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 #133067">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133067


Comments

No comments written yet.

Please login to write comment.