Color Hex Logo

#072466 Color Hex

#072466
(7,36,102)
0 Favorites   0 Comments

Color spaces of #072466

RGB 736102
HSL0.620.870.21
HSV222°93°40°
CMYK 0.930.650.00   0.60
XYZ3.11682.266212.8435
Yxy2.26620.17100.1243
Hunter Lab15.053910.6128-40.0466
CIE-Lab16.826518.5460-41.4881

#072466 color RGB value is (7,36,102).

#072466 hex color red value is 7, green value is 36 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #072466 hue: 0.62 , saturation: 0.87 and the lightness value of 072466 is 0.21.

The process color (four color CMYK) of #072466 color hex is 0.93, 0.65, 0.00, 0.60. Web safe color of #072466 is #003366. Color #072466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 01100110
Octal 7 44 146
Decimal 7 36 102
Hex 7 24 66

RGB Percentages of Color #072466

%4.83
%24.83
%70.34

CMYK Percentages of Color #072466

%93
%65
%0
%60

Triadic Colors of #072466

#072466 #660724 #246607

Analogous Colors of #072466

#072466 #1a0766 #075366

Monochromatic Colors of #072466

#072466

Complementary Color

#072466 #664907

#072466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072466 Color CSS Codes

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

#072466 Text Font Color

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

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


#072466 Background Color

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

This div background color is #072466


#072466 Border Color

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

This div border color is #072466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072466


Comments

No comments written yet.

Please login to write comment.