Color Hex Logo

#07155b Color Hex

#07155B
(7,21,91)
0 Favorites   0 Comments

Color spaces of #07155b

RGB 72191
HSL0.640.860.19
HSV230°92°36°
CMYK 0.920.770.00   0.64
XYZ2.24411.336810.0373
Yxy1.33680.16480.0982
Hunter Lab11.562014.4120-43.3779
CIE-Lab11.530524.7746-42.8811

#07155b color RGB value is (7,21,91).

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

The process color (four color CMYK) of #07155b color hex is 0.92, 0.77, 0.00, 0.64. Web safe color of #07155b is #000066. Color #07155b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 01011011
Octal 7 25 133
Decimal 7 21 91
Hex 7 15 5B

RGB Percentages of Color #07155b

%5.88
%17.65
%76.47

CMYK Percentages of Color #07155b

%92
%77
%0
%64

Triadic Colors of #07155b

#07155b #5b0715 #155b07

Analogous Colors of #07155b

#07155b #23075b #073f5b

Monochromatic Colors of #07155b

#07155b

Complementary Color

#07155b #5b4d07

#07155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07155b Color CSS Codes

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

#07155b Text Font Color

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

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


#07155b Background Color

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

This div background color is #07155b


#07155b Border Color

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

This div border color is #07155b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07155b


Comments

No comments written yet.

Please login to write comment.