Shades of Smalt #093A92
Tints of Smalt #093A92
RGB
CMYK
RGB Variations
Color information
#093A92 (or 0x093A92) is known color: Smalt. HEX triplet: 09, 3A and 92. RGB value is (9,58,146). Sum of RGB (Red+Green+Blue) = 9+58+146=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #093A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A92 is #F6C56D. Grayscale: #343434. Windows color (decimal): -16172398 or 9583113. OLE color: 9583113.
HSL color Cylindrical-coordinate representation of color #093A92: hue angle of 218.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093A92 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 58 | 146 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.43 |
| HSL | 218.54º | 0.88% | 0.3% | - |
| HSV(B) | 218.54º | 0.94% | 0.57% | - |
| XYZ | 6.81 | 5.16 | 27.83 | - |
| YUV | 53.38 | 180.27 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 146 | 0.94 | 0.60 | 0 | 0.43 | 218.54 | 0.88 | 0.3 |
| Hex | 9 | 3A | 92 | 5E | 3C | 0 | 2B | DB | 58 | 1E |
| Octal | 11 | 72 | 222 | 136 | 74 | 0 | 53 | 333 | 130 | 36 |
| Binary | 1001 | 111010 | 10010010 | 1011110 | 111100 | 0 | 101011 | 11011011 | 1011000 | 11110 |
Color Harmonies of #093A92
Complementary color
Monochromatic Colors of #093A92
Black with #093A92
Text Example
Text Example
White with #093A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A92; }
p { color: rgb(9,58,146); }
H1.HeaderClassName
{
color: #093A92;
}
.AnyTagClassName
{
color: #093A92;
}
</style>
background-color css
<style>
a { background-color: #093A92; }
a { background-color: rgb(9,58,146); }
div.DivClassName
{
background-color: #093A92;
}
.BgClassName
{
background-color: #093A92;
}
</style>
border-color css
<style>
span { border-color: #093A92; }
span { border-color: rgb(9,58,146); }
td.TdClassName
{
border-color: #093A92;
}
.TagClassName
{
border-color: #093A92;
}
</style>