Color Hex Logo

#093aaa Color Hex

#093AAA
(9,58,170)
0 Favorites   0 Comments

Color spaces of #093aaa

RGB 958170
HSL0.620.900.35
HSV222°95°67°
CMYK 0.950.660.00   0.33
XYZ8.88145.986538.7176
Yxy5.98650.16570.1117
Hunter Lab24.467321.9759-76.6946
CIE-Lab29.378431.2947-63.4537

#093aaa color RGB value is (9,58,170).

#093aaa hex color red value is 9, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #093aaa hue: 0.62 , saturation: 0.90 and the lightness value of 093aaa is 0.35.

The process color (four color CMYK) of #093aaa color hex is 0.95, 0.66, 0.00, 0.33. Web safe color of #093aaa is #003399. Color #093aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111010 10101010
Octal 11 72 252
Decimal 9 58 170
Hex 9 3A AA

RGB Percentages of Color #093aaa

%3.80
%24.47
%71.73

CMYK Percentages of Color #093aaa

%95
%66
%0
%33

Triadic Colors of #093aaa

#093aaa #aa093a #3aaa09

Analogous Colors of #093aaa

#093aaa #2809aa #098baa

Monochromatic Colors of #093aaa

#093aaa

Complementary Color

#093aaa #aa7909

#093aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#093aaa Color CSS Codes

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

#093aaa Text Font Color

<p style="color:#093aaa">Text here</p>

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


#093aaa Background Color

<div style="background-color:#093aaa">
Div content here</div>

This div background color is #093aaa


#093aaa Border Color

<div style="border:3px solid #093aaa">
Div here</div>

This div border color is #093aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093aaa


Comments

No comments written yet.

Please login to write comment.