Color Hex Logo

#004166 Color Hex

#004166
(0,65,102)
1 Favorites   0 Comments

Color spaces of #004166

RGB 065102
HSL0.561.000.20
HSV202°100°40°
CMYK 1.000.360.00   0.60
XYZ4.28864.739913.2592
Yxy4.73990.19240.2127
Hunter Lab21.7713-2.9382-20.8690
CIE-Lab25.9805-2.9468-26.7522

#004166 color RGB value is (0,65,102).

#004166 hex color red value is 0, green value is 65 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #004166 hue: 0.56 , saturation: 1.00 and the lightness value of 004166 is 0.20.

The process color (four color CMYK) of #004166 color hex is 1.00, 0.36, 0.00, 0.60. Web safe color of #004166 is #003366. Color #004166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000001 01100110
Octal 0 101 146
Decimal 0 65 102
Hex 0 41 66

RGB Percentages of Color #004166

%0.00
%38.92
%61.08

CMYK Percentages of Color #004166

%100
%36
%0
%60

Triadic Colors of #004166

#004166 #660041 #416600

Analogous Colors of #004166

#004166 #000e66 #006658

Monochromatic Colors of #004166

#004166

Complementary Color

#004166 #662500

#004166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004166 Color CSS Codes

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

#004166 Text Font Color

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

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


#004166 Background Color

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

This div background color is #004166


#004166 Border Color

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

This div border color is #004166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,65,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004166;
  -webkit-box-shadow: 1px 1px 3px 2px #004166;
  box-shadow:         1px 1px 3px 2px #004166; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004166


Comments

No comments written yet.

Please login to write comment.