Color Hex Logo

#0b65bb Color Hex

#0B65BB
(11,101,187)
0 Favorites   0 Comments

Color spaces of #0b65bb

RGB 11101187
HSL0.580.890.39
HSV209°94°73°
CMYK 0.940.460.00   0.27
XYZ13.761312.966448.7912
Yxy12.96640.18220.1717
Hunter Lab36.00895.2007-55.1303
CIE-Lab42.71269.4775-51.8181

#0b65bb color RGB value is (11,101,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01100101 10111011
Octal 13 145 273
Decimal 11 101 187
Hex B 65 BB

RGB Percentages of Color #0b65bb

%3.68
%33.78
%62.54

CMYK Percentages of Color #0b65bb

%94
%46
%0
%27

Triadic Colors of #0b65bb

#0b65bb #bb0b65 #65bb0b

Analogous Colors of #0b65bb

#0b65bb #0b0dbb #0bbbb9

Monochromatic Colors of #0b65bb

#0b65bb

Complementary Color

#0b65bb #bb610b

#0b65bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b65bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b65bb Color CSS Codes

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

#0b65bb Text Font Color

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

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


#0b65bb Background Color

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

This div background color is #0b65bb


#0b65bb Border Color

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

This div border color is #0b65bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b65bb


Comments

No comments written yet.

Please login to write comment.