Color Hex Logo

#07235c Color Hex

#07235C
(7,35,92)
0 Favorites   0 Comments

Color spaces of #07235c

RGB 73592
HSL0.610.860.19
HSV220°92°36°
CMYK 0.920.620.00   0.64
XYZ2.62042.019910.3770
Yxy2.01990.17450.1345
Hunter Lab14.21238.0394-33.3415
CIE-Lab15.591314.8778-36.8875

#07235c color RGB value is (7,35,92).

#07235c hex color red value is 7, green value is 35 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #07235c hue: 0.61 , saturation: 0.86 and the lightness value of 07235c is 0.19.

The process color (four color CMYK) of #07235c color hex is 0.92, 0.62, 0.00, 0.64. Web safe color of #07235c is #003366. Color #07235c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100011 01011100
Octal 7 43 134
Decimal 7 35 92
Hex 7 23 5C

RGB Percentages of Color #07235c

%5.22
%26.12
%68.66

CMYK Percentages of Color #07235c

%92
%62
%0
%64

Triadic Colors of #07235c

#07235c #5c0723 #235c07

Analogous Colors of #07235c

#07235c #16075c #074e5c

Monochromatic Colors of #07235c

#07235c

Complementary Color

#07235c #5c4007

#07235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07235c Color CSS Codes

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

#07235c Text Font Color

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

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


#07235c Background Color

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

This div background color is #07235c


#07235c Border Color

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

This div border color is #07235c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07235c


Comments

No comments written yet.

Please login to write comment.