Color Hex Logo

#0b1085 Color Hex

#0B1085
(11,16,133)
0 Favorites   0 Comments

Color spaces of #0b1085

RGB 1116133
HSL0.660.850.28
HSV238°92°52°
CMYK 0.920.880.00   0.48
XYZ4.55692.135222.3623
Yxy2.13520.15680.0735
Hunter Lab14.612330.0942-80.5072
CIE-Lab16.181342.9282-62.5150

#0b1085 color RGB value is (11,16,133).

#0b1085 hex color red value is 11, green value is 16 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #0b1085 hue: 0.66 , saturation: 0.85 and the lightness value of 0b1085 is 0.28.

The process color (four color CMYK) of #0b1085 color hex is 0.92, 0.88, 0.00, 0.48. Web safe color of #0b1085 is #000099. Color #0b1085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010000 10000101
Octal 13 20 205
Decimal 11 16 133
Hex B 10 85

RGB Percentages of Color #0b1085

%6.88
%10.00
%83.13

CMYK Percentages of Color #0b1085

%92
%88
%0
%48

Triadic Colors of #0b1085

#0b1085 #850b10 #10850b

Analogous Colors of #0b1085

#0b1085 #430b85 #0b4d85

Monochromatic Colors of #0b1085

#0b1085

Complementary Color

#0b1085 #85800b

#0b1085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1085 Color CSS Codes

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

#0b1085 Text Font Color

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

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


#0b1085 Background Color

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

This div background color is #0b1085


#0b1085 Border Color

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

This div border color is #0b1085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1085


Comments

No comments written yet.

Please login to write comment.