Color Hex Logo

#13525b Color Hex

#13525B
(19,82,91)
0 Favorites   0 Comments

Color spaces of #13525b

RGB 198291
HSL0.520.650.22
HSV188°79°36°
CMYK 0.790.100.00   0.64
XYZ5.17426.928410.9621
Yxy6.92840.22430.3004
Hunter Lab26.3219-10.9747-6.2668
CIE-Lab31.6434-15.8611-10.8973

#13525b color RGB value is (19,82,91).

#13525b hex color red value is 19, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #13525b hue: 0.52 , saturation: 0.65 and the lightness value of 13525b is 0.22.

The process color (four color CMYK) of #13525b color hex is 0.79, 0.10, 0.00, 0.64. Web safe color of #13525b is #006666. Color #13525b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 01011011
Octal 23 122 133
Decimal 19 82 91
Hex 13 52 5B

RGB Percentages of Color #13525b

%9.90
%42.71
%47.40

CMYK Percentages of Color #13525b

%79
%10
%0
%64

Triadic Colors of #13525b

#13525b #5b1352 #525b13

Analogous Colors of #13525b

#13525b #132e5b #135b40

Monochromatic Colors of #13525b

#13525b

Complementary Color

#13525b #5b1c13

#13525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13525b Color CSS Codes

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

#13525b Text Font Color

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

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


#13525b Background Color

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

This div background color is #13525b


#13525b Border Color

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

This div border color is #13525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13525b


Comments

No comments written yet.

Please login to write comment.