Color Hex Logo

#0b208a Color Hex

#0B208A
(11,32,138)
0 Favorites   0 Comments

Color spaces of #0b208a

RGB 1132138
HSL0.640.850.29
HSV230°92°54°
CMYK 0.920.770.00   0.46
XYZ5.24202.939124.3358
Yxy2.93910.16120.0904
Hunter Lab17.143824.5777-72.1621
CIE-Lab19.798336.0191-59.6526

#0b208a color RGB value is (11,32,138).

#0b208a hex color red value is 11, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0b208a hue: 0.64 , saturation: 0.85 and the lightness value of 0b208a is 0.29.

The process color (four color CMYK) of #0b208a color hex is 0.92, 0.77, 0.00, 0.46. Web safe color of #0b208a is #003399. Color #0b208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100000 10001010
Octal 13 40 212
Decimal 11 32 138
Hex B 20 8A

RGB Percentages of Color #0b208a

%6.08
%17.68
%76.24

CMYK Percentages of Color #0b208a

%92
%77
%0
%46

Triadic Colors of #0b208a

#0b208a #8a0b20 #208a0b

Analogous Colors of #0b208a

#0b208a #360b8a #0b608a

Monochromatic Colors of #0b208a

#0b208a

Complementary Color

#0b208a #8a750b

#0b208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b208a Color CSS Codes

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

#0b208a Text Font Color

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

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


#0b208a Background Color

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

This div background color is #0b208a


#0b208a Border Color

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

This div border color is #0b208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b208a


Comments

No comments written yet.

Please login to write comment.