Shades of Smalt #09399D
Tints of Smalt #09399D
RGB
CMYK
RGB Variations
Color information
#09399D (or 0x09399D) is known color: Smalt. HEX triplet: 09, 39 and 9D. RGB value is (9,57,157). Sum of RGB (Red+Green+Blue) = 9+57+157=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #09399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09399D is #F6C662. Grayscale: #353535. Windows color (decimal): -16172643 or 10303753. OLE color: 10303753.
HSL color Cylindrical-coordinate representation of color #09399D: hue angle of 220.54º 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 #09399D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 57 | 157 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.38 |
| HSL | 220.54º | 0.89% | 0.33% | - |
| HSV(B) | 220.54º | 0.94% | 0.62% | - |
| XYZ | 7.66 | 5.42 | 32.54 | - |
| YUV | 54.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 157 | 0.94 | 0.64 | 0 | 0.38 | 220.54 | 0.89 | 0.33 |
| Hex | 9 | 39 | 9D | 5E | 40 | 0 | 26 | DD | 59 | 21 |
| Octal | 11 | 71 | 235 | 136 | 100 | 0 | 46 | 335 | 131 | 41 |
| Binary | 1001 | 111001 | 10011101 | 1011110 | 1000000 | 0 | 100110 | 11011101 | 1011001 | 100001 |
Color Harmonies of #09399D
Complementary color
Monochromatic Colors of #09399D
Black with #09399D
Text Example
Text Example
White with #09399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09399D; }
p { color: rgb(9,57,157); }
H1.HeaderClassName
{
color: #09399D;
}
.AnyTagClassName
{
color: #09399D;
}
</style>
background-color css
<style>
a { background-color: #09399D; }
a { background-color: rgb(9,57,157); }
div.DivClassName
{
background-color: #09399D;
}
.BgClassName
{
background-color: #09399D;
}
</style>
border-color css
<style>
span { border-color: #09399D; }
span { border-color: rgb(9,57,157); }
td.TdClassName
{
border-color: #09399D;
}
.TagClassName
{
border-color: #09399D;
}
</style>