Color Hex Logo

#081b6a Color Hex

#081B6A
(8,27,106)
0 Favorites   0 Comments

Color spaces of #081b6a

RGB 827106
HSL0.630.860.22
HSV228°92°42°
CMYK 0.920.750.00   0.58
XYZ3.09361.876113.8347
Yxy1.87610.16450.0998
Hunter Lab13.697116.3458-50.2978
CIE-Lab14.823126.7830-47.4031

#081b6a color RGB value is (8,27,106).

#081b6a hex color red value is 8, green value is 27 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #081b6a hue: 0.63 , saturation: 0.86 and the lightness value of 081b6a is 0.22.

The process color (four color CMYK) of #081b6a color hex is 0.92, 0.75, 0.00, 0.58. Web safe color of #081b6a is #003366. Color #081b6a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011011 01101010
Octal 10 33 152
Decimal 8 27 106
Hex 8 1B 6A

RGB Percentages of Color #081b6a

%5.67
%19.15
%75.18

CMYK Percentages of Color #081b6a

%92
%75
%0
%58

Triadic Colors of #081b6a

#081b6a #6a081b #1b6a08

Analogous Colors of #081b6a

#081b6a #26086a #084c6a

Monochromatic Colors of #081b6a

#081b6a

Complementary Color

#081b6a #6a5708

#081b6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081b6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#081b6a Color CSS Codes

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

#081b6a Text Font Color

<p style="color:#081b6a">Text here</p>

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


#081b6a Background Color

<div style="background-color:#081b6a">
Div content here</div>

This div background color is #081b6a


#081b6a Border Color

<div style="border:3px solid #081b6a">
Div here</div>

This div border color is #081b6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,27,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #081b6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #081b6a;
  -webkit-box-shadow: 1px 1px 3px 2px #081b6a;
  box-shadow:         1px 1px 3px 2px #081b6a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,27,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081b6a


Comments

No comments written yet.

Please login to write comment.