Color Hex Logo

#096bba Color Hex

#096BBA
(9,107,186)
0 Favorites   0 Comments

Color spaces of #096bba

RGB 9107186
HSL0.570.910.38
HSV207°95°73°
CMYK 0.950.420.00   0.27
XYZ14.233314.118648.4294
Yxy14.11860.18540.1839
Hunter Lab37.57471.8600-50.1155
CIE-Lab44.40255.1613-48.5251

#096bba color RGB value is (9,107,186).

#096bba hex color red value is 9, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #096bba hue: 0.57 , saturation: 0.91 and the lightness value of 096bba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101011 10111010
Octal 11 153 272
Decimal 9 107 186
Hex 9 6B BA

RGB Percentages of Color #096bba

%2.98
%35.43
%61.59

CMYK Percentages of Color #096bba

%95
%42
%0
%27

Triadic Colors of #096bba

#096bba #ba096b #6bba09

Analogous Colors of #096bba

#096bba #0913ba #09bab1

Monochromatic Colors of #096bba

#096bba

Complementary Color

#096bba #ba5809

#096bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#096bba Color CSS Codes

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

#096bba Text Font Color

<p style="color:#096bba">Text here</p>

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


#096bba Background Color

<div style="background-color:#096bba">
Div content here</div>

This div background color is #096bba


#096bba Border Color

<div style="border:3px solid #096bba">
Div here</div>

This div border color is #096bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,107,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096bba;
  -webkit-box-shadow: 1px 1px 3px 2px #096bba;
  box-shadow:         1px 1px 3px 2px #096bba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096bba


Comments

No comments written yet.

Please login to write comment.