Color Hex Logo

#093156 Color Hex

#093156
(9,49,86)
0 Favorites   0 Comments

Color spaces of #093156

RGB 94986
HSL0.580.810.19
HSV209°90°34°
CMYK 0.900.430.00   0.66
XYZ2.89072.92669.2166
Yxy2.92660.19230.1947
Hunter Lab17.10730.2242-19.9675
CIE-Lab19.74751.9879-26.1810

#093156 color RGB value is (9,49,86).

#093156 hex color red value is 9, green value is 49 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #093156 hue: 0.58 , saturation: 0.81 and the lightness value of 093156 is 0.19.

The process color (four color CMYK) of #093156 color hex is 0.90, 0.43, 0.00, 0.66. Web safe color of #093156 is #003366. Color #093156 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110001 01010110
Octal 11 61 126
Decimal 9 49 86
Hex 9 31 56

RGB Percentages of Color #093156

%6.25
%34.03
%59.72

CMYK Percentages of Color #093156

%90
%43
%0
%66

Triadic Colors of #093156

#093156 #560931 #315609

Analogous Colors of #093156

#093156 #090b56 #095655

Monochromatic Colors of #093156

#093156

Complementary Color

#093156 #562e09

#093156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093156 Color CSS Codes

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

#093156 Text Font Color

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

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


#093156 Background Color

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

This div background color is #093156


#093156 Border Color

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

This div border color is #093156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093156


Comments

No comments written yet.

Please login to write comment.