color codes Logo

#133037 color codes

#133037
(19,48,55)
0 Favorites   0 Comments

Color spaces of #133037

RGB 194855
HSL0.530.490.15
HSV192°65°22°
CMYK 0.650.130.00   0.78
XYZ2.01512.52823.9962
Yxy2.52820.23600.2961
Hunter Lab15.9003-5.2036-3.7710
CIE-Lab18.0457-8.3634-7.7655

#133037 color RGB value is (19,48,55).

#133037 hex color red value is 19, green value is 48 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #133037 hue: 0.53 , saturation: 0.49 and the lightness value of 133037 is 0.15.

The process color (four color CMYK) of #133037 color code is 0.65, 0.13, 0.00, 0.78. Web safe color of #133037 is #003333. Color #133037 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 00110111
Octal 23 60 67
Decimal 19 48 55
Hex 13 30 37

RGB Percentages of Color #133037

%15.57
%39.34
%45.08

CMYK Percentages of Color #133037

%65
%13
%0
%78

Triadic Colors of #133037

#133037 #371330 #303713

Analogous Colors of #133037

#133037 #131e37 #13372c

Monochromatic Colors of #133037

#133037

Complementary Color

#133037 #371a13

#133037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133037 Color CSS Codes

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

#133037 Text Font Color

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

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


#133037 Background Color

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

This div background color is #133037


#133037 Border Color

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

This div border color is #133037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133037


Comments

No comments written yet.

Please login to write comment.