Color Hex Logo

#0d191d Color Hex

#0D191D
(13,25,29)
0 Favorites   0 Comments

Color spaces of #0d191d

RGB 132529
HSL0.540.380.08
HSV195°55°11°
CMYK 0.550.140.00   0.89
XYZ0.73540.86951.2915
Yxy0.86950.25390.3002
Hunter Lab9.3247-2.2407-1.6846
CIE-Lab7.8541-3.7291-4.4837

#0d191d color RGB value is (13,25,29).

#0d191d hex color red value is 13, green value is 25 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0d191d hue: 0.54 , saturation: 0.38 and the lightness value of 0d191d is 0.08.

The process color (four color CMYK) of #0d191d color hex is 0.55, 0.14, 0.00, 0.89. Web safe color of #0d191d is #000033. Color #0d191d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011001 00011101
Octal 15 31 35
Decimal 13 25 29
Hex D 19 1D

RGB Percentages of Color #0d191d

%19.40
%37.31
%43.28

CMYK Percentages of Color #0d191d

%55
%14
%0
%89

Triadic Colors of #0d191d

#0d191d #1d0d19 #191d0d

Analogous Colors of #0d191d

#0d191d #0d111d #0d1d19

Monochromatic Colors of #0d191d

#0d191d

Complementary Color

#0d191d #1d110d

#0d191d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d191d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d191d Color CSS Codes

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

#0d191d Text Font Color

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

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


#0d191d Background Color

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

This div background color is #0d191d


#0d191d Border Color

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

This div border color is #0d191d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d191d


Comments

No comments written yet.

Please login to write comment.