Color Hex Logo

#0d158a Color Hex

#0D158A
(13,21,138)
0 Favorites   0 Comments

Color spaces of #0d158a

RGB 1321138
HSL0.660.830.30
HSV236°91°54°
CMYK 0.910.850.00   0.46
XYZ5.02162.456924.2543
Yxy2.45690.15820.0774
Hunter Lab15.674529.7552-80.7716
CIE-Lab17.722642.2607-63.0959

#0d158a color RGB value is (13,21,138).

#0d158a hex color red value is 13, green value is 21 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0d158a hue: 0.66 , saturation: 0.83 and the lightness value of 0d158a is 0.30.

The process color (four color CMYK) of #0d158a color hex is 0.91, 0.85, 0.00, 0.46. Web safe color of #0d158a is #000099. Color #0d158a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010101 10001010
Octal 15 25 212
Decimal 13 21 138
Hex D 15 8A

RGB Percentages of Color #0d158a

%7.56
%12.21
%80.23

CMYK Percentages of Color #0d158a

%91
%85
%0
%46

Triadic Colors of #0d158a

#0d158a #8a0d15 #158a0d

Analogous Colors of #0d158a

#0d158a #440d8a #0d548a

Monochromatic Colors of #0d158a

#0d158a

Complementary Color

#0d158a #8a820d

#0d158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d158a Color CSS Codes

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

#0d158a Text Font Color

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

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


#0d158a Background Color

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

This div background color is #0d158a


#0d158a Border Color

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

This div border color is #0d158a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d158a


Comments

No comments written yet.

Please login to write comment.