Shades of Smalt #003093
Tints of Smalt #003093
RGB
CMYK
RGB Variations
Color information
#003093 (or 0x003093) is known color: Smalt. HEX triplet: 00, 30 and 93. RGB value is (0,48,147). Sum of RGB (Red+Green+Blue) = 0+48+147=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #003093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003093 is #FFCF6C. Grayscale: #2C2C2C. Windows color (decimal): -16764781 or 9646080. OLE color: 9646080.
HSL color Cylindrical-coordinate representation of color #003093: hue angle of 220.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003093 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 48 | 147 | - |
| CMYK | 1 | 0.67 | 0 | 0.42 |
| HSL | 220.41º | 1% | 0.29% | - |
| HSV(B) | 220.41º | 1% | 0.58% | - |
| XYZ | 6.32 | 4.22 | 28.09 | - |
| YUV | 44.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 147 | 1 | 0.67 | 0 | 0.42 | 220.41 | 1 | 0.29 |
| Hex | 0 | 30 | 93 | 64 | 43 | 0 | 2A | DC | 64 | 1D |
| Octal | 0 | 60 | 223 | 144 | 103 | 0 | 52 | 334 | 144 | 35 |
| Binary | 0 | 110000 | 10010011 | 1100100 | 1000011 | 0 | 101010 | 11011100 | 1100100 | 11101 |
Color Harmonies of #003093
Complementary color
Monochromatic Colors of #003093
Black with #003093
Text Example
Text Example
White with #003093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003093; }
p { color: rgb(0,48,147); }
H1.HeaderClassName
{
color: #003093;
}
.AnyTagClassName
{
color: #003093;
}
</style>
background-color css
<style>
a { background-color: #003093; }
a { background-color: rgb(0,48,147); }
div.DivClassName
{
background-color: #003093;
}
.BgClassName
{
background-color: #003093;
}
</style>
border-color css
<style>
span { border-color: #003093; }
span { border-color: rgb(0,48,147); }
td.TdClassName
{
border-color: #003093;
}
.TagClassName
{
border-color: #003093;
}
</style>