Color Hex Logo

#133948 Color Hex

#133948
(19,57,72)
0 Favorites   0 Comments

Color spaces of #133948

RGB 195772
HSL0.550.580.18
HSV197°74°28°
CMYK 0.740.210.00   0.72
XYZ2.90143.53266.6598
Yxy3.53260.22160.2698
Hunter Lab18.7952-5.3367-7.8519
CIE-Lab22.0618-7.7953-13.1769

#133948 color RGB value is (19,57,72).

#133948 hex color red value is 19, green value is 57 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #133948 hue: 0.55 , saturation: 0.58 and the lightness value of 133948 is 0.18.

The process color (four color CMYK) of #133948 color hex is 0.74, 0.21, 0.00, 0.72. Web safe color of #133948 is #003333. Color #133948 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01001000
Octal 23 71 110
Decimal 19 57 72
Hex 13 39 48

RGB Percentages of Color #133948

%12.84
%38.51
%48.65

CMYK Percentages of Color #133948

%74
%21
%0
%72

Triadic Colors of #133948

#133948 #481339 #394813

Analogous Colors of #133948

#133948 #131f48 #13483d

Monochromatic Colors of #133948

#133948

Complementary Color

#133948 #482213

#133948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133948 Color CSS Codes

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

#133948 Text Font Color

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

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


#133948 Background Color

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

This div background color is #133948


#133948 Border Color

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

This div border color is #133948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133948


Comments

No comments written yet.

Please login to write comment.