color codes Logo

#07177c color codes

#07177C
(7,23,124)
0 Favorites   0 Comments

Color spaces of #07177c

RGB 723124
HSL0.640.890.26
HSV232°94°49°
CMYK 0.940.810.00   0.51
XYZ4.03212.113219.2642
Yxy2.11320.15870.0832
Hunter Lab14.536824.0712-68.3952
CIE-Lab16.070436.1471-56.9839

#07177c color RGB value is (7,23,124).

#07177c hex color red value is 7, green value is 23 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #07177c hue: 0.64 , saturation: 0.89 and the lightness value of 07177c is 0.26.

The process color (four color CMYK) of #07177c color code is 0.94, 0.81, 0.00, 0.51. Web safe color of #07177c is #000066. Color #07177c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010111 01111100
Octal 7 27 174
Decimal 7 23 124
Hex 7 17 7C

RGB Percentages of Color #07177c

%4.55
%14.94
%80.52

CMYK Percentages of Color #07177c

%94
%81
%0
%51

Triadic Colors of #07177c

#07177c #7c0717 #177c07

Analogous Colors of #07177c

#07177c #32077c #07517c

Monochromatic Colors of #07177c

#07177c

Complementary Color

#07177c #7c6c07

#07177c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07177c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07177c Color CSS Codes

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

#07177c Text Font Color

<p style="color:#07177c">Text here</p>

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


#07177c Background Color

<div style="background-color:#07177c">
Div content here</div>

This div background color is #07177c


#07177c Border Color

<div style="border:3px solid #07177c">
Div here</div>

This div border color is #07177c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,23,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07177c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07177c;
  -webkit-box-shadow: 1px 1px 3px 2px #07177c;
  box-shadow:         1px 1px 3px 2px #07177c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07177c


Comments

No comments written yet.

Please login to write comment.