Color Hex Logo

#097cbb Color Hex

#097CBB
(9,124,187)
0 Favorites   0 Comments

Color spaces of #097cbb

RGB 9124187
HSL0.560.910.38
HSV201°95°73°
CMYK 0.950.340.00   0.27
XYZ16.289918.061249.6413
Yxy18.06120.19390.2150
Hunter Lab42.4985-5.9523-39.5061
CIE-Lab49.5703-4.8958-40.8782

#097cbb color RGB value is (9,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111100 10111011
Octal 11 174 273
Decimal 9 124 187
Hex 9 7C BB

RGB Percentages of Color #097cbb

%2.81
%38.75
%58.44

CMYK Percentages of Color #097cbb

%95
%34
%0
%27

Triadic Colors of #097cbb

#097cbb #bb097c #7cbb09

Analogous Colors of #097cbb

#097cbb #0923bb #09bba1

Monochromatic Colors of #097cbb

#097cbb

Complementary Color

#097cbb #bb4809

#097cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#097cbb Color CSS Codes

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

#097cbb Text Font Color

<p style="color:#097cbb">Text here</p>

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


#097cbb Background Color

<div style="background-color:#097cbb">
Div content here</div>

This div background color is #097cbb


#097cbb Border Color

<div style="border:3px solid #097cbb">
Div here</div>

This div border color is #097cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097cbb


Comments

No comments written yet.

Please login to write comment.