Color Hex Logo

#0b1180 Color Hex

#0B1180
(11,17,128)
0 Favorites   0 Comments

Color spaces of #0b1180

RGB 1117128
HSL0.660.840.27
HSV237°91°50°
CMYK 0.910.870.00   0.50
XYZ4.23472.030620.5908
Yxy2.03060.15770.0756
Hunter Lab14.249928.1082-75.6978
CIE-Lab15.647040.8453-60.2342

#0b1180 color RGB value is (11,17,128).

#0b1180 hex color red value is 11, green value is 17 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #0b1180 hue: 0.66 , saturation: 0.84 and the lightness value of 0b1180 is 0.27.

The process color (four color CMYK) of #0b1180 color hex is 0.91, 0.87, 0.00, 0.50. Web safe color of #0b1180 is #000099. Color #0b1180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010001 10000000
Octal 13 21 200
Decimal 11 17 128
Hex B 11 80

RGB Percentages of Color #0b1180

%7.05
%10.90
%82.05

CMYK Percentages of Color #0b1180

%91
%87
%0
%50

Triadic Colors of #0b1180

#0b1180 #800b11 #11800b

Analogous Colors of #0b1180

#0b1180 #400b80 #0b4b80

Monochromatic Colors of #0b1180

#0b1180

Complementary Color

#0b1180 #807a0b

#0b1180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1180 Color CSS Codes

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

#0b1180 Text Font Color

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

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


#0b1180 Background Color

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

This div background color is #0b1180


#0b1180 Border Color

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

This div border color is #0b1180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1180


Comments

No comments written yet.

Please login to write comment.