color codes Logo

#095dba color codes

#095DBA
(9,93,186)
0 Favorites   0 Comments

Color spaces of #095dba

RGB 993186
HSL0.590.910.38
HSV212°95°73°
CMYK 0.950.500.00   0.27
XYZ12.889911.431947.9816
Yxy11.43190.17830.1581
Hunter Lab33.81118.8807-60.4712
CIE-Lab40.298614.2197-55.1289

#095dba color RGB value is (9,93,186).

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

The process color (four color CMYK) of #095dba color code is 0.95, 0.50, 0.00, 0.27. Web safe color of #095dba is #0066cc. Color #095dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011101 10111010
Octal 11 135 272
Decimal 9 93 186
Hex 9 5D BA

RGB Percentages of Color #095dba

%3.13
%32.29
%64.58

CMYK Percentages of Color #095dba

%95
%50
%0
%27

Triadic Colors of #095dba

#095dba #ba095d #5dba09

Analogous Colors of #095dba

#095dba #0e09ba #09b6ba

Monochromatic Colors of #095dba

#095dba

Complementary Color

#095dba #ba6609

#095dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#095dba Color CSS Codes

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

#095dba Text Font Color

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

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


#095dba Background Color

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

This div background color is #095dba


#095dba Border Color

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

This div border color is #095dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095dba


Comments

No comments written yet.

Please login to write comment.