Color Hex Logo

#09349d Color Hex

#09349D
(9,52,157)
0 Favorites   0 Comments

Color spaces of #09349d

RGB 952157
HSL0.620.890.33
HSV223°94°62°
CMYK 0.940.670.00   0.38
XYZ7.42654.948432.4620
Yxy4.94840.16560.1104
Hunter Lab22.245020.6635-70.9501
CIE-Lab26.587230.1904-60.1825

#09349d color RGB value is (9,52,157).

#09349d hex color red value is 9, green value is 52 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #09349d hue: 0.62 , saturation: 0.89 and the lightness value of 09349d is 0.33.

The process color (four color CMYK) of #09349d color hex is 0.94, 0.67, 0.00, 0.38. Web safe color of #09349d is #003399. Color #09349d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110100 10011101
Octal 11 64 235
Decimal 9 52 157
Hex 9 34 9D

RGB Percentages of Color #09349d

%4.13
%23.85
%72.02

CMYK Percentages of Color #09349d

%94
%67
%0
%38

Triadic Colors of #09349d

#09349d #9d0934 #349d09

Analogous Colors of #09349d

#09349d #28099d #097e9d

Monochromatic Colors of #09349d

#09349d

Complementary Color

#09349d #9d7209

#09349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09349d Color CSS Codes

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

#09349d Text Font Color

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

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


#09349d Background Color

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

This div background color is #09349d


#09349d Border Color

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

This div border color is #09349d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,52,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09349d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09349d;
  -webkit-box-shadow: 1px 1px 3px 2px #09349d;
  box-shadow:         1px 1px 3px 2px #09349d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09349d


Comments

No comments written yet.

Please login to write comment.