Color Hex Logo

#0d053d Color Hex

#0D053D
(13,5,61)
0 Favorites   0 Comments

Color spaces of #0d053d

RGB 13561
HSL0.690.850.13
HSV249°92°24°
CMYK 0.790.920.00   0.76
XYZ1.06260.53104.4614
Yxy0.53100.17550.0877
Hunter Lab7.287013.2770-31.1990
CIE-Lab4.796522.1614-33.0939

#0d053d color RGB value is (13,5,61).

#0d053d hex color red value is 13, green value is 5 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0d053d hue: 0.69 , saturation: 0.85 and the lightness value of 0d053d is 0.13.

The process color (four color CMYK) of #0d053d color hex is 0.79, 0.92, 0.00, 0.76. Web safe color of #0d053d is #000033. Color #0d053d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000101 00111101
Octal 15 5 75
Decimal 13 5 61
Hex D 5 3D

RGB Percentages of Color #0d053d

%16.46
%6.33
%77.22

CMYK Percentages of Color #0d053d

%79
%92
%0
%76

Triadic Colors of #0d053d

#0d053d #3d0d05 #053d0d

Analogous Colors of #0d053d

#0d053d #29053d #05193d

Monochromatic Colors of #0d053d

#0d053d

Complementary Color

#0d053d #353d05

#0d053d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d053d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d053d Color CSS Codes

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

#0d053d Text Font Color

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

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


#0d053d Background Color

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

This div background color is #0d053d


#0d053d Border Color

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

This div border color is #0d053d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d053d


Comments

No comments written yet.

Please login to write comment.