Color Hex Logo

#0b181e Color Hex

#0B181E
(11,24,30)
0 Favorites   0 Comments

Color spaces of #0b181e

RGB 112430
HSL0.550.460.08
HSV199°63°12°
CMYK 0.630.200.00   0.88
XYZ0.69900.81821.3494
Yxy0.81820.24380.2854
Hunter Lab9.0454-2.0357-2.5131
CIE-Lab7.3907-3.2228-5.9544

#0b181e color RGB value is (11,24,30).

#0b181e hex color red value is 11, green value is 24 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0b181e hue: 0.55 , saturation: 0.46 and the lightness value of 0b181e is 0.08.

The process color (four color CMYK) of #0b181e color hex is 0.63, 0.20, 0.00, 0.88. Web safe color of #0b181e is #000033. Color #0b181e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00011000 00011110
Octal 13 30 36
Decimal 11 24 30
Hex B 18 1E

RGB Percentages of Color #0b181e

%16.92
%36.92
%46.15

CMYK Percentages of Color #0b181e

%63
%20
%0
%88

Triadic Colors of #0b181e

#0b181e #1e0b18 #181e0b

Analogous Colors of #0b181e

#0b181e #0b0f1e #0b1e1b

Monochromatic Colors of #0b181e

#0b181e

Complementary Color

#0b181e #1e110b

#0b181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b181e Color CSS Codes

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

#0b181e Text Font Color

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

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


#0b181e Background Color

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

This div background color is #0b181e


#0b181e Border Color

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

This div border color is #0b181e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b181e


Comments

No comments written yet.

Please login to write comment.