Color Hex Logo

#072a42 Color Hex

#072A42
(7,42,66)
3 Favorites   0 Comments

Color spaces of #072a42

RGB 74266
HSL0.570.810.14
HSV204°89°26°
CMYK 0.890.360.00   0.74
XYZ1.89902.09445.4584
Yxy2.09440.20090.2216
Hunter Lab14.4720-1.9036-12.2319
CIE-Lab15.9750-2.1488-18.6155

#072a42 color RGB value is (7,42,66).

#072a42 hex color red value is 7, green value is 42 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #072a42 hue: 0.57 , saturation: 0.81 and the lightness value of 072a42 is 0.14.

The process color (four color CMYK) of #072a42 color hex is 0.89, 0.36, 0.00, 0.74. Web safe color of #072a42 is #003333. Color #072a42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101010 01000010
Octal 7 52 102
Decimal 7 42 66
Hex 7 2A 42

RGB Percentages of Color #072a42

%6.09
%36.52
%57.39

CMYK Percentages of Color #072a42

%89
%36
%0
%74

Triadic Colors of #072a42

#072a42 #42072a #2a4207

Analogous Colors of #072a42

#072a42 #070c42 #07423d

Monochromatic Colors of #072a42

#072a42

Complementary Color

#072a42 #421f07

#072a42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072a42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072a42 Color CSS Codes

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

#072a42 Text Font Color

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

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


#072a42 Background Color

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

This div background color is #072a42


#072a42 Border Color

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

This div border color is #072a42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,42,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072a42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072a42;
  -webkit-box-shadow: 1px 1px 3px 2px #072a42;
  box-shadow:         1px 1px 3px 2px #072a42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072a42

#072a42 Color Palettes


Comments

No comments written yet.

Please login to write comment.