Color Hex Logo

#09238a Color Hex

#09238A
(9,35,138)
0 Favorites   0 Comments

Color spaces of #09238a

RGB 935138
HSL0.630.880.29
HSV228°93°54°
CMYK 0.930.750.00   0.46
XYZ5.30113.095124.3628
Yxy3.09510.16180.0945
Hunter Lab17.592922.9981-69.7903
CIE-Lab20.420834.0486-58.6242

#09238a color RGB value is (9,35,138).

#09238a hex color red value is 9, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #09238a hue: 0.63 , saturation: 0.88 and the lightness value of 09238a is 0.29.

The process color (four color CMYK) of #09238a color hex is 0.93, 0.75, 0.00, 0.46. Web safe color of #09238a is #003399. Color #09238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100011 10001010
Octal 11 43 212
Decimal 9 35 138
Hex 9 23 8A

RGB Percentages of Color #09238a

%4.95
%19.23
%75.82

CMYK Percentages of Color #09238a

%93
%75
%0
%46

Triadic Colors of #09238a

#09238a #8a0923 #238a09

Analogous Colors of #09238a

#09238a #2f098a #09648a

Monochromatic Colors of #09238a

#09238a

Complementary Color

#09238a #8a7009

#09238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09238a Color CSS Codes

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

#09238a Text Font Color

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

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


#09238a Background Color

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

This div background color is #09238a


#09238a Border Color

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

This div border color is #09238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09238a;
  -webkit-box-shadow: 1px 1px 3px 2px #09238a;
  box-shadow:         1px 1px 3px 2px #09238a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09238a


Comments

No comments written yet.

Please login to write comment.