Shades of Smalt #094294
Tints of Smalt #094294
RGB
CMYK
RGB Variations
Color information
#094294 (or 0x094294) is known color: Smalt. HEX triplet: 09, 42 and 94. RGB value is (9,66,148). Sum of RGB (Red+Green+Blue) = 9+66+148=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #094294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094294 is #F6BD6B. Grayscale: #393939. Windows color (decimal): -16170348 or 9716233. OLE color: 9716233.
HSL color Cylindrical-coordinate representation of color #094294: hue angle of 215.4º 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 #094294 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 66 | 148 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.42 |
| HSL | 215.4º | 0.89% | 0.31% | - |
| HSV(B) | 215.4º | 0.94% | 0.58% | - |
| XYZ | 7.41 | 6.09 | 28.8 | - |
| YUV | 58.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 148 | 0.94 | 0.55 | 0 | 0.42 | 215.4 | 0.89 | 0.31 |
| Hex | 9 | 42 | 94 | 5E | 37 | 0 | 2A | D7 | 59 | 1F |
| Octal | 11 | 102 | 224 | 136 | 67 | 0 | 52 | 327 | 131 | 37 |
| Binary | 1001 | 1000010 | 10010100 | 1011110 | 110111 | 0 | 101010 | 11010111 | 1011001 | 11111 |
Color Harmonies of #094294
Complementary color
Monochromatic Colors of #094294
Black with #094294
Text Example
Text Example
White with #094294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094294; }
p { color: rgb(9,66,148); }
H1.HeaderClassName
{
color: #094294;
}
.AnyTagClassName
{
color: #094294;
}
</style>
background-color css
<style>
a { background-color: #094294; }
a { background-color: rgb(9,66,148); }
div.DivClassName
{
background-color: #094294;
}
.BgClassName
{
background-color: #094294;
}
</style>
border-color css
<style>
span { border-color: #094294; }
span { border-color: rgb(9,66,148); }
td.TdClassName
{
border-color: #094294;
}
.TagClassName
{
border-color: #094294;
}
</style>