Color Hex Logo

#093bad Color Hex

#093BAD
(9,59,173)
0 Favorites   0 Comments

Color spaces of #093bad

RGB 959173
HSL0.620.900.36
HSV222°95°68°
CMYK 0.950.660.00   0.32
XYZ9.21946.203140.2466
Yxy6.20310.16560.1114
Hunter Lab24.906022.4894-78.3748
CIE-Lab29.919231.8062-64.3624

#093bad color RGB value is (9,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 10101101
Octal 11 73 255
Decimal 9 59 173
Hex 9 3B AD

RGB Percentages of Color #093bad

%3.73
%24.48
%71.78

CMYK Percentages of Color #093bad

%95
%66
%0
%32

Triadic Colors of #093bad

#093bad #ad093b #3bad09

Analogous Colors of #093bad

#093bad #2909ad #098dad

Monochromatic Colors of #093bad

#093bad

Complementary Color

#093bad #ad7b09

#093bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#093bad Color CSS Codes

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

#093bad Text Font Color

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

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


#093bad Background Color

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

This div background color is #093bad


#093bad Border Color

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

This div border color is #093bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093bad


Comments

No comments written yet.

Please login to write comment.