Color Hex Logo

#0b014e Color Hex

#0B014E
(11,1,78)
0 Favorites   0 Comments

Color spaces of #0b014e

RGB 11178
HSL0.690.970.15
HSV248°99°31°
CMYK 0.860.990.00   0.69
XYZ1.52400.64297.2515
Yxy0.64290.16180.0683
Hunter Lab8.018119.8958-48.0087
CIE-Lab5.807332.0849-43.4699

#0b014e color RGB value is (11,1,78).

#0b014e hex color red value is 11, green value is 1 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0b014e hue: 0.69 , saturation: 0.97 and the lightness value of 0b014e is 0.15.

The process color (four color CMYK) of #0b014e color hex is 0.86, 0.99, 0.00, 0.69. Web safe color of #0b014e is #000066. Color #0b014e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00000001 01001110
Octal 13 1 116
Decimal 11 1 78
Hex B 1 4E

RGB Percentages of Color #0b014e

%12.22
%1.11
%86.67

CMYK Percentages of Color #0b014e

%86
%99
%0
%69

Triadic Colors of #0b014e

#0b014e #4e0b01 #014e0b

Analogous Colors of #0b014e

#0b014e #32014e #011d4e

Monochromatic Colors of #0b014e

#0b014e

Complementary Color

#0b014e #444e01

#0b014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b014e Color CSS Codes

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

#0b014e Text Font Color

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

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


#0b014e Background Color

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

This div background color is #0b014e


#0b014e Border Color

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

This div border color is #0b014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b014e


Comments

No comments written yet.

Please login to write comment.