Shades of Smalt #09389F
Tints of Smalt #09389F
RGB
CMYK
RGB Variations
Color information
#09389F (or 0x09389F) is known color: Smalt. HEX triplet: 09, 38 and 9F. RGB value is (9,56,159). Sum of RGB (Red+Green+Blue) = 9+56+159=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #09389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09389F is #F6C760. Grayscale: #353535. Windows color (decimal): -16172897 or 10434569. OLE color: 10434569.
HSL color Cylindrical-coordinate representation of color #09389F: hue angle of 221.2º 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 #09389F is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 56 | 159 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.38 |
| HSL | 221.2º | 0.89% | 0.33% | - |
| HSV(B) | 221.2º | 0.94% | 0.62% | - |
| XYZ | 7.78 | 5.39 | 33.43 | - |
| YUV | 53.69 | 187.43 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 159 | 0.94 | 0.65 | 0 | 0.38 | 221.2 | 0.89 | 0.33 |
| Hex | 9 | 38 | 9F | 5E | 41 | 0 | 26 | DD | 59 | 21 |
| Octal | 11 | 70 | 237 | 136 | 101 | 0 | 46 | 335 | 131 | 41 |
| Binary | 1001 | 111000 | 10011111 | 1011110 | 1000001 | 0 | 100110 | 11011101 | 1011001 | 100001 |
Color Harmonies of #09389F
Complementary color
Monochromatic Colors of #09389F
Black with #09389F
Text Example
Text Example
White with #09389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09389F; }
p { color: rgb(9,56,159); }
H1.HeaderClassName
{
color: #09389F;
}
.AnyTagClassName
{
color: #09389F;
}
</style>
background-color css
<style>
a { background-color: #09389F; }
a { background-color: rgb(9,56,159); }
div.DivClassName
{
background-color: #09389F;
}
.BgClassName
{
background-color: #09389F;
}
</style>
border-color css
<style>
span { border-color: #09389F; }
span { border-color: rgb(9,56,159); }
td.TdClassName
{
border-color: #09389F;
}
.TagClassName
{
border-color: #09389F;
}
</style>