Shades of Smalt #093194
Tints of Smalt #093194
RGB
CMYK
RGB Variations
Color information
#093194 (or 0x093194) is known color: Smalt. HEX triplet: 09, 31 and 94. RGB value is (9,49,148). Sum of RGB (Red+Green+Blue) = 9+49+148=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #093194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093194 is #F6CE6B. Grayscale: #2F2F2F. Windows color (decimal): -16174700 or 9711881. OLE color: 9711881.
HSL color Cylindrical-coordinate representation of color #093194: hue angle of 222.73º 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 #093194 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 49 | 148 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.42 |
| HSL | 222.73º | 0.89% | 0.31% | - |
| HSV(B) | 222.73º | 0.94% | 0.58% | - |
| XYZ | 6.56 | 4.39 | 28.52 | - |
| YUV | 48.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 148 | 0.94 | 0.67 | 0 | 0.42 | 222.73 | 0.89 | 0.31 |
| Hex | 9 | 31 | 94 | 5E | 43 | 0 | 2A | DF | 59 | 1F |
| Octal | 11 | 61 | 224 | 136 | 103 | 0 | 52 | 337 | 131 | 37 |
| Binary | 1001 | 110001 | 10010100 | 1011110 | 1000011 | 0 | 101010 | 11011111 | 1011001 | 11111 |
Color Harmonies of #093194
Complementary color
Monochromatic Colors of #093194
Black with #093194
Text Example
Text Example
White with #093194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093194; }
p { color: rgb(9,49,148); }
H1.HeaderClassName
{
color: #093194;
}
.AnyTagClassName
{
color: #093194;
}
</style>
background-color css
<style>
a { background-color: #093194; }
a { background-color: rgb(9,49,148); }
div.DivClassName
{
background-color: #093194;
}
.BgClassName
{
background-color: #093194;
}
</style>
border-color css
<style>
span { border-color: #093194; }
span { border-color: rgb(9,49,148); }
td.TdClassName
{
border-color: #093194;
}
.TagClassName
{
border-color: #093194;
}
</style>