#003399 Smalt
#003399 (Smalt) RGB value is (0, 51, 153).
Red value is 0, green value is 51, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #003399: hue: 220°, saturation: 100%, and lightness: 30%.
Process color (CMYK) of #003399 is 100%, 66.7%, 0%, 40%. Web safe color equivalent of #003399 is ##003399. Color #003399 contains mainly Blue.
Color Spaces
| Color spaces of #003399 | Value |
|---|---|
| RGB | 0, 51, 153 |
| HSL | 220°, 100%, 30% |
| HSV / HSB | 220°, 100%, 60% |
| CMYK | 100%, 66.7%, 0%, 40% |
| XYZ | 6.93, 4.67, 30.67 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000000 | 00110011 | 10011001 |
| Octal | 000 | 063 | 231 |
| Decimal | 0 | 51 | 153 |
| Hex | 00 | 33 | 99 |
Shades of #003399
Tints of #003399
.mybgColor { background-color: #003399; }
.myforeColor { color: #003399; }
.myborderColor { border: 3px solid #003399; }
<p style="color:#003399">Text here</p>
This sample text is styled with font color #003399. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#003399">Div content here</div>
<div style="border:3px solid #003399">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 51, 153, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #003399; }
.divShadow { -moz-box-shadow: 1px 1px 3px #003399;
-webkit-box-shadow: 1px 1px 3px #003399;
box-shadow: 1px 1px 3px #003399; }
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 #003399 (Smalt)
Color Overview & Profile: Color #003399, also known as Smalt, 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), 20% Green (51/255), and 60% Blue (153/255). The primary color family component is Blue.
Print & Physical Production Specs: For physical print production and offset printing setups, #003399 translates into the CMYK subtractive color model with values of 100% Cyan, 66.7% Magenta, 0% Yellow, and 40% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 220°, saturation of 100%, and lightness of 30%.
Web Accessibility & Design Recommendations: When implementing #003399 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 ##003399.
