Color Hex Logo

#09189d Color Hex

#09189D
(9,24,157)
0 Favorites   0 Comments

Color spaces of #09189d

RGB 924157
HSL0.650.890.33
HSV234°94°62°
CMYK 0.940.850.00   0.38
XYZ6.52513.145732.1616
Yxy3.14570.15600.0752
Hunter Lab17.736134.6317-95.0976
CIE-Lab20.618246.8951-70.0605

#09189d color RGB value is (9,24,157).

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

The process color (four color CMYK) of #09189d color hex is 0.94, 0.85, 0.00, 0.38. Web safe color of #09189d is #000099. Color #09189d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011000 10011101
Octal 11 30 235
Decimal 9 24 157
Hex 9 18 9D

RGB Percentages of Color #09189d

%4.74
%12.63
%82.63

CMYK Percentages of Color #09189d

%94
%85
%0
%38

Triadic Colors of #09189d

#09189d #9d0918 #189d09

Analogous Colors of #09189d

#09189d #44099d #09629d

Monochromatic Colors of #09189d

#09189d

Complementary Color

#09189d #9d8e09

#09189d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09189d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09189d Color CSS Codes

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

#09189d Text Font Color

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

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


#09189d Background Color

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

This div background color is #09189d


#09189d Border Color

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

This div border color is #09189d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,24,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 #09189d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09189d


Comments

No comments written yet.

Please login to write comment.