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