In a RGB color space, #000013 hex color is composed of 0% red, 0% green and 7.5% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 100% magenta, 0% yellow and 92.5% black. It has a hue angle of 240 degrees, a saturation of 100% and a lightness of 3.7%. #000013 color hex could be obtained by blending #000026 with #000000. Closest websafe color is: #000000.
The hexadecimal color #000013 has RGB values of R:0, G:0, B:19 and CMYK values of C:1, M:1, Y:0, K:0.93. Its decimal value is 19.
Hex triplet | 000013 | #000013 |
RGB Decimal | 0, 0, 19 | rgb(0,0,19) |
RGB Percent | 0, 0, 7.5 | rgb(0%,0%,7.5%) |
CMYK | 100, 100, 0, 92.5 | |
HSL | 240°, 100, 3.7 | hsl(240,100%,3.7%) |
HSV(HSB) | 240°, 100, 7.5 | |
Web Safe | 000000 | #000 |
XYZ | 0.118, 0.047, 0.619 |
xyY | 0.15, 0.06, 0.047 |
CIE-LAB | 0.425, 2.984, -8.121 |
CIE-LCH | 0.425, 8.652, 290.178 |
CIE-LUV | 0.425, -0.124, -1.714 |
Hunter-Lab | 2.168, 5.882, -15.407 |
Binary | 00000000, 00000000, 00010011 |
Below, you can see some colors close to #000013. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #000013.
<span style="color:#000013">Text here</span>
This paragraph has a background color of #000013.
<p style="background-color:#000013;">Content here</p>
This element has a border color of #000013.
<div style="border:1px #000013;">Content here</div>
.text {color:#000013;}
.background {background-color:#000013;}
.border {border:1px solid #000013;}
.text-shadow {border:1px solid #000013;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000013 is the darkest color, while #fdfdff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #09090a is the less saturated color, while #010112 is the most saturated one.