Shades of Smalt #09309A
Tints of Smalt #09309A
RGB
CMYK
RGB Variations
Color information
#09309A (or 0x09309A) is known color: Smalt. HEX triplet: 09, 30 and 9A. RGB value is (9,48,154). Sum of RGB (Red+Green+Blue) = 9+48+154=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #09309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09309A is #F6CF65. Grayscale: #2F2F2F. Windows color (decimal): -16174950 or 10104841. OLE color: 10104841.
HSL color Cylindrical-coordinate representation of color #09309A: hue angle of 223.86º 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 #09309A is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 48 | 154 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.40 |
| HSL | 223.86º | 0.89% | 0.32% | - |
| HSV(B) | 223.86º | 0.94% | 0.6% | - |
| XYZ | 7 | 4.51 | 31.07 | - |
| YUV | 48.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 154 | 0.94 | 0.69 | 0 | 0.40 | 223.86 | 0.89 | 0.32 |
| Hex | 9 | 30 | 9A | 5E | 45 | 0 | 28 | E0 | 59 | 20 |
| Octal | 11 | 60 | 232 | 136 | 105 | 0 | 50 | 340 | 131 | 40 |
| Binary | 1001 | 110000 | 10011010 | 1011110 | 1000101 | 0 | 101000 | 11100000 | 1011001 | 100000 |
Color Harmonies of #09309A
Complementary color
Monochromatic Colors of #09309A
Black with #09309A
Text Example
Text Example
White with #09309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09309A; }
p { color: rgb(9,48,154); }
H1.HeaderClassName
{
color: #09309A;
}
.AnyTagClassName
{
color: #09309A;
}
</style>
background-color css
<style>
a { background-color: #09309A; }
a { background-color: rgb(9,48,154); }
div.DivClassName
{
background-color: #09309A;
}
.BgClassName
{
background-color: #09309A;
}
</style>
border-color css
<style>
span { border-color: #09309A; }
span { border-color: rgb(9,48,154); }
td.TdClassName
{
border-color: #09309A;
}
.TagClassName
{
border-color: #09309A;
}
</style>