Shades of Smalt #003090
Tints of Smalt #003090
RGB
CMYK
RGB Variations
Color information
#003090 (or 0x003090) is known color: Smalt. HEX triplet: 00, 30 and 90. RGB value is (0,48,144). Sum of RGB (Red+Green+Blue) = 0+48+144=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #003090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003090 is #FFCF6F. Grayscale: #2C2C2C. Windows color (decimal): -16764784 or 9449472. OLE color: 9449472.
HSL color Cylindrical-coordinate representation of color #003090: hue angle of 220º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003090 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 48 | 144 | - |
| CMYK | 1 | 0.67 | 0 | 0.44 |
| HSL | 220º | 1% | 0.28% | - |
| HSV(B) | 220º | 1% | 0.56% | - |
| XYZ | 6.09 | 4.13 | 26.86 | - |
| YUV | 44.59 | 184.1 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 144 | 1 | 0.67 | 0 | 0.44 | 220 | 1 | 0.28 |
| Hex | 0 | 30 | 90 | 64 | 43 | 0 | 2C | DC | 64 | 1C |
| Octal | 0 | 60 | 220 | 144 | 103 | 0 | 54 | 334 | 144 | 34 |
| Binary | 0 | 110000 | 10010000 | 1100100 | 1000011 | 0 | 101100 | 11011100 | 1100100 | 11100 |
Color Harmonies of #003090
Complementary color
Monochromatic Colors of #003090
Black with #003090
Text Example
Text Example
White with #003090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003090; }
p { color: rgb(0,48,144); }
H1.HeaderClassName
{
color: #003090;
}
.AnyTagClassName
{
color: #003090;
}
</style>
background-color css
<style>
a { background-color: #003090; }
a { background-color: rgb(0,48,144); }
div.DivClassName
{
background-color: #003090;
}
.BgClassName
{
background-color: #003090;
}
</style>
border-color css
<style>
span { border-color: #003090; }
span { border-color: rgb(0,48,144); }
td.TdClassName
{
border-color: #003090;
}
.TagClassName
{
border-color: #003090;
}
</style>