Color Hex Logo

#095bbe Color Hex

#095BBE
(9,91,190)
0 Favorites   0 Comments

Color spaces of #095bbe

RGB 991190
HSL0.590.910.39
HSV213°95°75°
CMYK 0.950.520.00   0.25
XYZ13.148011.258050.1952
Yxy11.25800.17620.1509
Hunter Lab33.552911.2291-65.2108
CIE-Lab40.011717.1597-57.9290

#095bbe color RGB value is (9,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 10111110
Octal 11 133 276
Decimal 9 91 190
Hex 9 5B BE

RGB Percentages of Color #095bbe

%3.10
%31.38
%65.52

CMYK Percentages of Color #095bbe

%95
%52
%0
%25

Triadic Colors of #095bbe

#095bbe #be095b #5bbe09

Analogous Colors of #095bbe

#095bbe #1109be #09b6be

Monochromatic Colors of #095bbe

#095bbe

Complementary Color

#095bbe #be6c09

#095bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#095bbe Color CSS Codes

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

#095bbe Text Font Color

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

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


#095bbe Background Color

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

This div background color is #095bbe


#095bbe Border Color

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

This div border color is #095bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095bbe


Comments

No comments written yet.

Please login to write comment.