Shades of Smalt #09329C
Tints of Smalt #09329C
RGB
CMYK
RGB Variations
Color information
#09329C (or 0x09329C) is known color: Smalt. HEX triplet: 09, 32 and 9C. RGB value is (9,50,156). Sum of RGB (Red+Green+Blue) = 9+50+156=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #09329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09329C is #F6CD63. Grayscale: #313131. Windows color (decimal): -16174436 or 10236425. OLE color: 10236425.
HSL color Cylindrical-coordinate representation of color #09329C: hue angle of 223.27º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09329C is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 50 | 156 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.39 |
| HSL | 223.27º | 0.89% | 0.32% | - |
| HSV(B) | 223.27º | 0.94% | 0.61% | - |
| XYZ | 7.25 | 4.74 | 31.98 | - |
| YUV | 49.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 156 | 0.94 | 0.68 | 0 | 0.39 | 223.27 | 0.89 | 0.32 |
| Hex | 9 | 32 | 9C | 5E | 44 | 0 | 27 | DF | 59 | 20 |
| Octal | 11 | 62 | 234 | 136 | 104 | 0 | 47 | 337 | 131 | 40 |
| Binary | 1001 | 110010 | 10011100 | 1011110 | 1000100 | 0 | 100111 | 11011111 | 1011001 | 100000 |
Color Harmonies of #09329C
Complementary color
Monochromatic Colors of #09329C
Black with #09329C
Text Example
Text Example
White with #09329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09329C; }
p { color: rgb(9,50,156); }
H1.HeaderClassName
{
color: #09329C;
}
.AnyTagClassName
{
color: #09329C;
}
</style>
background-color css
<style>
a { background-color: #09329C; }
a { background-color: rgb(9,50,156); }
div.DivClassName
{
background-color: #09329C;
}
.BgClassName
{
background-color: #09329C;
}
</style>
border-color css
<style>
span { border-color: #09329C; }
span { border-color: rgb(9,50,156); }
td.TdClassName
{
border-color: #09329C;
}
.TagClassName
{
border-color: #09329C;
}
</style>