Color Hex Logo

#133655 Color Hex

#133655
(19,54,85)
0 Favorites   0 Comments

Color spaces of #133655

RGB 195485
HSL0.580.630.20
HSV208°78°33°
CMYK 0.780.360.00   0.67
XYZ3.22743.43279.0868
Yxy3.43270.20500.2180
Hunter Lab18.5275-1.3295-16.1094
CIE-Lab21.6996-0.5878-22.4012

#133655 color RGB value is (19,54,85).

#133655 hex color red value is 19, green value is 54 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #133655 hue: 0.58 , saturation: 0.63 and the lightness value of 133655 is 0.20.

The process color (four color CMYK) of #133655 color hex is 0.78, 0.36, 0.00, 0.67. Web safe color of #133655 is #003366. Color #133655 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 01010101
Octal 23 66 125
Decimal 19 54 85
Hex 13 36 55

RGB Percentages of Color #133655

%12.03
%34.18
%53.80

CMYK Percentages of Color #133655

%78
%36
%0
%67

Triadic Colors of #133655

#133655 #551336 #365513

Analogous Colors of #133655

#133655 #131555 #135553

Monochromatic Colors of #133655

#133655

Complementary Color

#133655 #553213

#133655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133655 Color CSS Codes

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

#133655 Text Font Color

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

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


#133655 Background Color

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

This div background color is #133655


#133655 Border Color

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

This div border color is #133655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133655


Comments

No comments written yet.

Please login to write comment.