Color Hex Logo

#0d1661 Color Hex

#0D1661
(13,22,97)
0 Favorites   0 Comments

Color spaces of #0d1661

RGB 132297
HSL0.650.760.22
HSV234°87°38°
CMYK 0.870.770.00   0.62
XYZ2.61061.522511.4655
Yxy1.52250.16740.0976
Hunter Lab12.339016.1727-46.4556
CIE-Lab12.750426.9347-44.8743

#0d1661 color RGB value is (13,22,97).

#0d1661 hex color red value is 13, green value is 22 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #0d1661 hue: 0.65 , saturation: 0.76 and the lightness value of 0d1661 is 0.22.

The process color (four color CMYK) of #0d1661 color hex is 0.87, 0.77, 0.00, 0.62. Web safe color of #0d1661 is #000066. Color #0d1661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010110 01100001
Octal 15 26 141
Decimal 13 22 97
Hex D 16 61

RGB Percentages of Color #0d1661

%9.85
%16.67
%73.48

CMYK Percentages of Color #0d1661

%87
%77
%0
%62

Triadic Colors of #0d1661

#0d1661 #610d16 #16610d

Analogous Colors of #0d1661

#0d1661 #2e0d61 #0d4061

Monochromatic Colors of #0d1661

#0d1661

Complementary Color

#0d1661 #61580d

#0d1661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1661 Color CSS Codes

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

#0d1661 Text Font Color

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

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


#0d1661 Background Color

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

This div background color is #0d1661


#0d1661 Border Color

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

This div border color is #0d1661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1661


Comments

No comments written yet.

Please login to write comment.