Color Hex Logo

#130f3a Color Hex

#130F3A
(19,15,58)
0 Favorites   0 Comments

Color spaces of #130f3a

RGB 191558
HSL0.680.590.14
HSV246°74°23°
CMYK 0.670.740.00   0.77
XYZ1.20310.78564.0912
Yxy0.78560.19790.1292
Hunter Lab8.86348.7182-21.1629
CIE-Lab7.096316.9736-27.1663

#130f3a color RGB value is (19,15,58).

#130f3a hex color red value is 19, green value is 15 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #130f3a hue: 0.68 , saturation: 0.59 and the lightness value of 130f3a is 0.14.

The process color (four color CMYK) of #130f3a color hex is 0.67, 0.74, 0.00, 0.77. Web safe color of #130f3a is #000033. Color #130f3a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 00111010
Octal 23 17 72
Decimal 19 15 58
Hex 13 F 3A

RGB Percentages of Color #130f3a

%20.65
%16.30
%63.04

CMYK Percentages of Color #130f3a

%67
%74
%0
%77

Triadic Colors of #130f3a

#130f3a #3a130f #0f3a13

Analogous Colors of #130f3a

#130f3a #290f3a #0f213a

Monochromatic Colors of #130f3a

#130f3a

Complementary Color

#130f3a #363a0f

#130f3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130f3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#130f3a Color CSS Codes

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

#130f3a Text Font Color

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

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


#130f3a Background Color

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

This div background color is #130f3a


#130f3a Border Color

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

This div border color is #130f3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130f3a


Comments

No comments written yet.

Please login to write comment.