Color Hex Logo

#0b127e Color Hex

#0B127E
(11,18,126)
0 Favorites   0 Comments

Color spaces of #0b127e

RGB 1118126
HSL0.660.840.27
HSV236°91°49°
CMYK 0.910.860.00   0.51
XYZ4.12022.010119.9095
Yxy2.01010.15820.0772
Hunter Lab14.177827.0626-73.3349
CIE-Lab15.540239.6937-59.1381

#0b127e color RGB value is (11,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010010 01111110
Octal 13 22 176
Decimal 11 18 126
Hex B 12 7E

RGB Percentages of Color #0b127e

%7.10
%11.61
%81.29

CMYK Percentages of Color #0b127e

%91
%86
%0
%51

Triadic Colors of #0b127e

#0b127e #7e0b12 #127e0b

Analogous Colors of #0b127e

#0b127e #3d0b7e #0b4c7e

Monochromatic Colors of #0b127e

#0b127e

Complementary Color

#0b127e #7e770b

#0b127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b127e Color CSS Codes

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

#0b127e Text Font Color

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

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


#0b127e Background Color

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

This div background color is #0b127e


#0b127e Border Color

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

This div border color is #0b127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b127e


Comments

No comments written yet.

Please login to write comment.