Color Hex Logo

#0b1179 Color Hex

#0B1179
(11,17,121)
0 Favorites   0 Comments

Color spaces of #0b1179

RGB 1117121
HSL0.660.830.26
HSV237°91°47°
CMYK 0.910.860.00   0.53
XYZ3.78971.852518.2470
Yxy1.85250.15860.0775
Hunter Lab13.610725.8822-69.9591
CIE-Lab14.693338.5159-57.3462

#0b1179 color RGB value is (11,17,121).

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

The process color (four color CMYK) of #0b1179 color hex is 0.91, 0.86, 0.00, 0.53. Web safe color of #0b1179 is #000066. Color #0b1179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010001 01111001
Octal 13 21 171
Decimal 11 17 121
Hex B 11 79

RGB Percentages of Color #0b1179

%7.38
%11.41
%81.21

CMYK Percentages of Color #0b1179

%91
%86
%0
%53

Triadic Colors of #0b1179

#0b1179 #790b11 #11790b

Analogous Colors of #0b1179

#0b1179 #3c0b79 #0b4879

Monochromatic Colors of #0b1179

#0b1179

Complementary Color

#0b1179 #79730b

#0b1179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1179 Color CSS Codes

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

#0b1179 Text Font Color

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

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


#0b1179 Background Color

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

This div background color is #0b1179


#0b1179 Border Color

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

This div border color is #0b1179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1179


Comments

No comments written yet.

Please login to write comment.