Color Hex Logo

#13264d Color Hex

#13264D
(19,38,77)
0 Favorites   0 Comments

Color spaces of #13264d

RGB 193877
HSL0.610.600.19
HSV220°75°30°
CMYK 0.750.510.00   0.70
XYZ2.30122.06057.2976
Yxy2.06050.19740.1767
Hunter Lab14.35443.4956-20.0941
CIE-Lab15.80167.5709-26.4097

#13264d color RGB value is (19,38,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01001101
Octal 23 46 115
Decimal 19 38 77
Hex 13 26 4D

RGB Percentages of Color #13264d

%14.18
%28.36
%57.46

CMYK Percentages of Color #13264d

%75
%51
%0
%70

Triadic Colors of #13264d

#13264d #4d1326 #264d13

Analogous Colors of #13264d

#13264d #1d134d #13434d

Monochromatic Colors of #13264d

#13264d

Complementary Color

#13264d #4d3a13

#13264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13264d Color CSS Codes

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

#13264d Text Font Color

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

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


#13264d Background Color

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

This div background color is #13264d


#13264d Border Color

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

This div border color is #13264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13264d


Comments

No comments written yet.

Please login to write comment.