Color Hex Logo

#133675 Color Hex

#133675
(19,54,117)
0 Favorites   0 Comments

Color spaces of #133675

RGB 1954117
HSL0.610.720.27
HSV219°84°46°
CMYK 0.840.540.00   0.54
XYZ4.79864.061117.3606
Yxy4.06110.18300.1549
Hunter Lab20.15227.2378-36.9704
CIE-Lab23.872412.9333-39.7050

#133675 color RGB value is (19,54,117).

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

The process color (four color CMYK) of #133675 color hex is 0.84, 0.54, 0.00, 0.54. Web safe color of #133675 is #003366. Color #133675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 01110101
Octal 23 66 165
Decimal 19 54 117
Hex 13 36 75

RGB Percentages of Color #133675

%10.00
%28.42
%61.58

CMYK Percentages of Color #133675

%84
%54
%0
%54

Triadic Colors of #133675

#133675 #751336 #367513

Analogous Colors of #133675

#133675 #211375 #136775

Monochromatic Colors of #133675

#133675

Complementary Color

#133675 #755213

#133675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133675 Color CSS Codes

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

#133675 Text Font Color

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

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


#133675 Background Color

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

This div background color is #133675


#133675 Border Color

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

This div border color is #133675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133675


Comments

No comments written yet.

Please login to write comment.