Color Hex Logo

#072649 Color Hex

#072649
(7,38,73)
0 Favorites   0 Comments

Color spaces of #072649

RGB 73873
HSL0.590.830.16
HSV212°90°29°
CMYK 0.900.480.00   0.71
XYZ1.98331.91246.5679
Yxy1.91240.18950.1828
Hunter Lab13.82901.3992-18.4788
CIE-Lab15.02073.9436-24.9527

#072649 color RGB value is (7,38,73).

#072649 hex color red value is 7, green value is 38 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #072649 hue: 0.59 , saturation: 0.83 and the lightness value of 072649 is 0.16.

The process color (four color CMYK) of #072649 color hex is 0.90, 0.48, 0.00, 0.71. Web safe color of #072649 is #003333. Color #072649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01001001
Octal 7 46 111
Decimal 7 38 73
Hex 7 26 49

RGB Percentages of Color #072649

%5.93
%32.20
%61.86

CMYK Percentages of Color #072649

%90
%48
%0
%71

Triadic Colors of #072649

#072649 #490726 #264907

Analogous Colors of #072649

#072649 #090749 #074749

Monochromatic Colors of #072649

#072649

Complementary Color

#072649 #492a07

#072649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072649 Color CSS Codes

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

#072649 Text Font Color

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

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


#072649 Background Color

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

This div background color is #072649


#072649 Border Color

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

This div border color is #072649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072649


Comments

No comments written yet.

Please login to write comment.