Color Hex Logo

#132998 Color Hex

#132998
(19,41,152)
0 Favorites   0 Comments

Color spaces of #132998

RGB 1941152
HSL0.640.780.34
HSV230°88°60°
CMYK 0.880.730.00   0.40
XYZ6.72903.991330.1215
Yxy3.99130.16480.0977
Hunter Lab19.978225.1598-75.4077
CIE-Lab23.642735.9694-61.9679

#132998 color RGB value is (19,41,152).

#132998 hex color red value is 19, green value is 41 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #132998 hue: 0.64 , saturation: 0.78 and the lightness value of 132998 is 0.34.

The process color (four color CMYK) of #132998 color hex is 0.88, 0.73, 0.00, 0.40. Web safe color of #132998 is #003399. Color #132998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 10011000
Octal 23 51 230
Decimal 19 41 152
Hex 13 29 98

RGB Percentages of Color #132998

%8.96
%19.34
%71.70

CMYK Percentages of Color #132998

%88
%73
%0
%40

Triadic Colors of #132998

#132998 #981329 #299813

Analogous Colors of #132998

#132998 #3f1398 #136c98

Monochromatic Colors of #132998

#132998

Complementary Color

#132998 #988213

#132998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132998 Color CSS Codes

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

#132998 Text Font Color

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

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


#132998 Background Color

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

This div background color is #132998


#132998 Border Color

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

This div border color is #132998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132998


Comments

No comments written yet.

Please login to write comment.