Color Hex Logo

#071aaf Color Hex

#071AAF
(7,26,175)
0 Favorites   0 Comments

Color spaces of #071aaf

RGB 726175
HSL0.650.920.36
HSV233°96°69°
CMYK 0.960.850.00   0.31
XYZ8.19493.879140.8743
Yxy3.87910.15480.0733
Hunter Lab19.695439.8035-109.2589
CIE-Lab23.267751.6307-76.5729

#071aaf color RGB value is (7,26,175).

#071aaf hex color red value is 7, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #071aaf hue: 0.65 , saturation: 0.92 and the lightness value of 071aaf is 0.36.

The process color (four color CMYK) of #071aaf color hex is 0.96, 0.85, 0.00, 0.31. Web safe color of #071aaf is #003399. Color #071aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011010 10101111
Octal 7 32 257
Decimal 7 26 175
Hex 7 1A AF

RGB Percentages of Color #071aaf

%3.37
%12.50
%84.13

CMYK Percentages of Color #071aaf

%96
%85
%0
%31

Triadic Colors of #071aaf

#071aaf #af071a #1aaf07

Analogous Colors of #071aaf

#071aaf #4807af #076eaf

Monochromatic Colors of #071aaf

#071aaf

Complementary Color

#071aaf #af9c07

#071aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#071aaf Color CSS Codes

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

#071aaf Text Font Color

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

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


#071aaf Background Color

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

This div background color is #071aaf


#071aaf Border Color

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

This div border color is #071aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071aaf


Comments

No comments written yet.

Please login to write comment.