Color Hex Logo

#13274d Color Hex

#13274D
(19,39,77)
0 Favorites   0 Comments

Color spaces of #13274d

RGB 193977
HSL0.610.600.19
HSV219°75°30°
CMYK 0.750.490.00   0.70
XYZ2.33362.12537.3084
Yxy2.12530.19830.1806
Hunter Lab14.57843.0607-19.5182
CIE-Lab16.13156.8245-25.8809

#13274d color RGB value is (19,39,77).

#13274d hex color red value is 19, green value is 39 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #13274d hue: 0.61 , saturation: 0.60 and the lightness value of 13274d is 0.19.

The process color (four color CMYK) of #13274d color hex is 0.75, 0.49, 0.00, 0.70. Web safe color of #13274d is #003366. Color #13274d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 01001101
Octal 23 47 115
Decimal 19 39 77
Hex 13 27 4D

RGB Percentages of Color #13274d

%14.07
%28.89
%57.04

CMYK Percentages of Color #13274d

%75
%49
%0
%70

Triadic Colors of #13274d

#13274d #4d1327 #274d13

Analogous Colors of #13274d

#13274d #1c134d #13444d

Monochromatic Colors of #13274d

#13274d

Complementary Color

#13274d #4d3913

#13274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13274d Color CSS Codes

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

#13274d Text Font Color

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

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


#13274d Background Color

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

This div background color is #13274d


#13274d Border Color

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

This div border color is #13274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13274d


Comments

No comments written yet.

Please login to write comment.