Color Hex Logo

#0b151f Color Hex

#0B151F
(11,21,31)
1 Favorites   0 Comments

Color spaces of #0b151f

RGB 112131
HSL0.580.480.08
HSV210°65°12°
CMYK 0.650.320.00   0.88
XYZ0.65350.70641.3982
Yxy0.70640.23690.2561
Hunter Lab8.4048-0.8293-3.9800
CIE-Lab6.3809-0.7337-8.2469

#0b151f color RGB value is (11,21,31).

#0b151f hex color red value is 11, green value is 21 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0b151f hue: 0.58 , saturation: 0.48 and the lightness value of 0b151f is 0.08.

The process color (four color CMYK) of #0b151f color hex is 0.65, 0.32, 0.00, 0.88. Web safe color of #0b151f is #000033. Color #0b151f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010101 00011111
Octal 13 25 37
Decimal 11 21 31
Hex B 15 1F

RGB Percentages of Color #0b151f

%17.46
%33.33
%49.21

CMYK Percentages of Color #0b151f

%65
%32
%0
%88

Triadic Colors of #0b151f

#0b151f #1f0b15 #151f0b

Analogous Colors of #0b151f

#0b151f #0b0b1f #0b1f1f

Monochromatic Colors of #0b151f

#0b151f

Complementary Color

#0b151f #1f150b

#0b151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b151f Color CSS Codes

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

#0b151f Text Font Color

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

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


#0b151f Background Color

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

This div background color is #0b151f


#0b151f Border Color

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

This div border color is #0b151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b151f


Comments

No comments written yet.

Please login to write comment.