Color Hex Logo

#13628c Color Hex

#13628C
(19,98,140)
0 Favorites   0 Comments

Color spaces of #13628c

RGB 1998140
HSL0.560.760.31
HSV201°86°55°
CMYK 0.860.300.00   0.45
XYZ9.369910.767326.3954
Yxy10.76730.20140.2314
Hunter Lab32.8136-6.4531-24.7237
CIE-Lab39.1857-6.8925-29.5578

#13628c color RGB value is (19,98,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 10001100
Octal 23 142 214
Decimal 19 98 140
Hex 13 62 8C

RGB Percentages of Color #13628c

%7.39
%38.13
%54.47

CMYK Percentages of Color #13628c

%86
%30
%0
%45

Triadic Colors of #13628c

#13628c #8c1362 #628c13

Analogous Colors of #13628c

#13628c #13268c #138c7a

Monochromatic Colors of #13628c

#13628c

Complementary Color

#13628c #8c3d13

#13628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13628c Color CSS Codes

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

#13628c Text Font Color

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

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


#13628c Background Color

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

This div background color is #13628c


#13628c Border Color

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

This div border color is #13628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13628c


Comments

No comments written yet.

Please login to write comment.