Color Hex Logo

#0b0e96 Color Hex

#0B0E96
(11,14,150)
0 Favorites   0 Comments

Color spaces of #0b0e96

RGB 1114150
HSL0.660.860.32
HSV239°93°59°
CMYK 0.930.910.00   0.41
XYZ5.80012.587229.0478
Yxy2.58720.15490.0691
Hunter Lab16.084836.2180-95.8136
CIE-Lab18.308548.9688-69.5976

#0b0e96 color RGB value is (11,14,150).

#0b0e96 hex color red value is 11, green value is 14 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #0b0e96 hue: 0.66 , saturation: 0.86 and the lightness value of 0b0e96 is 0.32.

The process color (four color CMYK) of #0b0e96 color hex is 0.93, 0.91, 0.00, 0.41. Web safe color of #0b0e96 is #000099. Color #0b0e96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00001110 10010110
Octal 13 16 226
Decimal 11 14 150
Hex B E 96

RGB Percentages of Color #0b0e96

%6.29
%8.00
%85.71

CMYK Percentages of Color #0b0e96

%93
%91
%0
%41

Triadic Colors of #0b0e96

#0b0e96 #960b0e #0e960b

Analogous Colors of #0b0e96

#0b0e96 #4e0b96 #0b5396

Monochromatic Colors of #0b0e96

#0b0e96

Complementary Color

#0b0e96 #96930b

#0b0e96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b0e96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b0e96 Color CSS Codes

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

#0b0e96 Text Font Color

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

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


#0b0e96 Background Color

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

This div background color is #0b0e96


#0b0e96 Border Color

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

This div border color is #0b0e96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b0e96


Comments

No comments written yet.

Please login to write comment.