Color Hex Logo

#0b7fbb Color Hex

#0B7FBB
(11,127,187)
0 Favorites   0 Comments

Color spaces of #0b7fbb

RGB 11127187
HSL0.560.890.39
HSV200°94°73°
CMYK 0.940.320.00   0.27
XYZ16.697018.837749.7697
Yxy18.83770.19570.2208
Hunter Lab43.4024-7.2849-37.6063
CIE-Lab50.4968-6.5948-39.4134

#0b7fbb color RGB value is (11,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111111 10111011
Octal 13 177 273
Decimal 11 127 187
Hex B 7F BB

RGB Percentages of Color #0b7fbb

%3.38
%39.08
%57.54

CMYK Percentages of Color #0b7fbb

%94
%32
%0
%27

Triadic Colors of #0b7fbb

#0b7fbb #bb0b7f #7fbb0b

Analogous Colors of #0b7fbb

#0b7fbb #0b27bb #0bbb9f

Monochromatic Colors of #0b7fbb

#0b7fbb

Complementary Color

#0b7fbb #bb470b

#0b7fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7fbb Color CSS Codes

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

#0b7fbb Text Font Color

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

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


#0b7fbb Background Color

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

This div background color is #0b7fbb


#0b7fbb Border Color

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

This div border color is #0b7fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7fbb


Comments

No comments written yet.

Please login to write comment.