Color Hex Logo

#093b69 Color Hex

#093B69
(9,59,105)
0 Favorites   0 Comments

Color spaces of #093b69

RGB 959105
HSL0.580.840.22
HSV209°91°41°
CMYK 0.910.440.00   0.59
XYZ4.22644.205913.9537
Yxy4.20590.18880.1879
Hunter Lab20.50830.8962-25.9847
CIE-Lab24.34083.2563-31.2808

#093b69 color RGB value is (9,59,105).

#093b69 hex color red value is 9, green value is 59 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #093b69 hue: 0.58 , saturation: 0.84 and the lightness value of 093b69 is 0.22.

The process color (four color CMYK) of #093b69 color hex is 0.91, 0.44, 0.00, 0.59. Web safe color of #093b69 is #003366. Color #093b69 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 01101001
Octal 11 73 151
Decimal 9 59 105
Hex 9 3B 69

RGB Percentages of Color #093b69

%5.20
%34.10
%60.69

CMYK Percentages of Color #093b69

%91
%44
%0
%59

Triadic Colors of #093b69

#093b69 #69093b #3b6909

Analogous Colors of #093b69

#093b69 #090b69 #096967

Monochromatic Colors of #093b69

#093b69

Complementary Color

#093b69 #693709

#093b69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093b69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093b69 Color CSS Codes

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

#093b69 Text Font Color

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

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


#093b69 Background Color

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

This div background color is #093b69


#093b69 Border Color

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

This div border color is #093b69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,59,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093b69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093b69;
  -webkit-box-shadow: 1px 1px 3px 2px #093b69;
  box-shadow:         1px 1px 3px 2px #093b69; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093b69


Comments

No comments written yet.

Please login to write comment.