Color Hex Logo

#0a130f Color Hex

#0A130F
(10,19,15)
0 Favorites   0 Comments

Color spaces of #0a130f

RGB 101915
HSL0.430.310.06
HSV153°47°
CMYK 0.470.000.21   0.93
XYZ0.44430.56480.5375
Yxy0.56480.28730.3652
Hunter Lab7.5153-2.59901.0203
CIE-Lab5.1018-3.79021.1081

#0a130f color RGB value is (10,19,15).

#0a130f hex color red value is 10, green value is 19 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #0a130f hue: 0.43 , saturation: 0.31 and the lightness value of 0a130f is 0.06.

The process color (four color CMYK) of #0a130f color hex is 0.47, 0.00, 0.21, 0.93. Web safe color of #0a130f is #000000. Color #0a130f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00010011 00001111
Octal 12 23 17
Decimal 10 19 15
Hex A 13 F

RGB Percentages of Color #0a130f

%22.73
%43.18
%34.09

CMYK Percentages of Color #0a130f

%47
%0
%21
%93

Triadic Colors of #0a130f

#0a130f #0f0a13 #130f0a

Analogous Colors of #0a130f

#0a130f #0a1313 #0a130b

Monochromatic Colors of #0a130f

#0a130f

Complementary Color

#0a130f #130a0e

#0a130f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a130f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a130f Color CSS Codes

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

#0a130f Text Font Color

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

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


#0a130f Background Color

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

This div background color is #0a130f


#0a130f Border Color

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

This div border color is #0a130f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,19,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a130f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a130f;
  -webkit-box-shadow: 1px 1px 3px 2px #0a130f;
  box-shadow:         1px 1px 3px 2px #0a130f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,19,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a130f


Comments

No comments written yet.

Please login to write comment.