Color Hex Logo

#094dbb Color Hex

#094DBB
(9,77,187)
0 Favorites   0 Comments

Color spaces of #094dbb

RGB 977187
HSL0.600.910.38
HSV217°95°73°
CMYK 0.950.590.00   0.27
XYZ11.73628.953748.1234
Yxy8.95370.17060.1301
Hunter Lab29.922717.6459-74.4076
CIE-Lab35.895025.2958-62.8711

#094dbb color RGB value is (9,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001101 10111011
Octal 11 115 273
Decimal 9 77 187
Hex 9 4D BB

RGB Percentages of Color #094dbb

%3.30
%28.21
%68.50

CMYK Percentages of Color #094dbb

%95
%59
%0
%27

Triadic Colors of #094dbb

#094dbb #bb094d #4dbb09

Analogous Colors of #094dbb

#094dbb #1e09bb #09a6bb

Monochromatic Colors of #094dbb

#094dbb

Complementary Color

#094dbb #bb7709

#094dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#094dbb Color CSS Codes

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

#094dbb Text Font Color

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

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


#094dbb Background Color

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

This div background color is #094dbb


#094dbb Border Color

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

This div border color is #094dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094dbb


Comments

No comments written yet.

Please login to write comment.