Color Hex Logo

#13036d Color Hex

#13036D
(19,3,109)
0 Favorites   0 Comments

Color spaces of #13036d

RGB 193109
HSL0.690.950.22
HSV249°97°43°
CMYK 0.830.970.00   0.57
XYZ3.06141.307714.5591
Yxy1.30770.16170.0691
Hunter Lab11.435527.7743-67.4804
CIE-Lab11.329241.2871-55.1522

#13036d color RGB value is (19,3,109).

#13036d hex color red value is 19, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13036d hue: 0.69 , saturation: 0.95 and the lightness value of 13036d is 0.22.

The process color (four color CMYK) of #13036d color hex is 0.83, 0.97, 0.00, 0.57. Web safe color of #13036d is #000066. Color #13036d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000011 01101101
Octal 23 3 155
Decimal 19 3 109
Hex 13 3 6D

RGB Percentages of Color #13036d

%14.50
%2.29
%83.21

CMYK Percentages of Color #13036d

%83
%97
%0
%57

Triadic Colors of #13036d

#13036d #6d1303 #036d13

Analogous Colors of #13036d

#13036d #48036d #03286d

Monochromatic Colors of #13036d

#13036d

Complementary Color

#13036d #5d6d03

#13036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13036d Color CSS Codes

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

#13036d Text Font Color

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

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


#13036d Background Color

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

This div background color is #13036d


#13036d Border Color

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

This div border color is #13036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13036d


Comments

No comments written yet.

Please login to write comment.