Color Hex Logo

#13658c Color Hex

#13658C
(19,101,140)
0 Favorites   0 Comments

Color spaces of #13658c

RGB 19101140
HSL0.550.760.31
HSV199°86°55°
CMYK 0.860.280.00   0.45
XYZ9.655911.339326.4907
Yxy11.33930.20330.2388
Hunter Lab33.6739-7.7449-23.0708
CIE-Lab40.1462-8.7057-28.0518

#13658c color RGB value is (19,101,140).

#13658c hex color red value is 19, green value is 101 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #13658c hue: 0.55 , saturation: 0.76 and the lightness value of 13658c is 0.31.

The process color (four color CMYK) of #13658c color hex is 0.86, 0.28, 0.00, 0.45. Web safe color of #13658c is #006699. Color #13658c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100101 10001100
Octal 23 145 214
Decimal 19 101 140
Hex 13 65 8C

RGB Percentages of Color #13658c

%7.31
%38.85
%53.85

CMYK Percentages of Color #13658c

%86
%28
%0
%45

Triadic Colors of #13658c

#13658c #8c1365 #658c13

Analogous Colors of #13658c

#13658c #13298c #138c77

Monochromatic Colors of #13658c

#13658c

Complementary Color

#13658c #8c3a13

#13658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13658c Color CSS Codes

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

#13658c Text Font Color

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

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


#13658c Background Color

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

This div background color is #13658c


#13658c Border Color

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

This div border color is #13658c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,101,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13658c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13658c;
  -webkit-box-shadow: 1px 1px 3px 2px #13658c;
  box-shadow:         1px 1px 3px 2px #13658c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13658c


Comments

No comments written yet.

Please login to write comment.