Shades of Smalt #09328E
Tints of Smalt #09328E
RGB
CMYK
RGB Variations
Color information
#09328E (or 0x09328E) is known color: Smalt. HEX triplet: 09, 32 and 8E. RGB value is (9,50,142). Sum of RGB (Red+Green+Blue) = 9+50+142=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #09328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09328E is #F6CD71. Grayscale: #2F2F2F. Windows color (decimal): -16174450 or 9318921. OLE color: 9318921.
HSL color Cylindrical-coordinate representation of color #09328E: hue angle of 221.5º 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 #09328E is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 50 | 142 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.44 |
| HSL | 221.5º | 0.88% | 0.3% | - |
| HSV(B) | 221.5º | 0.94% | 0.56% | - |
| XYZ | 6.14 | 4.29 | 26.1 | - |
| YUV | 48.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 142 | 0.94 | 0.65 | 0 | 0.44 | 221.5 | 0.88 | 0.3 |
| Hex | 9 | 32 | 8E | 5E | 41 | 0 | 2C | DE | 58 | 1E |
| Octal | 11 | 62 | 216 | 136 | 101 | 0 | 54 | 336 | 130 | 36 |
| Binary | 1001 | 110010 | 10001110 | 1011110 | 1000001 | 0 | 101100 | 11011110 | 1011000 | 11110 |
Color Harmonies of #09328E
Complementary color
Monochromatic Colors of #09328E
Black with #09328E
Text Example
Text Example
White with #09328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09328E; }
p { color: rgb(9,50,142); }
H1.HeaderClassName
{
color: #09328E;
}
.AnyTagClassName
{
color: #09328E;
}
</style>
background-color css
<style>
a { background-color: #09328E; }
a { background-color: rgb(9,50,142); }
div.DivClassName
{
background-color: #09328E;
}
.BgClassName
{
background-color: #09328E;
}
</style>
border-color css
<style>
span { border-color: #09328E; }
span { border-color: rgb(9,50,142); }
td.TdClassName
{
border-color: #09328E;
}
.TagClassName
{
border-color: #09328E;
}
</style>