Shades of Smalt #09378E
Tints of Smalt #09378E
RGB
CMYK
RGB Variations
Color information
#09378E (or 0x09378E) is known color: Smalt. HEX triplet: 09, 37 and 8E. RGB value is (9,55,142). Sum of RGB (Red+Green+Blue) = 9+55+142=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #09378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09378E is #F6C871. Grayscale: #323232. Windows color (decimal): -16173170 or 9320201. OLE color: 9320201.
HSL color Cylindrical-coordinate representation of color #09378E: hue angle of 219.25º 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 #09378E is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 55 | 142 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.44 |
| HSL | 219.25º | 0.88% | 0.3% | - |
| HSV(B) | 219.25º | 0.94% | 0.56% | - |
| XYZ | 6.36 | 4.74 | 26.17 | - |
| YUV | 51.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 142 | 0.94 | 0.61 | 0 | 0.44 | 219.25 | 0.88 | 0.3 |
| Hex | 9 | 37 | 8E | 5E | 3D | 0 | 2C | DB | 58 | 1E |
| Octal | 11 | 67 | 216 | 136 | 75 | 0 | 54 | 333 | 130 | 36 |
| Binary | 1001 | 110111 | 10001110 | 1011110 | 111101 | 0 | 101100 | 11011011 | 1011000 | 11110 |
Color Harmonies of #09378E
Complementary color
Monochromatic Colors of #09378E
Black with #09378E
Text Example
Text Example
White with #09378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09378E; }
p { color: rgb(9,55,142); }
H1.HeaderClassName
{
color: #09378E;
}
.AnyTagClassName
{
color: #09378E;
}
</style>
background-color css
<style>
a { background-color: #09378E; }
a { background-color: rgb(9,55,142); }
div.DivClassName
{
background-color: #09378E;
}
.BgClassName
{
background-color: #09378E;
}
</style>
border-color css
<style>
span { border-color: #09378E; }
span { border-color: rgb(9,55,142); }
td.TdClassName
{
border-color: #09378E;
}
.TagClassName
{
border-color: #09378E;
}
</style>