Color Hex Logo

#131448 Color Hex

#131448
(19,20,72)
0 Favorites   0 Comments

Color spaces of #131448

RGB 192072
HSL0.660.580.18
HSV239°74°28°
CMYK 0.740.720.00   0.72
XYZ1.68841.10666.2555
Yxy1.10660.18660.1223
Hunter Lab10.519510.2404-27.8936
CIE-Lab9.849719.0405-32.6044

#131448 color RGB value is (19,20,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010100 01001000
Octal 23 24 110
Decimal 19 20 72
Hex 13 14 48

RGB Percentages of Color #131448

%17.12
%18.02
%64.86

CMYK Percentages of Color #131448

%74
%72
%0
%72

Triadic Colors of #131448

#131448 #481314 #144813

Analogous Colors of #131448

#131448 #2c1348 #132f48

Monochromatic Colors of #131448

#131448

Complementary Color

#131448 #484713

#131448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131448 Color CSS Codes

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

#131448 Text Font Color

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

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


#131448 Background Color

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

This div background color is #131448


#131448 Border Color

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

This div border color is #131448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131448


Comments

No comments written yet.

Please login to write comment.