Color Hex Logo

#070f9a Color Hex

#070F9A
(7,15,154)
0 Favorites   0 Comments

Color spaces of #070f9a

RGB 715154
HSL0.660.910.32
HSV237°95°60°
CMYK 0.950.900.00   0.40
XYZ6.09122.719930.7758
Yxy2.71990.15390.0687
Hunter Lab16.492137.0660-99.0961
CIE-Lab18.885349.7221-71.1071

#070f9a color RGB value is (7,15,154).

#070f9a hex color red value is 7, green value is 15 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #070f9a hue: 0.66 , saturation: 0.91 and the lightness value of 070f9a is 0.32.

The process color (four color CMYK) of #070f9a color hex is 0.95, 0.90, 0.00, 0.40. Web safe color of #070f9a is #000099. Color #070f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001111 10011010
Octal 7 17 232
Decimal 7 15 154
Hex 7 F 9A

RGB Percentages of Color #070f9a

%3.98
%8.52
%87.50

CMYK Percentages of Color #070f9a

%95
%90
%0
%40

Triadic Colors of #070f9a

#070f9a #9a070f #0f9a07

Analogous Colors of #070f9a

#070f9a #49079a #07599a

Monochromatic Colors of #070f9a

#070f9a

Complementary Color

#070f9a #9a9207

#070f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#070f9a Color CSS Codes

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

#070f9a Text Font Color

<p style="color:#070f9a">Text here</p>

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


#070f9a Background Color

<div style="background-color:#070f9a">
Div content here</div>

This div background color is #070f9a


#070f9a Border Color

<div style="border:3px solid #070f9a">
Div here</div>

This div border color is #070f9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,15,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070f9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070f9a;
  -webkit-box-shadow: 1px 1px 3px 2px #070f9a;
  box-shadow:         1px 1px 3px 2px #070f9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070f9a


Comments

No comments written yet.

Please login to write comment.