Color Hex Logo

#074869 Color Hex

#074869
(7,72,105)
0 Favorites   0 Comments

Color spaces of #074869

RGB 772105
HSL0.560.880.22
HSV200°93°41°
CMYK 0.930.310.00   0.59
XYZ4.95485.699814.2036
Yxy5.69980.19930.2293
Hunter Lab23.8743-4.7345-18.5616
CIE-Lab28.6421-5.6419-24.4631

#074869 color RGB value is (7,72,105).

#074869 hex color red value is 7, green value is 72 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #074869 hue: 0.56 , saturation: 0.88 and the lightness value of 074869 is 0.22.

The process color (four color CMYK) of #074869 color hex is 0.93, 0.31, 0.00, 0.59. Web safe color of #074869 is #003366. Color #074869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001000 01101001
Octal 7 110 151
Decimal 7 72 105
Hex 7 48 69

RGB Percentages of Color #074869

%3.80
%39.13
%57.07

CMYK Percentages of Color #074869

%93
%31
%0
%59

Triadic Colors of #074869

#074869 #690748 #486907

Analogous Colors of #074869

#074869 #071769 #076959

Monochromatic Colors of #074869

#074869

Complementary Color

#074869 #692807

#074869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074869 Color CSS Codes

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

#074869 Text Font Color

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

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


#074869 Background Color

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

This div background color is #074869


#074869 Border Color

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

This div border color is #074869


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,72,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074869; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074869;
  -webkit-box-shadow: 1px 1px 3px 2px #074869;
  box-shadow:         1px 1px 3px 2px #074869; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074869


Comments

No comments written yet.

Please login to write comment.