Color Hex Logo

#00181d Color Hex

#00181D
(0,24,29)
0 Favorites   0 Comments

Color spaces of #00181d

RGB 02429
HSL0.531.000.06
HSV190°100°11°
CMYK 1.000.170.00   0.89
XYZ0.54840.74201.2767
Yxy0.74200.21360.2890
Hunter Lab8.6139-3.7103-2.7578
CIE-Lab6.7024-6.4251-6.2945

#00181d color RGB value is (0,24,29).

#00181d hex color red value is 0, green value is 24 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #00181d hue: 0.53 , saturation: 1.00 and the lightness value of 00181d is 0.06.

The process color (four color CMYK) of #00181d color hex is 1.00, 0.17, 0.00, 0.89. Web safe color of #00181d is #000033. Color #00181d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 00011101
Octal 0 30 35
Decimal 0 24 29
Hex 0 18 1D

RGB Percentages of Color #00181d

%0.00
%45.28
%54.72

CMYK Percentages of Color #00181d

%100
%17
%0
%89

Triadic Colors of #00181d

#00181d #1d0018 #181d00

Analogous Colors of #00181d

#00181d #000a1d #001d14

Monochromatic Colors of #00181d

#00181d

Complementary Color

#00181d #1d0500

#00181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00181d Color CSS Codes

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

#00181d Text Font Color

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

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


#00181d Background Color

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

This div background color is #00181d


#00181d Border Color

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

This div border color is #00181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00181d


Comments

No comments written yet.

Please login to write comment.