Color Hex Logo

#130933 Color Hex

#130933
(19,9,51)
0 Favorites   0 Comments

Color spaces of #130933

RGB 19951
HSL0.710.700.12
HSV254°82°20°
CMYK 0.630.820.00   0.80
XYZ0.96380.57283.1917
Yxy0.57280.20380.1211
Hunter Lab7.56849.4866-19.7057
CIE-Lab5.174116.9555-25.1597

#130933 color RGB value is (19,9,51).

#130933 hex color red value is 19, green value is 9 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #130933 hue: 0.71 , saturation: 0.70 and the lightness value of 130933 is 0.12.

The process color (four color CMYK) of #130933 color hex is 0.63, 0.82, 0.00, 0.80. Web safe color of #130933 is #000033. Color #130933 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001001 00110011
Octal 23 11 63
Decimal 19 9 51
Hex 13 9 33

RGB Percentages of Color #130933

%24.05
%11.39
%64.56

CMYK Percentages of Color #130933

%63
%82
%0
%80

Triadic Colors of #130933

#130933 #331309 #093313

Analogous Colors of #130933

#130933 #280933 #091433

Monochromatic Colors of #130933

#130933

Complementary Color

#130933 #293309

#130933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130933 Color CSS Codes

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

#130933 Text Font Color

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

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


#130933 Background Color

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

This div background color is #130933


#130933 Border Color

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

This div border color is #130933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130933

#130933 Color Palettes


Comments

No comments written yet.

Please login to write comment.