Color Hex Logo

#072955 Color Hex

#072955
(7,41,85)
0 Favorites   0 Comments

Color spaces of #072955

RGB 74185
HSL0.590.850.18
HSV214°92°33°
CMYK 0.920.520.00   0.67
XYZ2.52032.28698.9029
Yxy2.28690.18380.1668
Hunter Lab15.12253.2842-24.3194
CIE-Lab16.92617.1761-30.0377

#072955 color RGB value is (7,41,85).

#072955 hex color red value is 7, green value is 41 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #072955 hue: 0.59 , saturation: 0.85 and the lightness value of 072955 is 0.18.

The process color (four color CMYK) of #072955 color hex is 0.92, 0.52, 0.00, 0.67. Web safe color of #072955 is #003366. Color #072955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 01010101
Octal 7 51 125
Decimal 7 41 85
Hex 7 29 55

RGB Percentages of Color #072955

%5.26
%30.83
%63.91

CMYK Percentages of Color #072955

%92
%52
%0
%67

Triadic Colors of #072955

#072955 #550729 #295507

Analogous Colors of #072955

#072955 #0c0755 #075055

Monochromatic Colors of #072955

#072955

Complementary Color

#072955 #553307

#072955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072955 Color CSS Codes

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

#072955 Text Font Color

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

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


#072955 Background Color

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

This div background color is #072955


#072955 Border Color

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

This div border color is #072955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072955


Comments

No comments written yet.

Please login to write comment.