Color Hex Logo

#071bba Color Hex

#071BBA
(7,27,186)
0 Favorites   0 Comments

Color spaces of #071bba

RGB 727186
HSL0.650.930.38
HSV233°96°73°
CMYK 0.960.850.00   0.27
XYZ9.34254.374246.8063
Yxy4.37420.15440.0723
Hunter Lab20.914643.1350-118.0493
CIE-Lab24.871854.5800-80.4738

#071bba color RGB value is (7,27,186).

#071bba hex color red value is 7, green value is 27 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #071bba hue: 0.65 , saturation: 0.93 and the lightness value of 071bba is 0.38.

The process color (four color CMYK) of #071bba color hex is 0.96, 0.85, 0.00, 0.27. Web safe color of #071bba is #0033cc. Color #071bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011011 10111010
Octal 7 33 272
Decimal 7 27 186
Hex 7 1B BA

RGB Percentages of Color #071bba

%3.18
%12.27
%84.55

CMYK Percentages of Color #071bba

%96
%85
%0
%27

Triadic Colors of #071bba

#071bba #ba071b #1bba07

Analogous Colors of #071bba

#071bba #4d07ba #0775ba

Monochromatic Colors of #071bba

#071bba

Complementary Color

#071bba #baa607

#071bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#071bba Color CSS Codes

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

#071bba Text Font Color

<p style="color:#071bba">Text here</p>

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


#071bba Background Color

<div style="background-color:#071bba">
Div content here</div>

This div background color is #071bba


#071bba Border Color

<div style="border:3px solid #071bba">
Div here</div>

This div border color is #071bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,27,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071bba;
  -webkit-box-shadow: 1px 1px 3px 2px #071bba;
  box-shadow:         1px 1px 3px 2px #071bba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071bba


Comments

No comments written yet.

Please login to write comment.