Shades of Smalt #09319A
Tints of Smalt #09319A
RGB
CMYK
RGB Variations
Color information
#09319A (or 0x09319A) is known color: Smalt. HEX triplet: 09, 31 and 9A. RGB value is (9,49,154). Sum of RGB (Red+Green+Blue) = 9+49+154=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #09319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09319A is #F6CE65. Grayscale: #303030. Windows color (decimal): -16174694 or 10105097. OLE color: 10105097.
HSL color Cylindrical-coordinate representation of color #09319A: hue angle of 223.45º 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 #09319A is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 49 | 154 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.40 |
| HSL | 223.45º | 0.89% | 0.32% | - |
| HSV(B) | 223.45º | 0.94% | 0.6% | - |
| XYZ | 7.04 | 4.59 | 31.09 | - |
| YUV | 49.01 | 187.25 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 154 | 0.94 | 0.68 | 0 | 0.40 | 223.45 | 0.89 | 0.32 |
| Hex | 9 | 31 | 9A | 5E | 44 | 0 | 28 | DF | 59 | 20 |
| Octal | 11 | 61 | 232 | 136 | 104 | 0 | 50 | 337 | 131 | 40 |
| Binary | 1001 | 110001 | 10011010 | 1011110 | 1000100 | 0 | 101000 | 11011111 | 1011001 | 100000 |
Color Harmonies of #09319A
Complementary color
Monochromatic Colors of #09319A
Black with #09319A
Text Example
Text Example
White with #09319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09319A; }
p { color: rgb(9,49,154); }
H1.HeaderClassName
{
color: #09319A;
}
.AnyTagClassName
{
color: #09319A;
}
</style>
background-color css
<style>
a { background-color: #09319A; }
a { background-color: rgb(9,49,154); }
div.DivClassName
{
background-color: #09319A;
}
.BgClassName
{
background-color: #09319A;
}
</style>
border-color css
<style>
span { border-color: #09319A; }
span { border-color: rgb(9,49,154); }
td.TdClassName
{
border-color: #09319A;
}
.TagClassName
{
border-color: #09319A;
}
</style>