Shades of Smalt #003F99
Tints of Smalt #003F99
RGB
CMYK
RGB Variations
Color information
#003F99 (or 0x003F99) is known color: Smalt. HEX triplet: 00, 3F and 99. RGB value is (0,63,153). Sum of RGB (Red+Green+Blue) = 0+63+153=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #003F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F99 is #FFC066. Grayscale: #363636. Windows color (decimal): -16760935 or 10043136. OLE color: 10043136.
HSL color Cylindrical-coordinate representation of color #003F99: hue angle of 215.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F99 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 63 | 153 | - |
| CMYK | 1 | 0.59 | 0 | 0.4 |
| HSL | 215.29º | 1% | 0.3% | - |
| HSV(B) | 215.29º | 1% | 0.6% | - |
| XYZ | 7.53 | 5.85 | 30.87 | - |
| YUV | 54.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 153 | 1 | 0.59 | 0 | 0.4 | 215.29 | 1 | 0.3 |
| Hex | 0 | 3F | 99 | 64 | 3B | 0 | 28 | D7 | 64 | 1E |
| Octal | 0 | 77 | 231 | 144 | 73 | 0 | 50 | 327 | 144 | 36 |
| Binary | 0 | 111111 | 10011001 | 1100100 | 111011 | 0 | 101000 | 11010111 | 1100100 | 11110 |
Color Harmonies of #003F99
Complementary color
Monochromatic Colors of #003F99
Black with #003F99
Text Example
Text Example
White with #003F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F99; }
p { color: rgb(0,63,153); }
H1.HeaderClassName
{
color: #003F99;
}
.AnyTagClassName
{
color: #003F99;
}
</style>
background-color css
<style>
a { background-color: #003F99; }
a { background-color: rgb(0,63,153); }
div.DivClassName
{
background-color: #003F99;
}
.BgClassName
{
background-color: #003F99;
}
</style>
border-color css
<style>
span { border-color: #003F99; }
span { border-color: rgb(0,63,153); }
td.TdClassName
{
border-color: #003F99;
}
.TagClassName
{
border-color: #003F99;
}
</style>