Color Hex Logo

#00172d Color Hex

#00172D
(0,23,45)
0 Favorites   0 Comments

Color spaces of #00172d

RGB 02345
HSL0.581.000.09
HSV209°100°18°
CMYK 1.000.490.00   0.82
XYZ0.78010.80232.5964
Yxy0.80230.18670.1920
Hunter Lab8.9571-0.1289-10.9164
CIE-Lab7.24710.7184-17.4849

#00172d color RGB value is (0,23,45).

#00172d hex color red value is 0, green value is 23 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #00172d hue: 0.58 , saturation: 1.00 and the lightness value of 00172d is 0.09.

The process color (four color CMYK) of #00172d color hex is 1.00, 0.49, 0.00, 0.82. Web safe color of #00172d is #000033. Color #00172d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010111 00101101
Octal 0 27 55
Decimal 0 23 45
Hex 0 17 2D

RGB Percentages of Color #00172d

%0.00
%33.82
%66.18

CMYK Percentages of Color #00172d

%100
%49
%0
%82

Triadic Colors of #00172d

#00172d #2d0017 #172d00

Analogous Colors of #00172d

#00172d #00012d #002d2d

Monochromatic Colors of #00172d

#00172d

Complementary Color

#00172d #2d1600

#00172d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00172d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00172d Color CSS Codes

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

#00172d Text Font Color

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

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


#00172d Background Color

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

This div background color is #00172d


#00172d Border Color

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

This div border color is #00172d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,23,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00172d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00172d;
  -webkit-box-shadow: 1px 1px 3px 2px #00172d;
  box-shadow:         1px 1px 3px 2px #00172d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00172d


Comments

No comments written yet.

Please login to write comment.