Color Hex Logo

#071aad Color Hex

#071AAD
(7,26,173)
0 Favorites   0 Comments

Color spaces of #071aad

RGB 726173
HSL0.650.920.35
HSV233°96°68°
CMYK 0.960.850.00   0.32
XYZ7.99983.801139.8472
Yxy3.80110.15490.0736
Hunter Lab19.496439.1237-107.5307
CIE-Lab23.002751.0058-75.8110

#071aad color RGB value is (7,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011010 10101101
Octal 7 32 255
Decimal 7 26 173
Hex 7 1A AD

RGB Percentages of Color #071aad

%3.40
%12.62
%83.98

CMYK Percentages of Color #071aad

%96
%85
%0
%32

Triadic Colors of #071aad

#071aad #ad071a #1aad07

Analogous Colors of #071aad

#071aad #4707ad #076dad

Monochromatic Colors of #071aad

#071aad

Complementary Color

#071aad #ad9a07

#071aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#071aad Color CSS Codes

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

#071aad Text Font Color

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

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


#071aad Background Color

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

This div background color is #071aad


#071aad Border Color

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

This div border color is #071aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071aad


Comments

No comments written yet.

Please login to write comment.