Color Hex Logo

#0b165f Color Hex

#0B165F
(11,22,95)
0 Favorites   0 Comments

Color spaces of #0b165f

RGB 112295
HSL0.640.790.21
HSV232°88°37°
CMYK 0.880.770.00   0.63
XYZ2.49051.471210.9792
Yxy1.47120.16670.0985
Hunter Lab12.129315.4250-45.1776
CIE-Lab12.423825.9927-44.0829

#0b165f color RGB value is (11,22,95).

#0b165f hex color red value is 11, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0b165f hue: 0.64 , saturation: 0.79 and the lightness value of 0b165f is 0.21.

The process color (four color CMYK) of #0b165f color hex is 0.88, 0.77, 0.00, 0.63. Web safe color of #0b165f is #000066. Color #0b165f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010110 01011111
Octal 13 26 137
Decimal 11 22 95
Hex B 16 5F

RGB Percentages of Color #0b165f

%8.59
%17.19
%74.22

CMYK Percentages of Color #0b165f

%88
%77
%0
%63

Triadic Colors of #0b165f

#0b165f #5f0b16 #165f0b

Analogous Colors of #0b165f

#0b165f #2a0b5f #0b405f

Monochromatic Colors of #0b165f

#0b165f

Complementary Color

#0b165f #5f540b

#0b165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b165f Color CSS Codes

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

#0b165f Text Font Color

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

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


#0b165f Background Color

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

This div background color is #0b165f


#0b165f Border Color

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

This div border color is #0b165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b165f


Comments

No comments written yet.

Please login to write comment.