Color Hex Logo

#13699b Color Hex

#13699B
(19,105,155)
0 Favorites   0 Comments

Color spaces of #13699b

RGB 19105155
HSL0.560.780.34
HSV202°88°61°
CMYK 0.880.320.00   0.39
XYZ11.236512.608232.8517
Yxy12.60820.19820.2224
Hunter Lab35.5080-5.6528-29.9989
CIE-Lab42.1669-5.3232-33.8536

#13699b color RGB value is (19,105,155).

#13699b hex color red value is 19, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #13699b hue: 0.56 , saturation: 0.78 and the lightness value of 13699b is 0.34.

The process color (four color CMYK) of #13699b color hex is 0.88, 0.32, 0.00, 0.39. Web safe color of #13699b is #006699. Color #13699b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 10011011
Octal 23 151 233
Decimal 19 105 155
Hex 13 69 9B

RGB Percentages of Color #13699b

%6.81
%37.63
%55.56

CMYK Percentages of Color #13699b

%88
%32
%0
%39

Triadic Colors of #13699b

#13699b #9b1369 #699b13

Analogous Colors of #13699b

#13699b #13259b #139b89

Monochromatic Colors of #13699b

#13699b

Complementary Color

#13699b #9b4513

#13699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13699b Color CSS Codes

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

#13699b Text Font Color

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

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


#13699b Background Color

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

This div background color is #13699b


#13699b Border Color

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

This div border color is #13699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13699b


Comments

No comments written yet.

Please login to write comment.