Color Hex Logo

#0d092a Color Hex

#0D092A
(13,9,42)
0 Favorites   0 Comments

Color spaces of #0d092a

RGB 13942
HSL0.690.650.10
HSV247°79°16°
CMYK 0.690.790.00   0.84
XYZ0.68160.44812.2411
Yxy0.44810.20220.1329
Hunter Lab6.69406.4607-15.1639
CIE-Lab4.047710.4743-20.2456

#0d092a color RGB value is (13,9,42).

#0d092a hex color red value is 13, green value is 9 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0d092a hue: 0.69 , saturation: 0.65 and the lightness value of 0d092a is 0.10.

The process color (four color CMYK) of #0d092a color hex is 0.69, 0.79, 0.00, 0.84. Web safe color of #0d092a is #000033. Color #0d092a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001001 00101010
Octal 15 11 52
Decimal 13 9 42
Hex D 9 2A

RGB Percentages of Color #0d092a

%20.31
%14.06
%65.63

CMYK Percentages of Color #0d092a

%69
%79
%0
%84

Triadic Colors of #0d092a

#0d092a #2a0d09 #092a0d

Analogous Colors of #0d092a

#0d092a #1e092a #09162a

Monochromatic Colors of #0d092a

#0d092a

Complementary Color

#0d092a #262a09

#0d092a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d092a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d092a Color CSS Codes

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

#0d092a Text Font Color

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

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


#0d092a Background Color

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

This div background color is #0d092a


#0d092a Border Color

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

This div border color is #0d092a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d092a


Comments

No comments written yet.

Please login to write comment.