Color Hex Logo

#0d055c Color Hex

#0D055C
(13,5,92)
0 Favorites   0 Comments

Color spaces of #0d055c

RGB 13592
HSL0.680.900.19
HSV246°95°36°
CMYK 0.860.950.00   0.64
XYZ2.15200.966810.1984
Yxy0.96680.16160.0726
Hunter Lab9.832621.8601-54.6129
CIE-Lab8.711834.9344-48.2217

#0d055c color RGB value is (13,5,92).

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

The process color (four color CMYK) of #0d055c color hex is 0.86, 0.95, 0.00, 0.64. Web safe color of #0d055c is #000066. Color #0d055c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000101 01011100
Octal 15 5 134
Decimal 13 5 92
Hex D 5 5C

RGB Percentages of Color #0d055c

%11.82
%4.55
%83.64

CMYK Percentages of Color #0d055c

%86
%95
%0
%64

Triadic Colors of #0d055c

#0d055c #5c0d05 #055c0d

Analogous Colors of #0d055c

#0d055c #38055c #05295c

Monochromatic Colors of #0d055c

#0d055c

Complementary Color

#0d055c #545c05

#0d055c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d055c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d055c Color CSS Codes

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

#0d055c Text Font Color

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

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


#0d055c Background Color

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

This div background color is #0d055c


#0d055c Border Color

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

This div border color is #0d055c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d055c


Comments

No comments written yet.

Please login to write comment.