Shades of Smalt #003096
Tints of Smalt #003096
RGB
CMYK
RGB Variations
Color information
#003096 (or 0x003096) is known color: Smalt. HEX triplet: 00, 30 and 96. RGB value is (0,48,150). Sum of RGB (Red+Green+Blue) = 0+48+150=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #003096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003096 is #FFCF69. Grayscale: #2C2C2C. Windows color (decimal): -16764778 or 9842688. OLE color: 9842688.
HSL color Cylindrical-coordinate representation of color #003096: hue angle of 220.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003096 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 48 | 150 | - |
| CMYK | 1 | 0.68 | 0 | 0.41 |
| HSL | 220.8º | 1% | 0.29% | - |
| HSV(B) | 220.8º | 1% | 0.59% | - |
| XYZ | 6.56 | 4.32 | 29.34 | - |
| YUV | 45.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 150 | 1 | 0.68 | 0 | 0.41 | 220.8 | 1 | 0.29 |
| Hex | 0 | 30 | 96 | 64 | 44 | 0 | 29 | DD | 64 | 1D |
| Octal | 0 | 60 | 226 | 144 | 104 | 0 | 51 | 335 | 144 | 35 |
| Binary | 0 | 110000 | 10010110 | 1100100 | 1000100 | 0 | 101001 | 11011101 | 1100100 | 11101 |
Color Harmonies of #003096
Complementary color
Monochromatic Colors of #003096
Black with #003096
Text Example
Text Example
White with #003096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003096; }
p { color: rgb(0,48,150); }
H1.HeaderClassName
{
color: #003096;
}
.AnyTagClassName
{
color: #003096;
}
</style>
background-color css
<style>
a { background-color: #003096; }
a { background-color: rgb(0,48,150); }
div.DivClassName
{
background-color: #003096;
}
.BgClassName
{
background-color: #003096;
}
</style>
border-color css
<style>
span { border-color: #003096; }
span { border-color: rgb(0,48,150); }
td.TdClassName
{
border-color: #003096;
}
.TagClassName
{
border-color: #003096;
}
</style>