Color Hex Logo

#07267f Color Hex

#07267F
(7,38,127)
0 Favorites   0 Comments

Color spaces of #07267f

RGB 738127
HSL0.620.900.26
HSV225°94°50°
CMYK 0.940.700.00   0.50
XYZ4.61152.963720.4077
Yxy2.96370.16480.1059
Hunter Lab17.215417.6880-58.2335
CIE-Lab19.897927.6311-52.5637

#07267f color RGB value is (7,38,127).

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

The process color (four color CMYK) of #07267f color hex is 0.94, 0.70, 0.00, 0.50. Web safe color of #07267f is #003366. Color #07267f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01111111
Octal 7 46 177
Decimal 7 38 127
Hex 7 26 7F

RGB Percentages of Color #07267f

%4.07
%22.09
%73.84

CMYK Percentages of Color #07267f

%94
%70
%0
%50

Triadic Colors of #07267f

#07267f #7f0726 #267f07

Analogous Colors of #07267f

#07267f #24077f #07627f

Monochromatic Colors of #07267f

#07267f

Complementary Color

#07267f #7f6007

#07267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07267f Color CSS Codes

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

#07267f Text Font Color

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

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


#07267f Background Color

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

This div background color is #07267f


#07267f Border Color

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

This div border color is #07267f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,38,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 #07267f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07267f


Comments

No comments written yet.

Please login to write comment.