Color Hex Logo

#13948b Color Hex

#13948B
(19,148,139)
0 Favorites   0 Comments

Color spaces of #13948b

RGB 19148139
HSL0.490.770.33
HSV176°87°58°
CMYK 0.870.000.06   0.42
XYZ15.518723.182328.0828
Yxy23.18230.23240.3471
Hunter Lab48.1480-26.7262-0.8779
CIE-Lab55.2596-33.8728-4.4469

#13948b color RGB value is (19,148,139).

#13948b hex color red value is 19, green value is 148 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #13948b hue: 0.49 , saturation: 0.77 and the lightness value of 13948b is 0.33.

The process color (four color CMYK) of #13948b color hex is 0.87, 0.00, 0.06, 0.42. Web safe color of #13948b is #009999. Color #13948b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010100 10001011
Octal 23 224 213
Decimal 19 148 139
Hex 13 94 8B

RGB Percentages of Color #13948b

%6.21
%48.37
%45.42

CMYK Percentages of Color #13948b

%87
%0
%6
%42

Triadic Colors of #13948b

#13948b #8b1394 #948b13

Analogous Colors of #13948b

#13948b #135d94 #13944b

Monochromatic Colors of #13948b

#13948b

Complementary Color

#13948b #94131c

#13948b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13948b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13948b Color CSS Codes

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

#13948b Text Font Color

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

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


#13948b Background Color

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

This div background color is #13948b


#13948b Border Color

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

This div border color is #13948b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,148,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13948b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13948b;
  -webkit-box-shadow: 1px 1px 3px 2px #13948b;
  box-shadow:         1px 1px 3px 2px #13948b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13948b


Comments

No comments written yet.

Please login to write comment.