Color Hex Logo

#094fbf Color Hex

#094FBF
(9,79,191)
0 Favorites   0 Comments

Color spaces of #094fbf

RGB 979191
HSL0.600.910.39
HSV217°95°75°
CMYK 0.950.590.00   0.25
XYZ12.31269.411650.4579
Yxy9.41160.17060.1304
Hunter Lab30.678317.9530-76.0418
CIE-Lab36.765025.5569-63.7957

#094fbf color RGB value is (9,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001111 10111111
Octal 11 117 277
Decimal 9 79 191
Hex 9 4F BF

RGB Percentages of Color #094fbf

%3.23
%28.32
%68.46

CMYK Percentages of Color #094fbf

%95
%59
%0
%25

Triadic Colors of #094fbf

#094fbf #bf094f #4fbf09

Analogous Colors of #094fbf

#094fbf #1e09bf #09aabf

Monochromatic Colors of #094fbf

#094fbf

Complementary Color

#094fbf #bf7909

#094fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094fbf Color CSS Codes

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

#094fbf Text Font Color

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

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


#094fbf Background Color

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

This div background color is #094fbf


#094fbf Border Color

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

This div border color is #094fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094fbf


Comments

No comments written yet.

Please login to write comment.