Color Hex Logo

#095cbd Color Hex

#095CBD
(9,92,189)
0 Favorites   0 Comments

Color spaces of #095cbd

RGB 992189
HSL0.590.910.39
HSV212°95°74°
CMYK 0.950.510.00   0.26
XYZ13.125111.386549.6502
Yxy11.38650.17700.1535
Hunter Lab33.743910.3780-63.6176
CIE-Lab40.224016.0944-57.0017

#095cbd color RGB value is (9,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011100 10111101
Octal 11 134 275
Decimal 9 92 189
Hex 9 5C BD

RGB Percentages of Color #095cbd

%3.10
%31.72
%65.17

CMYK Percentages of Color #095cbd

%95
%51
%0
%26

Triadic Colors of #095cbd

#095cbd #bd095c #5cbd09

Analogous Colors of #095cbd

#095cbd #1009bd #09b6bd

Monochromatic Colors of #095cbd

#095cbd

Complementary Color

#095cbd #bd6a09

#095cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#095cbd Color CSS Codes

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

#095cbd Text Font Color

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

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


#095cbd Background Color

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

This div background color is #095cbd


#095cbd Border Color

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

This div border color is #095cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095cbd


Comments

No comments written yet.

Please login to write comment.