Color Hex Logo

#005170 Color Hex

#005170
(0,81,112)
0 Favorites   0 Comments

Color spaces of #005170

RGB 081112
HSL0.551.000.22
HSV197°100°44°
CMYK 1.000.280.00   0.56
XYZ5.86717.054716.3817
Yxy7.05470.20020.2407
Hunter Lab26.5607-7.0516-17.9755
CIE-Lab31.9311-8.9944-23.7327

#005170 color RGB value is (0,81,112).

#005170 hex color red value is 0, green value is 81 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #005170 hue: 0.55 , saturation: 1.00 and the lightness value of 005170 is 0.22.

The process color (four color CMYK) of #005170 color hex is 1.00, 0.28, 0.00, 0.56. Web safe color of #005170 is #006666. Color #005170 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 01110000
Octal 0 121 160
Decimal 0 81 112
Hex 0 51 70

RGB Percentages of Color #005170

%0.00
%41.97
%58.03

CMYK Percentages of Color #005170

%100
%28
%0
%56

Triadic Colors of #005170

#005170 #700051 #517000

Analogous Colors of #005170

#005170 #001970 #007057

Monochromatic Colors of #005170

#005170

Complementary Color

#005170 #701f00

#005170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005170 Color CSS Codes

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

#005170 Text Font Color

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

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


#005170 Background Color

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

This div background color is #005170


#005170 Border Color

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

This div border color is #005170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005170


Comments

No comments written yet.

Please login to write comment.