Color Hex Logo

#130336 Color Hex

#130336
(19,3,54)
0 Favorites   0 Comments

Color spaces of #130336

RGB 19354
HSL0.720.890.11
HSV259°94°21°
CMYK 0.650.940.00   0.79
XYZ0.96700.46993.5298
Yxy0.46990.19470.0946
Hunter Lab6.854913.1842-25.7317
CIE-Lab4.244621.0816-28.8671

#130336 color RGB value is (19,3,54).

#130336 hex color red value is 19, green value is 3 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #130336 hue: 0.72 , saturation: 0.89 and the lightness value of 130336 is 0.11.

The process color (four color CMYK) of #130336 color hex is 0.65, 0.94, 0.00, 0.79. Web safe color of #130336 is #000033. Color #130336 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000011 00110110
Octal 23 3 66
Decimal 19 3 54
Hex 13 3 36

RGB Percentages of Color #130336

%25.00
%3.95
%71.05

CMYK Percentages of Color #130336

%65
%94
%0
%79

Triadic Colors of #130336

#130336 #361303 #033613

Analogous Colors of #130336

#130336 #2c0336 #030d36

Monochromatic Colors of #130336

#130336

Complementary Color

#130336 #263603

#130336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130336 Color CSS Codes

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

#130336 Text Font Color

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

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


#130336 Background Color

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

This div background color is #130336


#130336 Border Color

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

This div border color is #130336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130336


Comments

No comments written yet.

Please login to write comment.