Color Hex Logo

#0d065c Color Hex

#0D065C
(13,6,92)
0 Favorites   0 Comments

Color spaces of #0d065c

RGB 13692
HSL0.680.880.19
HSV245°93°36°
CMYK 0.860.930.00   0.64
XYZ2.16290.988510.2020
Yxy0.98850.16200.0740
Hunter Lab9.942321.4326-53.8789
CIE-Lab8.895334.3818-47.9160

#0d065c color RGB value is (13,6,92).

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

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

Base Numbers

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

RGB Percentages of Color #0d065c

%11.71
%5.41
%82.88

CMYK Percentages of Color #0d065c

%86
%93
%0
%64

Triadic Colors of #0d065c

#0d065c #5c0d06 #065c0d

Analogous Colors of #0d065c

#0d065c #38065c #062a5c

Monochromatic Colors of #0d065c

#0d065c

Complementary Color

#0d065c #555c06

#0d065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d065c Color CSS Codes

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

#0d065c Text Font Color

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

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


#0d065c Background Color

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

This div background color is #0d065c


#0d065c Border Color

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

This div border color is #0d065c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,6,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 #0d065c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d065c


Comments

No comments written yet.

Please login to write comment.