Color Hex Logo

#13265d Color Hex

#13265D
(19,38,93)
0 Favorites   0 Comments

Color spaces of #13265d

RGB 193893
HSL0.620.660.22
HSV225°80°36°
CMYK 0.800.590.00   0.64
XYZ2.93752.315010.6479
Yxy2.31500.18470.1456
Hunter Lab15.21517.8355-30.8419
CIE-Lab17.060414.4079-35.1428

#13265d color RGB value is (19,38,93).

#13265d hex color red value is 19, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #13265d hue: 0.62 , saturation: 0.66 and the lightness value of 13265d is 0.22.

The process color (four color CMYK) of #13265d color hex is 0.80, 0.59, 0.00, 0.64. Web safe color of #13265d is #003366. Color #13265d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01011101
Octal 23 46 135
Decimal 19 38 93
Hex 13 26 5D

RGB Percentages of Color #13265d

%12.67
%25.33
%62.00

CMYK Percentages of Color #13265d

%80
%59
%0
%64

Triadic Colors of #13265d

#13265d #5d1326 #265d13

Analogous Colors of #13265d

#13265d #25135d #134b5d

Monochromatic Colors of #13265d

#13265d

Complementary Color

#13265d #5d4a13

#13265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13265d Color CSS Codes

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

#13265d Text Font Color

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

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


#13265d Background Color

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

This div background color is #13265d


#13265d Border Color

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

This div border color is #13265d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13265d


Comments

No comments written yet.

Please login to write comment.