Shades of Smalt #09379F
Tints of Smalt #09379F
RGB
CMYK
RGB Variations
Color information
#09379F (or 0x09379F) is known color: Smalt. HEX triplet: 09, 37 and 9F. RGB value is (9,55,159). Sum of RGB (Red+Green+Blue) = 9+55+159=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #09379F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09379F is #F6C860. Grayscale: #343434. Windows color (decimal): -16173153 or 10434313. OLE color: 10434313.
HSL color Cylindrical-coordinate representation of color #09379F: hue angle of 221.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09379F is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 55 | 159 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.38 |
| HSL | 221.6º | 0.89% | 0.33% | - |
| HSV(B) | 221.6º | 0.94% | 0.62% | - |
| XYZ | 7.74 | 5.29 | 33.41 | - |
| YUV | 53.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 159 | 0.94 | 0.65 | 0 | 0.38 | 221.6 | 0.89 | 0.33 |
| Hex | 9 | 37 | 9F | 5E | 41 | 0 | 26 | DE | 59 | 21 |
| Octal | 11 | 67 | 237 | 136 | 101 | 0 | 46 | 336 | 131 | 41 |
| Binary | 1001 | 110111 | 10011111 | 1011110 | 1000001 | 0 | 100110 | 11011110 | 1011001 | 100001 |
Color Harmonies of #09379F
Complementary color
Monochromatic Colors of #09379F
Black with #09379F
Text Example
Text Example
White with #09379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09379F; }
p { color: rgb(9,55,159); }
H1.HeaderClassName
{
color: #09379F;
}
.AnyTagClassName
{
color: #09379F;
}
</style>
background-color css
<style>
a { background-color: #09379F; }
a { background-color: rgb(9,55,159); }
div.DivClassName
{
background-color: #09379F;
}
.BgClassName
{
background-color: #09379F;
}
</style>
border-color css
<style>
span { border-color: #09379F; }
span { border-color: rgb(9,55,159); }
td.TdClassName
{
border-color: #09379F;
}
.TagClassName
{
border-color: #09379F;
}
</style>