Color Hex Logo

#0b0dbb Color Hex

#0B0DBB
(11,13,187)
0 Favorites   0 Comments

Color spaces of #0b0dbb

RGB 1113187
HSL0.660.890.39
HSV239°94°73°
CMYK 0.940.930.00   0.27
XYZ9.25163.946947.2879
Yxy3.94690.15300.0653
Hunter Lab19.866848.3572-127.2181
CIE-Lab23.495159.7633-83.3634

#0b0dbb color RGB value is (11,13,187).

#0b0dbb hex color red value is 11, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0b0dbb hue: 0.66 , saturation: 0.89 and the lightness value of 0b0dbb is 0.39.

The process color (four color CMYK) of #0b0dbb color hex is 0.94, 0.93, 0.00, 0.27. Web safe color of #0b0dbb is #0000cc. Color #0b0dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00001101 10111011
Octal 13 15 273
Decimal 11 13 187
Hex B D BB

RGB Percentages of Color #0b0dbb

%5.21
%6.16
%88.63

CMYK Percentages of Color #0b0dbb

%94
%93
%0
%27

Triadic Colors of #0b0dbb

#0b0dbb #bb0b0d #0dbb0b

Analogous Colors of #0b0dbb

#0b0dbb #610bbb #0b65bb

Monochromatic Colors of #0b0dbb

#0b0dbb

Complementary Color

#0b0dbb #bbb90b

#0b0dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b0dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b0dbb Color CSS Codes

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

#0b0dbb Text Font Color

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

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


#0b0dbb Background Color

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

This div background color is #0b0dbb


#0b0dbb Border Color

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

This div border color is #0b0dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b0dbb


Comments

No comments written yet.

Please login to write comment.