Color Hex Logo

#09223a Color Hex

#09223A
(9,34,58)
0 Favorites   0 Comments

Color spaces of #09223a

RGB 93458
HSL0.580.730.13
HSV209°84°23°
CMYK 0.840.410.00   0.77
XYZ1.44841.50764.2176
Yxy1.50760.20190.2102
Hunter Lab12.2784-0.4309-11.7710
CIE-Lab12.65630.4430-18.2629

#09223a color RGB value is (9,34,58).

#09223a hex color red value is 9, green value is 34 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #09223a hue: 0.58 , saturation: 0.73 and the lightness value of 09223a is 0.13.

The process color (four color CMYK) of #09223a color hex is 0.84, 0.41, 0.00, 0.77. Web safe color of #09223a is #003333. Color #09223a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 00111010
Octal 11 42 72
Decimal 9 34 58
Hex 9 22 3A

RGB Percentages of Color #09223a

%8.91
%33.66
%57.43

CMYK Percentages of Color #09223a

%84
%41
%0
%77

Triadic Colors of #09223a

#09223a #3a0922 #223a09

Analogous Colors of #09223a

#09223a #09093a #093a3a

Monochromatic Colors of #09223a

#09223a

Complementary Color

#09223a #3a2109

#09223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09223a Color CSS Codes

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

#09223a Text Font Color

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

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


#09223a Background Color

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

This div background color is #09223a


#09223a Border Color

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

This div border color is #09223a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09223a


Comments

No comments written yet.

Please login to write comment.