Color Hex Logo

#095baa Color Hex

#095BAA
(9,91,170)
0 Favorites   0 Comments

Color spaces of #095baa

RGB 991170
HSL0.580.900.35
HSV209°95°67°
CMYK 0.950.460.00   0.33
XYZ11.109410.442539.4603
Yxy10.44250.18210.1712
Hunter Lab32.31494.8148-49.7798
CIE-Lab38.62529.0139-48.4112

#095baa color RGB value is (9,91,170).

#095baa hex color red value is 9, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #095baa hue: 0.58 , saturation: 0.90 and the lightness value of 095baa is 0.35.

The process color (four color CMYK) of #095baa color hex is 0.95, 0.46, 0.00, 0.33. Web safe color of #095baa is #006699. Color #095baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 10101010
Octal 11 133 252
Decimal 9 91 170
Hex 9 5B AA

RGB Percentages of Color #095baa

%3.33
%33.70
%62.96

CMYK Percentages of Color #095baa

%95
%46
%0
%33

Triadic Colors of #095baa

#095baa #aa095b #5baa09

Analogous Colors of #095baa

#095baa #090baa #09aaa9

Monochromatic Colors of #095baa

#095baa

Complementary Color

#095baa #aa5809

#095baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#095baa Color CSS Codes

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

#095baa Text Font Color

<p style="color:#095baa">Text here</p>

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


#095baa Background Color

<div style="background-color:#095baa">
Div content here</div>

This div background color is #095baa


#095baa Border Color

<div style="border:3px solid #095baa">
Div here</div>

This div border color is #095baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095baa;
  -webkit-box-shadow: 1px 1px 3px 2px #095baa;
  box-shadow:         1px 1px 3px 2px #095baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095baa

#095baa Color Palettes


Comments

No comments written yet.

Please login to write comment.