Color Hex Logo

#091e2e Color Hex

#091E2E
(9,30,46)
0 Favorites   0 Comments

Color spaces of #091e2e

RGB 93046
HSL0.570.670.11
HSV206°80°18°
CMYK 0.800.350.00   0.82
XYZ1.07011.18392.7569
Yxy1.18390.21360.2363
Hunter Lab10.8807-1.4861-7.4061
CIE-Lab10.4381-1.8934-13.1458

#091e2e color RGB value is (9,30,46).

#091e2e hex color red value is 9, green value is 30 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #091e2e hue: 0.57 , saturation: 0.67 and the lightness value of 091e2e is 0.11.

The process color (four color CMYK) of #091e2e color hex is 0.80, 0.35, 0.00, 0.82. Web safe color of #091e2e is #003333. Color #091e2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011110 00101110
Octal 11 36 56
Decimal 9 30 46
Hex 9 1E 2E

RGB Percentages of Color #091e2e

%10.59
%35.29
%54.12

CMYK Percentages of Color #091e2e

%80
%35
%0
%82

Triadic Colors of #091e2e

#091e2e #2e091e #1e2e09

Analogous Colors of #091e2e

#091e2e #090c2e #092e2c

Monochromatic Colors of #091e2e

#091e2e

Complementary Color

#091e2e #2e1909

#091e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#091e2e Color CSS Codes

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

#091e2e Text Font Color

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

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


#091e2e Background Color

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

This div background color is #091e2e


#091e2e Border Color

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

This div border color is #091e2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,30,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #091e2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #091e2e;
  -webkit-box-shadow: 1px 1px 3px 2px #091e2e;
  box-shadow:         1px 1px 3px 2px #091e2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091e2e


Comments

No comments written yet.

Please login to write comment.