Shades of Smalt #094098
Tints of Smalt #094098
RGB
CMYK
RGB Variations
Color information
#094098 (or 0x094098) is known color: Smalt. HEX triplet: 09, 40 and 98. RGB value is (9,64,152). Sum of RGB (Red+Green+Blue) = 9+64+152=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #094098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094098 is #F6BF67. Grayscale: #393939. Windows color (decimal): -16170856 or 9977865. OLE color: 9977865.
HSL color Cylindrical-coordinate representation of color #094098: hue angle of 216.92º 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 #094098 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 64 | 152 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.40 |
| HSL | 216.92º | 0.89% | 0.32% | - |
| HSV(B) | 216.92º | 0.94% | 0.6% | - |
| XYZ | 7.61 | 5.99 | 30.46 | - |
| YUV | 57.59 | 181.28 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 152 | 0.94 | 0.58 | 0 | 0.40 | 216.92 | 0.89 | 0.32 |
| Hex | 9 | 40 | 98 | 5E | 3A | 0 | 28 | D9 | 59 | 20 |
| Octal | 11 | 100 | 230 | 136 | 72 | 0 | 50 | 331 | 131 | 40 |
| Binary | 1001 | 1000000 | 10011000 | 1011110 | 111010 | 0 | 101000 | 11011001 | 1011001 | 100000 |
Color Harmonies of #094098
Complementary color
Monochromatic Colors of #094098
Black with #094098
Text Example
Text Example
White with #094098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094098; }
p { color: rgb(9,64,152); }
H1.HeaderClassName
{
color: #094098;
}
.AnyTagClassName
{
color: #094098;
}
</style>
background-color css
<style>
a { background-color: #094098; }
a { background-color: rgb(9,64,152); }
div.DivClassName
{
background-color: #094098;
}
.BgClassName
{
background-color: #094098;
}
</style>
border-color css
<style>
span { border-color: #094098; }
span { border-color: rgb(9,64,152); }
td.TdClassName
{
border-color: #094098;
}
.TagClassName
{
border-color: #094098;
}
</style>