Color Hex Logo

#07155e Color Hex

#07155E
(7,21,94)
0 Favorites   0 Comments

Color spaces of #07155e

RGB 72194
HSL0.640.860.20
HSV230°93°37°
CMYK 0.930.780.00   0.63
XYZ2.37621.389710.7327
Yxy1.38970.16390.0959
Hunter Lab11.788615.3500-45.7276
CIE-Lab11.888925.9905-44.3031

#07155e color RGB value is (7,21,94).

#07155e hex color red value is 7, green value is 21 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #07155e hue: 0.64 , saturation: 0.86 and the lightness value of 07155e is 0.20.

The process color (four color CMYK) of #07155e color hex is 0.93, 0.78, 0.00, 0.63. Web safe color of #07155e is #000066. Color #07155e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 01011110
Octal 7 25 136
Decimal 7 21 94
Hex 7 15 5E

RGB Percentages of Color #07155e

%5.74
%17.21
%77.05

CMYK Percentages of Color #07155e

%93
%78
%0
%63

Triadic Colors of #07155e

#07155e #5e0715 #155e07

Analogous Colors of #07155e

#07155e #25075e #07415e

Monochromatic Colors of #07155e

#07155e

Complementary Color

#07155e #5e5007

#07155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07155e Color CSS Codes

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

#07155e Text Font Color

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

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


#07155e Background Color

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

This div background color is #07155e


#07155e Border Color

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

This div border color is #07155e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,21,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07155e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07155e;
  -webkit-box-shadow: 1px 1px 3px 2px #07155e;
  box-shadow:         1px 1px 3px 2px #07155e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07155e


Comments

No comments written yet.

Please login to write comment.