Color Hex Logo

#13868b Color Hex

#13868B
(19,134,139)
0 Favorites   0 Comments

Color spaces of #13868b

RGB 19134139
HSL0.510.760.31
HSV183°86°55°
CMYK 0.860.040.00   0.45
XYZ13.453919.052727.3945
Yxy19.05270.22460.3181
Hunter Lab43.6494-21.3680-6.6560
CIE-Lab50.7488-27.1311-11.1755

#13868b color RGB value is (19,134,139).

#13868b hex color red value is 19, green value is 134 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #13868b hue: 0.51 , saturation: 0.76 and the lightness value of 13868b is 0.31.

The process color (four color CMYK) of #13868b color hex is 0.86, 0.04, 0.00, 0.45. Web safe color of #13868b is #009999. Color #13868b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000110 10001011
Octal 23 206 213
Decimal 19 134 139
Hex 13 86 8B

RGB Percentages of Color #13868b

%6.51
%45.89
%47.60

CMYK Percentages of Color #13868b

%86
%4
%0
%45

Triadic Colors of #13868b

#13868b #8b1386 #868b13

Analogous Colors of #13868b

#13868b #134a8b #138b54

Monochromatic Colors of #13868b

#13868b

Complementary Color

#13868b #8b1813

#13868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13868b Color CSS Codes

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

#13868b Text Font Color

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

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


#13868b Background Color

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

This div background color is #13868b


#13868b Border Color

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

This div border color is #13868b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,134,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 #13868b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13868b


Comments

No comments written yet.

Please login to write comment.