Color Hex Logo

#097bbe Color Hex

#097BBE
(9,123,190)
0 Favorites   0 Comments

Color spaces of #097bbe

RGB 9123190
HSL0.560.910.39
HSV202°95°75°
CMYK 0.950.350.00   0.25
XYZ16.489917.941751.3092
Yxy17.94170.19230.2093
Hunter Lab42.3576-4.6355-42.1696
CIE-Lab49.4253-3.1391-42.8331

#097bbe color RGB value is (9,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111011 10111110
Octal 11 173 276
Decimal 9 123 190
Hex 9 7B BE

RGB Percentages of Color #097bbe

%2.80
%38.20
%59.01

CMYK Percentages of Color #097bbe

%95
%35
%0
%25

Triadic Colors of #097bbe

#097bbe #be097b #7bbe09

Analogous Colors of #097bbe

#097bbe #0921be #09bea7

Monochromatic Colors of #097bbe

#097bbe

Complementary Color

#097bbe #be4c09

#097bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#097bbe Color CSS Codes

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

#097bbe Text Font Color

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

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


#097bbe Background Color

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

This div background color is #097bbe


#097bbe Border Color

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

This div border color is #097bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097bbe


Comments

No comments written yet.

Please login to write comment.