Color Hex Logo

#13053d Color Hex

#13053D
(19,5,61)
0 Favorites   0 Comments

Color spaces of #13053d

RGB 19561
HSL0.710.850.13
HSV255°92°24°
CMYK 0.690.920.00   0.76
XYZ1.16510.58394.4662
Yxy0.58390.18750.0939
Hunter Lab7.641313.8442-29.3048
CIE-Lab5.274323.5868-32.2948

#13053d color RGB value is (19,5,61).

#13053d hex color red value is 19, green value is 5 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #13053d hue: 0.71 , saturation: 0.85 and the lightness value of 13053d is 0.13.

The process color (four color CMYK) of #13053d color hex is 0.69, 0.92, 0.00, 0.76. Web safe color of #13053d is #000033. Color #13053d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00111101
Octal 23 5 75
Decimal 19 5 61
Hex 13 5 3D

RGB Percentages of Color #13053d

%22.35
%5.88
%71.76

CMYK Percentages of Color #13053d

%69
%92
%0
%76

Triadic Colors of #13053d

#13053d #3d1305 #053d13

Analogous Colors of #13053d

#13053d #2f053d #05133d

Monochromatic Colors of #13053d

#13053d

Complementary Color

#13053d #2f3d05

#13053d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13053d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13053d Color CSS Codes

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

#13053d Text Font Color

<p style="color:#13053d">Text here</p>

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


#13053d Background Color

<div style="background-color:#13053d">
Div content here</div>

This div background color is #13053d


#13053d Border Color

<div style="border:3px solid #13053d">
Div here</div>

This div border color is #13053d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,5,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13053d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13053d;
  -webkit-box-shadow: 1px 1px 3px 2px #13053d;
  box-shadow:         1px 1px 3px 2px #13053d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13053d


Comments

No comments written yet.

Please login to write comment.