Color Hex Logo

#09389b Color Hex

#09389B
(9,56,155)
0 Favorites   0 Comments

Color spaces of #09389b

RGB 956155
HSL0.610.890.32
HSV221°94°61°
CMYK 0.940.640.00   0.39
XYZ7.44325.253031.6320
Yxy5.25300.16790.1185
Hunter Lab22.919417.8598-65.7849
CIE-Lab27.443726.6588-57.5572

#09389b color RGB value is (9,56,155).

#09389b hex color red value is 9, green value is 56 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #09389b hue: 0.61 , saturation: 0.89 and the lightness value of 09389b is 0.32.

The process color (four color CMYK) of #09389b color hex is 0.94, 0.64, 0.00, 0.39. Web safe color of #09389b is #003399. Color #09389b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 10011011
Octal 11 70 233
Decimal 9 56 155
Hex 9 38 9B

RGB Percentages of Color #09389b

%4.09
%25.45
%70.45

CMYK Percentages of Color #09389b

%94
%64
%0
%39

Triadic Colors of #09389b

#09389b #9b0938 #389b09

Analogous Colors of #09389b

#09389b #23099b #09819b

Monochromatic Colors of #09389b

#09389b

Complementary Color

#09389b #9b6c09

#09389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09389b Color CSS Codes

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

#09389b Text Font Color

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

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


#09389b Background Color

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

This div background color is #09389b


#09389b Border Color

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

This div border color is #09389b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,56,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09389b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09389b;
  -webkit-box-shadow: 1px 1px 3px 2px #09389b;
  box-shadow:         1px 1px 3px 2px #09389b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09389b


Comments

No comments written yet.

Please login to write comment.