Shades of Smalt #09398E
Tints of Smalt #09398E
RGB
CMYK
RGB Variations
Color information
#09398E (or 0x09398E) is known color: Smalt. HEX triplet: 09, 39 and 8E. RGB value is (9,57,142). Sum of RGB (Red+Green+Blue) = 9+57+142=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #09398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09398E is #F6C671. Grayscale: #333333. Windows color (decimal): -16172658 or 9320713. OLE color: 9320713.
HSL color Cylindrical-coordinate representation of color #09398E: hue angle of 218.35º 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 #09398E is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 57 | 142 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.44 |
| HSL | 218.35º | 0.88% | 0.3% | - |
| HSV(B) | 218.35º | 0.94% | 0.56% | - |
| XYZ | 6.46 | 4.94 | 26.2 | - |
| YUV | 52.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 142 | 0.94 | 0.60 | 0 | 0.44 | 218.35 | 0.88 | 0.3 |
| Hex | 9 | 39 | 8E | 5E | 3C | 0 | 2C | DA | 58 | 1E |
| Octal | 11 | 71 | 216 | 136 | 74 | 0 | 54 | 332 | 130 | 36 |
| Binary | 1001 | 111001 | 10001110 | 1011110 | 111100 | 0 | 101100 | 11011010 | 1011000 | 11110 |
Color Harmonies of #09398E
Complementary color
Monochromatic Colors of #09398E
Black with #09398E
Text Example
Text Example
White with #09398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09398E; }
p { color: rgb(9,57,142); }
H1.HeaderClassName
{
color: #09398E;
}
.AnyTagClassName
{
color: #09398E;
}
</style>
background-color css
<style>
a { background-color: #09398E; }
a { background-color: rgb(9,57,142); }
div.DivClassName
{
background-color: #09398E;
}
.BgClassName
{
background-color: #09398E;
}
</style>
border-color css
<style>
span { border-color: #09398E; }
span { border-color: rgb(9,57,142); }
td.TdClassName
{
border-color: #09398E;
}
.TagClassName
{
border-color: #09398E;
}
</style>