#00007D Deep Blue
#00007D (Deep Blue) RGB value is (0, 0, 125).
Red value is 0, green value is 0, and blue value is 125.
Cylindrical-coordinate representations (HSL) of color #00007D: hue: 240°, saturation: 100%, and lightness: 24.5%.
Process color (CMYK) of #00007D is 100%, 100%, 0%, 51%. Web safe color equivalent of #00007D is ##000066. Color #00007D contains mainly Blue.
Color Spaces
| Color spaces of #00007D | Value |
|---|---|
| RGB | 0, 0, 125 |
| HSL | 240°, 100%, 24.5% |
| HSV / HSB | 240°, 100%, 49% |
| CMYK | 100%, 100%, 0%, 51% |
| XYZ | 3.7, 1.48, 19.49 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000000 | 00000000 | 01111101 |
| Octal | 000 | 000 | 175 |
| Decimal | 0 | 0 | 125 |
| Hex | 00 | 00 | 7D |
Shades of #00007D
Tints of #00007D
.mybgColor { background-color: #00007D; }
.myforeColor { color: #00007D; }
.myborderColor { border: 3px solid #00007D; }
<p style="color:#00007D">Text here</p>
This sample text is styled with font color #00007D. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#00007D">Div content here</div>
<div style="border:3px solid #00007D">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 0, 125, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #00007D; }
.divShadow { -moz-box-shadow: 1px 1px 3px #00007D;
-webkit-box-shadow: 1px 1px 3px #00007D;
box-shadow: 1px 1px 3px #00007D; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #00007D (Deep Blue)
Color Overview & Profile: Color #00007D, also known as Deep Blue, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 0% Red (0/255), 0% Green (0/255), and 49% Blue (125/255). The primary color family component is Blue.
Print & Physical Production Specs: For physical print production and offset printing setups, #00007D translates into the CMYK subtractive color model with values of 100% Cyan, 100% Magenta, 0% Yellow, and 51% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 240°, saturation of 100%, and lightness of 24.5%.
Web Accessibility & Design Recommendations: When implementing #00007D in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##000066.
