Color Hex Logo

#00074a Color Hex

#00074A
(0,7,74)
0 Favorites   0 Comments

Color spaces of #00074a

RGB 0774
HSL0.651.000.15
HSV234°100°29°
CMYK 1.000.910.00   0.71
XYZ1.31200.64646.5342
Yxy0.64640.15450.0761
Hunter Lab8.039915.0589-42.5583
CIE-Lab5.838925.8081-40.6490

#00074a color RGB value is (0,7,74).

#00074a hex color red value is 0, green value is 7 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #00074a hue: 0.65 , saturation: 1.00 and the lightness value of 00074a is 0.15.

The process color (four color CMYK) of #00074a color hex is 1.00, 0.91, 0.00, 0.71. Web safe color of #00074a is #000033. Color #00074a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 01001010
Octal 0 7 112
Decimal 0 7 74
Hex 0 7 4A

RGB Percentages of Color #00074a

%0.00
%8.64
%91.36

CMYK Percentages of Color #00074a

%100
%91
%0
%71

Triadic Colors of #00074a

#00074a #4a0007 #074a00

Analogous Colors of #00074a

#00074a #1e004a #002c4a

Monochromatic Colors of #00074a

#00074a

Complementary Color

#00074a #4a4300

#00074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00074a Color CSS Codes

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

#00074a Text Font Color

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

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


#00074a Background Color

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

This div background color is #00074a


#00074a Border Color

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

This div border color is #00074a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,7,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00074a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00074a;
  -webkit-box-shadow: 1px 1px 3px 2px #00074a;
  box-shadow:         1px 1px 3px 2px #00074a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00074a

#00074a Color Palettes


Comments

No comments written yet.

Please login to write comment.