Shades of Smalt #094090
Tints of Smalt #094090
RGB
CMYK
RGB Variations
Color information
#094090 (or 0x094090) is known color: Smalt. HEX triplet: 09, 40 and 90. RGB value is (9,64,144). Sum of RGB (Red+Green+Blue) = 9+64+144=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #094090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094090 is #F6BF6F. Grayscale: #383838. Windows color (decimal): -16170864 or 9453577. OLE color: 9453577.
HSL color Cylindrical-coordinate representation of color #094090: hue angle of 215.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094090 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 64 | 144 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.44 |
| HSL | 215.56º | 0.88% | 0.3% | - |
| HSV(B) | 215.56º | 0.94% | 0.56% | - |
| XYZ | 6.98 | 5.74 | 27.13 | - |
| YUV | 56.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 144 | 0.94 | 0.56 | 0 | 0.44 | 215.56 | 0.88 | 0.3 |
| Hex | 9 | 40 | 90 | 5E | 38 | 0 | 2C | D8 | 58 | 1E |
| Octal | 11 | 100 | 220 | 136 | 70 | 0 | 54 | 330 | 130 | 36 |
| Binary | 1001 | 1000000 | 10010000 | 1011110 | 111000 | 0 | 101100 | 11011000 | 1011000 | 11110 |
Color Harmonies of #094090
Complementary color
Monochromatic Colors of #094090
Black with #094090
Text Example
Text Example
White with #094090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094090; }
p { color: rgb(9,64,144); }
H1.HeaderClassName
{
color: #094090;
}
.AnyTagClassName
{
color: #094090;
}
</style>
background-color css
<style>
a { background-color: #094090; }
a { background-color: rgb(9,64,144); }
div.DivClassName
{
background-color: #094090;
}
.BgClassName
{
background-color: #094090;
}
</style>
border-color css
<style>
span { border-color: #094090; }
span { border-color: rgb(9,64,144); }
td.TdClassName
{
border-color: #094090;
}
.TagClassName
{
border-color: #094090;
}
</style>