Shades of Smalt #093994
Tints of Smalt #093994
RGB
CMYK
RGB Variations
Color information
#093994 (or 0x093994) is known color: Smalt. HEX triplet: 09, 39 and 94. RGB value is (9,57,148). Sum of RGB (Red+Green+Blue) = 9+57+148=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #093994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093994 is #F6C66B. Grayscale: #343434. Windows color (decimal): -16172652 or 9713929. OLE color: 9713929.
HSL color Cylindrical-coordinate representation of color #093994: hue angle of 219.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093994 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 57 | 148 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.42 |
| HSL | 219.28º | 0.89% | 0.31% | - |
| HSV(B) | 219.28º | 0.94% | 0.58% | - |
| XYZ | 6.92 | 5.12 | 28.64 | - |
| YUV | 53.02 | 181.6 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 148 | 0.94 | 0.61 | 0 | 0.42 | 219.28 | 0.89 | 0.31 |
| Hex | 9 | 39 | 94 | 5E | 3D | 0 | 2A | DB | 59 | 1F |
| Octal | 11 | 71 | 224 | 136 | 75 | 0 | 52 | 333 | 131 | 37 |
| Binary | 1001 | 111001 | 10010100 | 1011110 | 111101 | 0 | 101010 | 11011011 | 1011001 | 11111 |
Color Harmonies of #093994
Complementary color
Monochromatic Colors of #093994
Black with #093994
Text Example
Text Example
White with #093994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093994; }
p { color: rgb(9,57,148); }
H1.HeaderClassName
{
color: #093994;
}
.AnyTagClassName
{
color: #093994;
}
</style>
background-color css
<style>
a { background-color: #093994; }
a { background-color: rgb(9,57,148); }
div.DivClassName
{
background-color: #093994;
}
.BgClassName
{
background-color: #093994;
}
</style>
border-color css
<style>
span { border-color: #093994; }
span { border-color: rgb(9,57,148); }
td.TdClassName
{
border-color: #093994;
}
.TagClassName
{
border-color: #093994;
}
</style>