Color Hex Logo

#09131a Color Hex

#09131A
(9,19,26)
0 Favorites   0 Comments

Color spaces of #09131a

RGB 91926
HSL0.570.490.07
HSV205°65°10°
CMYK 0.650.270.00   0.90
XYZ0.53200.59841.0647
Yxy0.59840.24240.2726
Hunter Lab7.7356-1.2614-2.7455
CIE-Lab5.4053-1.5059-5.8623

#09131a color RGB value is (9,19,26).

#09131a hex color red value is 9, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #09131a hue: 0.57 , saturation: 0.49 and the lightness value of 09131a is 0.07.

The process color (four color CMYK) of #09131a color hex is 0.65, 0.27, 0.00, 0.90. Web safe color of #09131a is #000033. Color #09131a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010011 00011010
Octal 11 23 32
Decimal 9 19 26
Hex 9 13 1A

RGB Percentages of Color #09131a

%16.67
%35.19
%48.15

CMYK Percentages of Color #09131a

%65
%27
%0
%90

Triadic Colors of #09131a

#09131a #1a0913 #131a09

Analogous Colors of #09131a

#09131a #090b1a #091a19

Monochromatic Colors of #09131a

#09131a

Complementary Color

#09131a #1a1009

#09131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09131a Color CSS Codes

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

#09131a Text Font Color

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

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


#09131a Background Color

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

This div background color is #09131a


#09131a Border Color

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

This div border color is #09131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09131a


Comments

No comments written yet.

Please login to write comment.