Shades of Smalt #093089
Tints of Smalt #093089
RGB
CMYK
RGB Variations
Color information
#093089 (or 0x093089) is known color: Smalt. HEX triplet: 09, 30 and 89. RGB value is (9,48,137). Sum of RGB (Red+Green+Blue) = 9+48+137=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #093089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093089 is #F6CF76. Grayscale: #2E2E2E. Windows color (decimal): -16174967 or 8990729. OLE color: 8990729.
HSL color Cylindrical-coordinate representation of color #093089: hue angle of 221.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093089 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 48 | 137 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.46 |
| HSL | 221.72º | 0.88% | 0.29% | - |
| HSV(B) | 221.72º | 0.93% | 0.54% | - |
| XYZ | 5.68 | 3.98 | 24.14 | - |
| YUV | 46.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 137 | 0.93 | 0.65 | 0 | 0.46 | 221.72 | 0.88 | 0.29 |
| Hex | 9 | 30 | 89 | 5D | 41 | 0 | 2E | DE | 58 | 1D |
| Octal | 11 | 60 | 211 | 135 | 101 | 0 | 56 | 336 | 130 | 35 |
| Binary | 1001 | 110000 | 10001001 | 1011101 | 1000001 | 0 | 101110 | 11011110 | 1011000 | 11101 |
Color Harmonies of #093089
Complementary color
Monochromatic Colors of #093089
Black with #093089
Text Example
Text Example
White with #093089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093089; }
p { color: rgb(9,48,137); }
H1.HeaderClassName
{
color: #093089;
}
.AnyTagClassName
{
color: #093089;
}
</style>
background-color css
<style>
a { background-color: #093089; }
a { background-color: rgb(9,48,137); }
div.DivClassName
{
background-color: #093089;
}
.BgClassName
{
background-color: #093089;
}
</style>
border-color css
<style>
span { border-color: #093089; }
span { border-color: rgb(9,48,137); }
td.TdClassName
{
border-color: #093089;
}
.TagClassName
{
border-color: #093089;
}
</style>