Color Hex Logo

#094dbf Color Hex

#094DBF
(9,77,191)
0 Favorites   0 Comments

Color spaces of #094dbf

RGB 977191
HSL0.600.910.39
HSV218°95°75°
CMYK 0.950.600.00   0.25
XYZ12.17059.127450.4105
Yxy9.12740.16970.1273
Hunter Lab30.211619.0370-77.7821
CIE-Lab36.228426.8926-64.6723

#094dbf color RGB value is (9,77,191).

#094dbf hex color red value is 9, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #094dbf hue: 0.60 , saturation: 0.91 and the lightness value of 094dbf is 0.39.

The process color (four color CMYK) of #094dbf color hex is 0.95, 0.60, 0.00, 0.25. Web safe color of #094dbf is #0066cc. Color #094dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001101 10111111
Octal 11 115 277
Decimal 9 77 191
Hex 9 4D BF

RGB Percentages of Color #094dbf

%3.25
%27.80
%68.95

CMYK Percentages of Color #094dbf

%95
%60
%0
%25

Triadic Colors of #094dbf

#094dbf #bf094d #4dbf09

Analogous Colors of #094dbf

#094dbf #2009bf #09a8bf

Monochromatic Colors of #094dbf

#094dbf

Complementary Color

#094dbf #bf7b09

#094dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094dbf Color CSS Codes

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

#094dbf Text Font Color

<p style="color:#094dbf">Text here</p>

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


#094dbf Background Color

<div style="background-color:#094dbf">
Div content here</div>

This div background color is #094dbf


#094dbf Border Color

<div style="border:3px solid #094dbf">
Div here</div>

This div border color is #094dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,77,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #094dbf;
  box-shadow:         1px 1px 3px 2px #094dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094dbf


Comments

No comments written yet.

Please login to write comment.