Color Hex Logo

#07187f Color Hex

#07187F
(7,24,127)
0 Favorites   0 Comments

Color spaces of #07187f

RGB 724127
HSL0.640.900.26
HSV232°94°50°
CMYK 0.940.810.00   0.50
XYZ4.24502.230720.2855
Yxy2.23070.15860.0834
Hunter Lab14.935524.5964-70.0731
CIE-Lab16.654136.6478-57.9276

#07187f color RGB value is (7,24,127).

#07187f hex color red value is 7, green value is 24 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #07187f hue: 0.64 , saturation: 0.90 and the lightness value of 07187f is 0.26.

The process color (four color CMYK) of #07187f color hex is 0.94, 0.81, 0.00, 0.50. Web safe color of #07187f is #000066. Color #07187f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011000 01111111
Octal 7 30 177
Decimal 7 24 127
Hex 7 18 7F

RGB Percentages of Color #07187f

%4.43
%15.19
%80.38

CMYK Percentages of Color #07187f

%94
%81
%0
%50

Triadic Colors of #07187f

#07187f #7f0718 #187f07

Analogous Colors of #07187f

#07187f #32077f #07547f

Monochromatic Colors of #07187f

#07187f

Complementary Color

#07187f #7f6e07

#07187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07187f Color CSS Codes

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

#07187f Text Font Color

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

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


#07187f Background Color

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

This div background color is #07187f


#07187f Border Color

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

This div border color is #07187f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,24,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07187f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07187f;
  -webkit-box-shadow: 1px 1px 3px 2px #07187f;
  box-shadow:         1px 1px 3px 2px #07187f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07187f


Comments

No comments written yet.

Please login to write comment.