Color Hex Logo

#0b528d Color Hex

#0B528D
(11,82,141)
0 Favorites   0 Comments

Color spaces of #0b528d

RGB 1182141
HSL0.580.860.30
HSV207°92°55°
CMYK 0.920.420.00   0.45
XYZ7.96308.028826.3293
Yxy8.02880.18820.1897
Hunter Lab28.33510.5772-35.2583
CIE-Lab34.04283.0826-38.3208

#0b528d color RGB value is (11,82,141).

#0b528d hex color red value is 11, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0b528d hue: 0.58 , saturation: 0.86 and the lightness value of 0b528d is 0.30.

The process color (four color CMYK) of #0b528d color hex is 0.92, 0.42, 0.00, 0.45. Web safe color of #0b528d is #006699. Color #0b528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010010 10001101
Octal 13 122 215
Decimal 11 82 141
Hex B 52 8D

RGB Percentages of Color #0b528d

%4.70
%35.04
%60.26

CMYK Percentages of Color #0b528d

%92
%42
%0
%45

Triadic Colors of #0b528d

#0b528d #8d0b52 #528d0b

Analogous Colors of #0b528d

#0b528d #0b118d #0b8d87

Monochromatic Colors of #0b528d

#0b528d

Complementary Color

#0b528d #8d460b

#0b528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b528d Color CSS Codes

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

#0b528d Text Font Color

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

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


#0b528d Background Color

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

This div background color is #0b528d


#0b528d Border Color

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

This div border color is #0b528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b528d


Comments

No comments written yet.

Please login to write comment.