Shades of Smalt #094398
Tints of Smalt #094398
RGB
CMYK
RGB Variations
Color information
#094398 (or 0x094398) is known color: Smalt. HEX triplet: 09, 43 and 98. RGB value is (9,67,152). Sum of RGB (Red+Green+Blue) = 9+67+152=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #094398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094398 is #F6BC67. Grayscale: #3A3A3A. Windows color (decimal): -16170088 or 9978633. OLE color: 9978633.
HSL color Cylindrical-coordinate representation of color #094398: hue angle of 215.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094398 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 67 | 152 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.40 |
| HSL | 215.66º | 0.89% | 0.32% | - |
| HSV(B) | 215.66º | 0.94% | 0.6% | - |
| XYZ | 7.79 | 6.34 | 30.52 | - |
| YUV | 59.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 152 | 0.94 | 0.56 | 0 | 0.40 | 215.66 | 0.89 | 0.32 |
| Hex | 9 | 43 | 98 | 5E | 38 | 0 | 28 | D8 | 59 | 20 |
| Octal | 11 | 103 | 230 | 136 | 70 | 0 | 50 | 330 | 131 | 40 |
| Binary | 1001 | 1000011 | 10011000 | 1011110 | 111000 | 0 | 101000 | 11011000 | 1011001 | 100000 |
Color Harmonies of #094398
Complementary color
Monochromatic Colors of #094398
Black with #094398
Text Example
Text Example
White with #094398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094398; }
p { color: rgb(9,67,152); }
H1.HeaderClassName
{
color: #094398;
}
.AnyTagClassName
{
color: #094398;
}
</style>
background-color css
<style>
a { background-color: #094398; }
a { background-color: rgb(9,67,152); }
div.DivClassName
{
background-color: #094398;
}
.BgClassName
{
background-color: #094398;
}
</style>
border-color css
<style>
span { border-color: #094398; }
span { border-color: rgb(9,67,152); }
td.TdClassName
{
border-color: #094398;
}
.TagClassName
{
border-color: #094398;
}
</style>