Color Hex Logo

#131338 Color Hex

#131338
(19,19,56)
0 Favorites   0 Comments

Color spaces of #131338

RGB 191956
HSL0.670.490.15
HSV240°66°22°
CMYK 0.660.660.00   0.78
XYZ1.21520.88973.8491
Yxy0.88970.20410.1494
Hunter Lab9.43246.4899-17.5919
CIE-Lab8.036613.3099-24.1968

#131338 color RGB value is (19,19,56).

#131338 hex color red value is 19, green value is 19 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #131338 hue: 0.67 , saturation: 0.49 and the lightness value of 131338 is 0.15.

The process color (four color CMYK) of #131338 color hex is 0.66, 0.66, 0.00, 0.78. Web safe color of #131338 is #000033. Color #131338 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010011 00111000
Octal 23 23 70
Decimal 19 19 56
Hex 13 13 38

RGB Percentages of Color #131338

%20.21
%20.21
%59.57

CMYK Percentages of Color #131338

%66
%66
%0
%78

Triadic Colors of #131338

#131338 #381313 #133813

Analogous Colors of #131338

#131338 #261338 #132638

Monochromatic Colors of #131338

#131338

Complementary Color

#131338 #383813

#131338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131338 Color CSS Codes

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

#131338 Text Font Color

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

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


#131338 Background Color

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

This div background color is #131338


#131338 Border Color

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

This div border color is #131338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131338


Comments

No comments written yet.

Please login to write comment.