Color Hex Logo

#130f67 Color Hex

#130F67
(19,15,103)
0 Favorites   0 Comments

Color spaces of #130f67

RGB 1915103
HSL0.670.750.23
HSV243°85°40°
CMYK 0.820.850.00   0.60
XYZ2.88761.459412.9615
Yxy1.45940.16680.0843
Hunter Lab12.080621.5256-55.1571
CIE-Lab12.347633.8283-49.5097

#130f67 color RGB value is (19,15,103).

#130f67 hex color red value is 19, green value is 15 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #130f67 hue: 0.67 , saturation: 0.75 and the lightness value of 130f67 is 0.23.

The process color (four color CMYK) of #130f67 color hex is 0.82, 0.85, 0.00, 0.60. Web safe color of #130f67 is #000066. Color #130f67 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 01100111
Octal 23 17 147
Decimal 19 15 103
Hex 13 F 67

RGB Percentages of Color #130f67

%13.87
%10.95
%75.18

CMYK Percentages of Color #130f67

%82
%85
%0
%60

Triadic Colors of #130f67

#130f67 #67130f #0f6713

Analogous Colors of #130f67

#130f67 #3f0f67 #0f3767

Monochromatic Colors of #130f67

#130f67

Complementary Color

#130f67 #63670f

#130f67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130f67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130f67 Color CSS Codes

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

#130f67 Text Font Color

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

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


#130f67 Background Color

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

This div background color is #130f67


#130f67 Border Color

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

This div border color is #130f67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130f67


Comments

No comments written yet.

Please login to write comment.