Color Hex Logo

#01130b Color Hex

#01130B
(1,19,11)
0 Favorites   0 Comments

Color spaces of #01130b

RGB 11911
HSL0.430.900.04
HSV153°95°
CMYK 0.950.000.42   0.93
XYZ0.30580.49640.3963
Yxy0.49640.25520.4142
Hunter Lab7.0456-4.58231.5969
CIE-Lab4.4839-6.80062.0625

#01130b color RGB value is (1,19,11).

#01130b hex color red value is 1, green value is 19 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #01130b hue: 0.43 , saturation: 0.90 and the lightness value of 01130b is 0.04.

The process color (four color CMYK) of #01130b color hex is 0.95, 0.00, 0.42, 0.93. Web safe color of #01130b is #000000. Color #01130b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010011 00001011
Octal 1 23 13
Decimal 1 19 11
Hex 1 13 B

RGB Percentages of Color #01130b

%3.23
%61.29
%35.48

CMYK Percentages of Color #01130b

%95
%0
%42
%93

Triadic Colors of #01130b

#01130b #0b0113 #130b01

Analogous Colors of #01130b

#01130b #011213 #011302

Monochromatic Colors of #01130b

#01130b

Complementary Color

#01130b #130109

#01130b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01130b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01130b Color CSS Codes

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

#01130b Text Font Color

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

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


#01130b Background Color

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

This div background color is #01130b


#01130b Border Color

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

This div border color is #01130b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01130b


Comments

No comments written yet.

Please login to write comment.