Shades of Smalt #093185
Tints of Smalt #093185
RGB
CMYK
RGB Variations
Color information
#093185 (or 0x093185) is known color: Smalt. HEX triplet: 09, 31 and 85. RGB value is (9,49,133). Sum of RGB (Red+Green+Blue) = 9+49+133=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #093185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093185 is #F6CE7A. Grayscale: #2E2E2E. Windows color (decimal): -16174715 or 8728841. OLE color: 8728841.
HSL color Cylindrical-coordinate representation of color #093185: hue angle of 220.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093185 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 49 | 133 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.48 |
| HSL | 220.65º | 0.87% | 0.28% | - |
| HSV(B) | 220.65º | 0.93% | 0.52% | - |
| XYZ | 5.44 | 3.95 | 22.67 | - |
| YUV | 46.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 133 | 0.93 | 0.63 | 0 | 0.48 | 220.65 | 0.87 | 0.28 |
| Hex | 9 | 31 | 85 | 5D | 3F | 0 | 30 | DD | 57 | 1C |
| Octal | 11 | 61 | 205 | 135 | 77 | 0 | 60 | 335 | 127 | 34 |
| Binary | 1001 | 110001 | 10000101 | 1011101 | 111111 | 0 | 110000 | 11011101 | 1010111 | 11100 |
Color Harmonies of #093185
Complementary color
Monochromatic Colors of #093185
Black with #093185
Text Example
Text Example
White with #093185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093185; }
p { color: rgb(9,49,133); }
H1.HeaderClassName
{
color: #093185;
}
.AnyTagClassName
{
color: #093185;
}
</style>
background-color css
<style>
a { background-color: #093185; }
a { background-color: rgb(9,49,133); }
div.DivClassName
{
background-color: #093185;
}
.BgClassName
{
background-color: #093185;
}
</style>
border-color css
<style>
span { border-color: #093185; }
span { border-color: rgb(9,49,133); }
td.TdClassName
{
border-color: #093185;
}
.TagClassName
{
border-color: #093185;
}
</style>