Color Hex Logo

#094cbf Color Hex

#094CBF
(9,76,191)
0 Favorites   0 Comments

Color spaces of #094cbf

RGB 976191
HSL0.610.910.39
HSV218°95°75°
CMYK 0.950.600.00   0.25
XYZ12.10118.988550.3874
Yxy8.98850.16930.1258
Hunter Lab29.980819.5811-78.6594
CIE-Lab35.962127.5605-65.1078

#094cbf color RGB value is (9,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 10111111
Octal 11 114 277
Decimal 9 76 191
Hex 9 4C BF

RGB Percentages of Color #094cbf

%3.26
%27.54
%69.20

CMYK Percentages of Color #094cbf

%95
%60
%0
%25

Triadic Colors of #094cbf

#094cbf #bf094c #4cbf09

Analogous Colors of #094cbf

#094cbf #2109bf #09a7bf

Monochromatic Colors of #094cbf

#094cbf

Complementary Color

#094cbf #bf7c09

#094cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094cbf Color CSS Codes

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

#094cbf Text Font Color

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

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


#094cbf Background Color

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

This div background color is #094cbf


#094cbf Border Color

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

This div border color is #094cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094cbf

#094cbf Color Palettes


Comments

No comments written yet.

Please login to write comment.