Color Hex Logo

#0d056a Color Hex

#0D056A
(13,5,106)
0 Favorites   0 Comments

Color spaces of #0d056a

RGB 135106
HSL0.680.910.22
HSV245°95°42°
CMYK 0.880.950.00   0.58
XYZ2.82181.234713.7253
Yxy1.23470.15870.0694
Hunter Lab11.111725.8843-65.4575
CIE-Lab10.810939.2576-54.0549

#0d056a color RGB value is (13,5,106).

#0d056a hex color red value is 13, green value is 5 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #0d056a hue: 0.68 , saturation: 0.91 and the lightness value of 0d056a is 0.22.

The process color (four color CMYK) of #0d056a color hex is 0.88, 0.95, 0.00, 0.58. Web safe color of #0d056a is #000066. Color #0d056a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000101 01101010
Octal 15 5 152
Decimal 13 5 106
Hex D 5 6A

RGB Percentages of Color #0d056a

%10.48
%4.03
%85.48

CMYK Percentages of Color #0d056a

%88
%95
%0
%58

Triadic Colors of #0d056a

#0d056a #6a0d05 #056a0d

Analogous Colors of #0d056a

#0d056a #3f056a #05306a

Monochromatic Colors of #0d056a

#0d056a

Complementary Color

#0d056a #626a05

#0d056a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d056a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d056a Color CSS Codes

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

#0d056a Text Font Color

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

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


#0d056a Background Color

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

This div background color is #0d056a


#0d056a Border Color

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

This div border color is #0d056a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d056a


Comments

No comments written yet.

Please login to write comment.