In a RGB color space, #00007f hex color is composed of 0% red, 0% green and 49.8% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 100% magenta, 0% yellow and 50.2% black. It has a hue angle of 240 degrees, a saturation of 100% and a lightness of 24.9%. #00007f color hex could be obtained by blending #0000fe with #000000. Closest websafe color is: #000066.
The hexadecimal color #00007f has RGB values of R:0, G:0, B:127 and CMYK values of C:1, M:1, Y:0, K:0.5. Its decimal value is 127.
Hex triplet | 00007f | #00007f |
RGB Decimal | 0, 0, 127 | rgb(0,0,127) |
RGB Percent | 0, 0, 49.8 | rgb(0%,0%,49.8%) |
CMYK | 100, 100, 0, 50.2 | |
HSL | 240°, 100, 24.9 | hsl(240,100%,24.9%) |
HSV(HSB) | 240°, 100, 49.8 | |
Web Safe | 000066 | #006 |
XYZ | 3.831, 1.532, 20.173 |
xyY | 0.15, 0.06, 1.532 |
CIE-LAB | 12.812, 47.24, -64.34 |
CIE-LCH | 12.812, 79.82, 306.287 |
CIE-LUV | 12.812, -3.728, -51.703 |
Hunter-Lab | 12.379, 33.577, -87.955 |
Binary | 00000000, 00000000, 01111111 |
Below, you can see some colors close to #00007f. 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 #00007f.
<span style="color:#00007f">Text here</span>
This paragraph has a background color of #00007f.
<p style="background-color:#00007f;">Content here</p>
This element has a border color of #00007f.
<div style="border:1px #00007f;">Content here</div>
.text {color:#00007f;}
.background {background-color:#00007f;}
.border {border:1px solid #00007f;}
.text-shadow {border:1px solid #00007f;}
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, #000015 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #3f3f40 is the less saturated color, while #05057a is the most saturated one.