Color Hex Logo

#093caa Color Hex

#093CAA
(9,60,170)
0 Favorites   0 Comments

Color spaces of #093caa

RGB 960170
HSL0.610.900.35
HSV221°95°67°
CMYK 0.950.650.00   0.33
XYZ8.98426.192138.7519
Yxy6.19210.16660.1148
Hunter Lab24.883920.8995-74.9139
CIE-Lab29.892029.9528-62.6099

#093caa color RGB value is (9,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 10101010
Octal 11 74 252
Decimal 9 60 170
Hex 9 3C AA

RGB Percentages of Color #093caa

%3.77
%25.10
%71.13

CMYK Percentages of Color #093caa

%95
%65
%0
%33

Triadic Colors of #093caa

#093caa #aa093c #3caa09

Analogous Colors of #093caa

#093caa #2609aa #098daa

Monochromatic Colors of #093caa

#093caa

Complementary Color

#093caa #aa7709

#093caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#093caa Color CSS Codes

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

#093caa Text Font Color

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

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


#093caa Background Color

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

This div background color is #093caa


#093caa Border Color

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

This div border color is #093caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093caa


Comments

No comments written yet.

Please login to write comment.