Color Hex Logo

#132248 Color Hex

#132248
(19,34,72)
0 Favorites   0 Comments

Color spaces of #132248

RGB 193472
HSL0.620.580.18
HSV223°74°28°
CMYK 0.740.530.00   0.72
XYZ2.01031.75046.3628
Yxy1.75040.19860.1729
Hunter Lab13.23033.9696-19.2530
CIE-Lab14.11888.4529-25.6826

#132248 color RGB value is (19,34,72).

#132248 hex color red value is 19, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #132248 hue: 0.62 , saturation: 0.58 and the lightness value of 132248 is 0.18.

The process color (four color CMYK) of #132248 color hex is 0.74, 0.53, 0.00, 0.72. Web safe color of #132248 is #003333. Color #132248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 01001000
Octal 23 42 110
Decimal 19 34 72
Hex 13 22 48

RGB Percentages of Color #132248

%15.20
%27.20
%57.60

CMYK Percentages of Color #132248

%74
%53
%0
%72

Triadic Colors of #132248

#132248 #481322 #224813

Analogous Colors of #132248

#132248 #1f1348 #133d48

Monochromatic Colors of #132248

#132248

Complementary Color

#132248 #483913

#132248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132248 Color CSS Codes

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

#132248 Text Font Color

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

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


#132248 Background Color

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

This div background color is #132248


#132248 Border Color

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

This div border color is #132248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132248

#132248 Color Palettes


Comments

No comments written yet.

Please login to write comment.