Color Hex Logo

#07519b Color Hex

#07519B
(7,81,155)
0 Favorites   0 Comments

Color spaces of #07519b

RGB 781155
HSL0.580.910.32
HSV210°95°61°
CMYK 0.950.480.00   0.39
XYZ8.94648.296632.1402
Yxy8.29660.18120.1680
Hunter Lab28.80385.0350-45.9950
CIE-Lab34.59319.3696-45.9363

#07519b color RGB value is (7,81,155).

#07519b hex color red value is 7, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #07519b hue: 0.58 , saturation: 0.91 and the lightness value of 07519b is 0.32.

The process color (four color CMYK) of #07519b color hex is 0.95, 0.48, 0.00, 0.39. Web safe color of #07519b is #006699. Color #07519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010001 10011011
Octal 7 121 233
Decimal 7 81 155
Hex 7 51 9B

RGB Percentages of Color #07519b

%2.88
%33.33
%63.79

CMYK Percentages of Color #07519b

%95
%48
%0
%39

Triadic Colors of #07519b

#07519b #9b0751 #519b07

Analogous Colors of #07519b

#07519b #07079b #079b9b

Monochromatic Colors of #07519b

#07519b

Complementary Color

#07519b #9b5107

#07519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07519b Color CSS Codes

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

#07519b Text Font Color

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

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


#07519b Background Color

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

This div background color is #07519b


#07519b Border Color

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

This div border color is #07519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07519b


Comments

No comments written yet.

Please login to write comment.