Color Hex Logo

#0d121e Color Hex

#0D121E
(13,18,30)
0 Favorites   0 Comments

Color spaces of #0d121e

RGB 131830
HSL0.620.400.08
HSV222°57°12°
CMYK 0.570.400.00   0.88
XYZ0.61660.61191.3139
Yxy0.61190.24250.2407
Hunter Lab7.82240.3810-4.4830
CIE-Lab5.52721.4340-8.7578

#0d121e color RGB value is (13,18,30).

#0d121e hex color red value is 13, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0d121e hue: 0.62 , saturation: 0.40 and the lightness value of 0d121e is 0.08.

The process color (four color CMYK) of #0d121e color hex is 0.57, 0.40, 0.00, 0.88. Web safe color of #0d121e is #000033. Color #0d121e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010010 00011110
Octal 15 22 36
Decimal 13 18 30
Hex D 12 1E

RGB Percentages of Color #0d121e

%21.31
%29.51
%49.18

CMYK Percentages of Color #0d121e

%57
%40
%0
%88

Triadic Colors of #0d121e

#0d121e #1e0d12 #121e0d

Analogous Colors of #0d121e

#0d121e #110d1e #0d1b1e

Monochromatic Colors of #0d121e

#0d121e

Complementary Color

#0d121e #1e190d

#0d121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d121e Color CSS Codes

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

#0d121e Text Font Color

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

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


#0d121e Background Color

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

This div background color is #0d121e


#0d121e Border Color

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

This div border color is #0d121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d121e


Comments

No comments written yet.

Please login to write comment.