Color Hex Logo

#13288a Color Hex

#13288A
(19,40,138)
0 Favorites   0 Comments

Color spaces of #13288a

RGB 1940138
HSL0.640.760.31
HSV229°86°54°
CMYK 0.860.710.00   0.46
XYZ5.61483.491024.4227
Yxy3.49100.16750.1041
Hunter Lab18.684220.9437-64.4208
CIE-Lab21.911831.3181-56.1530

#13288a color RGB value is (19,40,138).

#13288a hex color red value is 19, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #13288a hue: 0.64 , saturation: 0.76 and the lightness value of 13288a is 0.31.

The process color (four color CMYK) of #13288a color hex is 0.86, 0.71, 0.00, 0.46. Web safe color of #13288a is #003399. Color #13288a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101000 10001010
Octal 23 50 212
Decimal 19 40 138
Hex 13 28 8A

RGB Percentages of Color #13288a

%9.64
%20.30
%70.05

CMYK Percentages of Color #13288a

%86
%71
%0
%46

Triadic Colors of #13288a

#13288a #8a1328 #288a13

Analogous Colors of #13288a

#13288a #39138a #13648a

Monochromatic Colors of #13288a

#13288a

Complementary Color

#13288a #8a7513

#13288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13288a Color CSS Codes

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

#13288a Text Font Color

<p style="color:#13288a">Text here</p>

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


#13288a Background Color

<div style="background-color:#13288a">
Div content here</div>

This div background color is #13288a


#13288a Border Color

<div style="border:3px solid #13288a">
Div here</div>

This div border color is #13288a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,40,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13288a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13288a;
  -webkit-box-shadow: 1px 1px 3px 2px #13288a;
  box-shadow:         1px 1px 3px 2px #13288a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13288a


Comments

No comments written yet.

Please login to write comment.