Color Hex Logo

#07135d Color Hex

#07135D
(7,19,93)
0 Favorites   0 Comments

Color spaces of #07135d

RGB 71993
HSL0.640.860.20
HSV232°92°36°
CMYK 0.920.800.00   0.64
XYZ2.29631.301210.4861
Yxy1.30120.16300.0924
Hunter Lab11.407015.9708-46.5185
CIE-Lab11.283926.9411-44.6332

#07135d color RGB value is (7,19,93).

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

The process color (four color CMYK) of #07135d color hex is 0.92, 0.80, 0.00, 0.64. Web safe color of #07135d is #000066. Color #07135d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010011 01011101
Octal 7 23 135
Decimal 7 19 93
Hex 7 13 5D

RGB Percentages of Color #07135d

%5.88
%15.97
%78.15

CMYK Percentages of Color #07135d

%92
%80
%0
%64

Triadic Colors of #07135d

#07135d #5d0713 #135d07

Analogous Colors of #07135d

#07135d #26075d #073e5d

Monochromatic Colors of #07135d

#07135d

Complementary Color

#07135d #5d5107

#07135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07135d Color CSS Codes

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

#07135d Text Font Color

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

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


#07135d Background Color

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

This div background color is #07135d


#07135d Border Color

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

This div border color is #07135d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,19,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07135d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07135d;
  -webkit-box-shadow: 1px 1px 3px 2px #07135d;
  box-shadow:         1px 1px 3px 2px #07135d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07135d


Comments

No comments written yet.

Please login to write comment.