Color Hex Logo

#0d1559 Color Hex

#0D1559
(13,21,89)
0 Favorites   0 Comments

Color spaces of #0d1559

RGB 132189
HSL0.650.750.20
HSV234°85°35°
CMYK 0.850.760.00   0.65
XYZ2.23731.34329.5925
Yxy1.34320.16980.1020
Hunter Lab11.589714.1763-40.9603
CIE-Lab11.574324.4405-41.4507

#0d1559 color RGB value is (13,21,89).

#0d1559 hex color red value is 13, green value is 21 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #0d1559 hue: 0.65 , saturation: 0.75 and the lightness value of 0d1559 is 0.20.

The process color (four color CMYK) of #0d1559 color hex is 0.85, 0.76, 0.00, 0.65. Web safe color of #0d1559 is #000066. Color #0d1559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010101 01011001
Octal 15 25 131
Decimal 13 21 89
Hex D 15 59

RGB Percentages of Color #0d1559

%10.57
%17.07
%72.36

CMYK Percentages of Color #0d1559

%85
%76
%0
%65

Triadic Colors of #0d1559

#0d1559 #590d15 #15590d

Analogous Colors of #0d1559

#0d1559 #2b0d59 #0d3b59

Monochromatic Colors of #0d1559

#0d1559

Complementary Color

#0d1559 #59510d

#0d1559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1559 Color CSS Codes

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

#0d1559 Text Font Color

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

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


#0d1559 Background Color

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

This div background color is #0d1559


#0d1559 Border Color

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

This div border color is #0d1559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1559


Comments

No comments written yet.

Please login to write comment.