Color Hex Logo

#00417f Color Hex

#00417F
(0,65,127)
0 Favorites   0 Comments

Color spaces of #00417f

RGB 065127
HSL0.581.000.25
HSV209°100°50°
CMYK 1.000.490.00   0.50
XYZ5.72115.312920.8026
Yxy5.31290.17970.1669
Hunter Lab23.04973.9679-37.3750
CIE-Lab27.60827.9858-40.0037

#00417f color RGB value is (0,65,127).

#00417f hex color red value is 0, green value is 65 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00417f hue: 0.58 , saturation: 1.00 and the lightness value of 00417f is 0.25.

The process color (four color CMYK) of #00417f color hex is 1.00, 0.49, 0.00, 0.50. Web safe color of #00417f is #003366. Color #00417f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000001 01111111
Octal 0 101 177
Decimal 0 65 127
Hex 0 41 7F

RGB Percentages of Color #00417f

%0.00
%33.85
%66.15

CMYK Percentages of Color #00417f

%100
%49
%0
%50

Triadic Colors of #00417f

#00417f #7f0041 #417f00

Analogous Colors of #00417f

#00417f #00017f #007f7e

Monochromatic Colors of #00417f

#00417f

Complementary Color

#00417f #7f3e00

#00417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00417f Color CSS Codes

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

#00417f Text Font Color

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

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


#00417f Background Color

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

This div background color is #00417f


#00417f Border Color

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

This div border color is #00417f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00417f


Comments

No comments written yet.

Please login to write comment.