Color Hex Logo

#0b096d Color Hex

#0B096D
(11,9,109)
0 Favorites   0 Comments

Color spaces of #0b096d

RGB 119109
HSL0.670.850.23
HSV241°92°43°
CMYK 0.900.920.00   0.57
XYZ2.99601.370614.5747
Yxy1.37060.15820.0724
Hunter Lab11.707325.1921-65.6167
CIE-Lab11.760638.2869-54.4450

#0b096d color RGB value is (11,9,109).

#0b096d hex color red value is 11, green value is 9 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0b096d hue: 0.67 , saturation: 0.85 and the lightness value of 0b096d is 0.23.

The process color (four color CMYK) of #0b096d color hex is 0.90, 0.92, 0.00, 0.57. Web safe color of #0b096d is #000066. Color #0b096d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00001001 01101101
Octal 13 11 155
Decimal 11 9 109
Hex B 9 6D

RGB Percentages of Color #0b096d

%8.53
%6.98
%84.50

CMYK Percentages of Color #0b096d

%90
%92
%0
%57

Triadic Colors of #0b096d

#0b096d #6d0b09 #096d0b

Analogous Colors of #0b096d

#0b096d #3d096d #09396d

Monochromatic Colors of #0b096d

#0b096d

Complementary Color

#0b096d #6b6d09

#0b096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b096d Color CSS Codes

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

#0b096d Text Font Color

<p style="color:#0b096d">Text here</p>

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


#0b096d Background Color

<div style="background-color:#0b096d">
Div content here</div>

This div background color is #0b096d


#0b096d Border Color

<div style="border:3px solid #0b096d">
Div here</div>

This div border color is #0b096d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,9,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b096d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b096d;
  -webkit-box-shadow: 1px 1px 3px 2px #0b096d;
  box-shadow:         1px 1px 3px 2px #0b096d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b096d


Comments

No comments written yet.

Please login to write comment.