Shades of Smalt #093A93
Tints of Smalt #093A93
RGB
CMYK
RGB Variations
Color information
#093A93 (or 0x093A93) is known color: Smalt. HEX triplet: 09, 3A and 93. RGB value is (9,58,147). Sum of RGB (Red+Green+Blue) = 9+58+147=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #093A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A93 is #F6C56C. Grayscale: #353535. Windows color (decimal): -16172397 or 9648649. OLE color: 9648649.
HSL color Cylindrical-coordinate representation of color #093A93: hue angle of 218.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093A93 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 58 | 147 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.42 |
| HSL | 218.7º | 0.88% | 0.31% | - |
| HSV(B) | 218.7º | 0.94% | 0.58% | - |
| XYZ | 6.89 | 5.19 | 28.24 | - |
| YUV | 53.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 147 | 0.94 | 0.61 | 0 | 0.42 | 218.7 | 0.88 | 0.31 |
| Hex | 9 | 3A | 93 | 5E | 3D | 0 | 2A | DB | 58 | 1F |
| Octal | 11 | 72 | 223 | 136 | 75 | 0 | 52 | 333 | 130 | 37 |
| Binary | 1001 | 111010 | 10010011 | 1011110 | 111101 | 0 | 101010 | 11011011 | 1011000 | 11111 |
Color Harmonies of #093A93
Complementary color
Monochromatic Colors of #093A93
Black with #093A93
Text Example
Text Example
White with #093A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A93; }
p { color: rgb(9,58,147); }
H1.HeaderClassName
{
color: #093A93;
}
.AnyTagClassName
{
color: #093A93;
}
</style>
background-color css
<style>
a { background-color: #093A93; }
a { background-color: rgb(9,58,147); }
div.DivClassName
{
background-color: #093A93;
}
.BgClassName
{
background-color: #093A93;
}
</style>
border-color css
<style>
span { border-color: #093A93; }
span { border-color: rgb(9,58,147); }
td.TdClassName
{
border-color: #093A93;
}
.TagClassName
{
border-color: #093A93;
}
</style>