Color Hex Logo

#093dbe Color Hex

#093DBE
(9,61,190)
0 Favorites   0 Comments

Color spaces of #093dbe

RGB 961190
HSL0.620.910.39
HSV223°95°75°
CMYK 0.950.680.00   0.25
XYZ11.07577.113349.5044
Yxy7.11330.16360.1051
Hunter Lab26.670827.4527-91.3804
CIE-Lab32.063537.0497-70.9207

#093dbe color RGB value is (9,61,190).

#093dbe hex color red value is 9, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #093dbe hue: 0.62 , saturation: 0.91 and the lightness value of 093dbe is 0.39.

The process color (four color CMYK) of #093dbe color hex is 0.95, 0.68, 0.00, 0.25. Web safe color of #093dbe is #0033cc. Color #093dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 10111110
Octal 11 75 276
Decimal 9 61 190
Hex 9 3D BE

RGB Percentages of Color #093dbe

%3.46
%23.46
%73.08

CMYK Percentages of Color #093dbe

%95
%68
%0
%25

Triadic Colors of #093dbe

#093dbe #be093d #3dbe09

Analogous Colors of #093dbe

#093dbe #3009be #0998be

Monochromatic Colors of #093dbe

#093dbe

Complementary Color

#093dbe #be8a09

#093dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#093dbe Color CSS Codes

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

#093dbe Text Font Color

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

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


#093dbe Background Color

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

This div background color is #093dbe


#093dbe Border Color

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

This div border color is #093dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093dbe


Comments

No comments written yet.

Please login to write comment.