Color Hex Logo

#130276 Color Hex

#130276
(19,2,118)
0 Favorites   0 Comments

Color spaces of #130276

RGB 192118
HSL0.690.970.24
HSV249°98°46°
CMYK 0.840.980.00   0.54
XYZ3.56031.489917.2395
Yxy1.48990.15970.0668
Hunter Lab12.206130.7043-75.1947
CIE-Lab12.543744.2630-58.9845

#130276 color RGB value is (19,2,118).

#130276 hex color red value is 19, green value is 2 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #130276 hue: 0.69 , saturation: 0.97 and the lightness value of 130276 is 0.24.

The process color (four color CMYK) of #130276 color hex is 0.84, 0.98, 0.00, 0.54. Web safe color of #130276 is #000066. Color #130276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000010 01110110
Octal 23 2 166
Decimal 19 2 118
Hex 13 2 76

RGB Percentages of Color #130276

%13.67
%1.44
%84.89

CMYK Percentages of Color #130276

%84
%98
%0
%54

Triadic Colors of #130276

#130276 #761302 #027613

Analogous Colors of #130276

#130276 #4d0276 #022b76

Monochromatic Colors of #130276

#130276

Complementary Color

#130276 #657602

#130276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130276 Color CSS Codes

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

#130276 Text Font Color

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

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


#130276 Background Color

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

This div background color is #130276


#130276 Border Color

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

This div border color is #130276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130276


Comments

No comments written yet.

Please login to write comment.