Color Hex Logo

#000baa Color Hex

#000BAA
(0,11,170)
0 Favorites   0 Comments

Color spaces of #000baa

RGB 011170
HSL0.661.000.33
HSV236°100°67°
CMYK 1.000.940.00   0.33
XYZ7.37543.141638.2479
Yxy3.14160.15120.0644
Hunter Lab17.724643.2580-115.5349
CIE-Lab20.602355.4962-78.0095

#000baa color RGB value is (0,11,170).

#000baa hex color red value is 0, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #000baa hue: 0.66 , saturation: 1.00 and the lightness value of 000baa is 0.33.

The process color (four color CMYK) of #000baa color hex is 1.00, 0.94, 0.00, 0.33. Web safe color of #000baa is #000099. Color #000baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 10101010
Octal 0 13 252
Decimal 0 11 170
Hex 0 B AA

RGB Percentages of Color #000baa

%0.00
%6.08
%93.92

CMYK Percentages of Color #000baa

%100
%94
%0
%33

Triadic Colors of #000baa

#000baa #aa000b #0baa00

Analogous Colors of #000baa

#000baa #4a00aa #0060aa

Monochromatic Colors of #000baa

#000baa

Complementary Color

#000baa #aa9f00

#000baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#000baa Color CSS Codes

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

#000baa Text Font Color

<p style="color:#000baa">Text here</p>

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


#000baa Background Color

<div style="background-color:#000baa">
Div content here</div>

This div background color is #000baa


#000baa Border Color

<div style="border:3px solid #000baa">
Div here</div>

This div border color is #000baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000baa


Comments

No comments written yet.

Please login to write comment.