Color Hex Logo

#093741 Color Hex

#093741
(9,55,65)
0 Favorites   0 Comments

Color spaces of #093741

RGB 95565
HSL0.530.760.15
HSV191°86°25°
CMYK 0.860.150.00   0.75
XYZ2.43303.17215.4851
Yxy3.17210.21940.2860
Hunter Lab17.8104-6.7841-5.7924
CIE-Lab20.7204-10.9203-10.5539

#093741 color RGB value is (9,55,65).

#093741 hex color red value is 9, green value is 55 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #093741 hue: 0.53 , saturation: 0.76 and the lightness value of 093741 is 0.15.

The process color (four color CMYK) of #093741 color hex is 0.86, 0.15, 0.00, 0.75. Web safe color of #093741 is #003333. Color #093741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 01000001
Octal 11 67 101
Decimal 9 55 65
Hex 9 37 41

RGB Percentages of Color #093741

%6.98
%42.64
%50.39

CMYK Percentages of Color #093741

%86
%15
%0
%75

Triadic Colors of #093741

#093741 #410937 #374109

Analogous Colors of #093741

#093741 #091b41 #09412f

Monochromatic Colors of #093741

#093741

Complementary Color

#093741 #411309

#093741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093741 Color CSS Codes

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

#093741 Text Font Color

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

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


#093741 Background Color

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

This div background color is #093741


#093741 Border Color

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

This div border color is #093741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,55,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093741;
  -webkit-box-shadow: 1px 1px 3px 2px #093741;
  box-shadow:         1px 1px 3px 2px #093741; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093741


Comments

No comments written yet.

Please login to write comment.