Color Hex Logo

#072670 Color Hex

#072670
(7,38,112)
0 Favorites   0 Comments

Color spaces of #072670

RGB 738112
HSL0.620.880.23
HSV222°94°44°
CMYK 0.940.660.00   0.56
XYZ3.70542.601215.6360
Yxy2.60120.16890.1185
Hunter Lab16.128212.7853-46.1907
CIE-Lab18.370221.3911-45.4744

#072670 color RGB value is (7,38,112).

#072670 hex color red value is 7, green value is 38 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #072670 hue: 0.62 , saturation: 0.88 and the lightness value of 072670 is 0.23.

The process color (four color CMYK) of #072670 color hex is 0.94, 0.66, 0.00, 0.56. Web safe color of #072670 is #003366. Color #072670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01110000
Octal 7 46 160
Decimal 7 38 112
Hex 7 26 70

RGB Percentages of Color #072670

%4.46
%24.20
%71.34

CMYK Percentages of Color #072670

%94
%66
%0
%56

Triadic Colors of #072670

#072670 #700726 #267007

Analogous Colors of #072670

#072670 #1c0770 #075b70

Monochromatic Colors of #072670

#072670

Complementary Color

#072670 #705107

#072670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072670 Color CSS Codes

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

#072670 Text Font Color

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

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


#072670 Background Color

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

This div background color is #072670


#072670 Border Color

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

This div border color is #072670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,38,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072670;
  -webkit-box-shadow: 1px 1px 3px 2px #072670;
  box-shadow:         1px 1px 3px 2px #072670; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072670


Comments

No comments written yet.

Please login to write comment.