Color Hex Logo

#0b36bb Color Hex

#0B36BB
(11,54,187)
0 Favorites   0 Comments

Color spaces of #0b36bb

RGB 1154187
HSL0.630.890.39
HSV225°94°73°
CMYK 0.940.710.00   0.27
XYZ10.42686.297347.6797
Yxy6.29730.16190.0978
Hunter Lab25.094430.2520-95.0856
CIE-Lab30.150540.4297-72.3058

#0b36bb color RGB value is (11,54,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 00110110 10111011
Octal 13 66 273
Decimal 11 54 187
Hex B 36 BB

RGB Percentages of Color #0b36bb

%4.37
%21.43
%74.21

CMYK Percentages of Color #0b36bb

%94
%71
%0
%27

Triadic Colors of #0b36bb

#0b36bb #bb0b36 #36bb0b

Analogous Colors of #0b36bb

#0b36bb #380bbb #0b8ebb

Monochromatic Colors of #0b36bb

#0b36bb

Complementary Color

#0b36bb #bb900b

#0b36bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b36bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b36bb Color CSS Codes

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

#0b36bb Text Font Color

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

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


#0b36bb Background Color

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

This div background color is #0b36bb


#0b36bb Border Color

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

This div border color is #0b36bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,54,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 #0b36bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b36bb


Comments

No comments written yet.

Please login to write comment.