Color Hex Logo

#0d1327 Color Hex

#0D1327
(13,19,39)
0 Favorites   0 Comments

Color spaces of #0d1327

RGB 131939
HSL0.630.500.10
HSV226°67°15°
CMYK 0.670.510.00   0.85
XYZ0.76510.69782.0138
Yxy0.69780.22010.2007
Hunter Lab8.35341.7305-8.4459
CIE-Lab6.30324.1727-14.4373

#0d1327 color RGB value is (13,19,39).

#0d1327 hex color red value is 13, green value is 19 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #0d1327 hue: 0.63 , saturation: 0.50 and the lightness value of 0d1327 is 0.10.

The process color (four color CMYK) of #0d1327 color hex is 0.67, 0.51, 0.00, 0.85. Web safe color of #0d1327 is #000033. Color #0d1327 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010011 00100111
Octal 15 23 47
Decimal 13 19 39
Hex D 13 27

RGB Percentages of Color #0d1327

%18.31
%26.76
%54.93

CMYK Percentages of Color #0d1327

%67
%51
%0
%85

Triadic Colors of #0d1327

#0d1327 #270d13 #13270d

Analogous Colors of #0d1327

#0d1327 #140d27 #0d2027

Monochromatic Colors of #0d1327

#0d1327

Complementary Color

#0d1327 #27210d

#0d1327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1327 Color CSS Codes

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

#0d1327 Text Font Color

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

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


#0d1327 Background Color

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

This div background color is #0d1327


#0d1327 Border Color

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

This div border color is #0d1327


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,19,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1327


Comments

No comments written yet.

Please login to write comment.