Shades of Smalt #094198
Tints of Smalt #094198
RGB
CMYK
RGB Variations
Color information
#094198 (or 0x094198) is known color: Smalt. HEX triplet: 09, 41 and 98. RGB value is (9,65,152). Sum of RGB (Red+Green+Blue) = 9+65+152=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #094198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094198 is #F6BE67. Grayscale: #393939. Windows color (decimal): -16170600 or 9978121. OLE color: 9978121.
HSL color Cylindrical-coordinate representation of color #094198: hue angle of 216.5º 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 #094198 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 65 | 152 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.40 |
| HSL | 216.5º | 0.89% | 0.32% | - |
| HSV(B) | 216.5º | 0.94% | 0.6% | - |
| XYZ | 7.67 | 6.11 | 30.48 | - |
| YUV | 58.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 152 | 0.94 | 0.57 | 0 | 0.40 | 216.5 | 0.89 | 0.32 |
| Hex | 9 | 41 | 98 | 5E | 39 | 0 | 28 | D9 | 59 | 20 |
| Octal | 11 | 101 | 230 | 136 | 71 | 0 | 50 | 331 | 131 | 40 |
| Binary | 1001 | 1000001 | 10011000 | 1011110 | 111001 | 0 | 101000 | 11011001 | 1011001 | 100000 |
Color Harmonies of #094198
Complementary color
Monochromatic Colors of #094198
Black with #094198
Text Example
Text Example
White with #094198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094198; }
p { color: rgb(9,65,152); }
H1.HeaderClassName
{
color: #094198;
}
.AnyTagClassName
{
color: #094198;
}
</style>
background-color css
<style>
a { background-color: #094198; }
a { background-color: rgb(9,65,152); }
div.DivClassName
{
background-color: #094198;
}
.BgClassName
{
background-color: #094198;
}
</style>
border-color css
<style>
span { border-color: #094198; }
span { border-color: rgb(9,65,152); }
td.TdClassName
{
border-color: #094198;
}
.TagClassName
{
border-color: #094198;
}
</style>