Shades of Smalt #093192
Tints of Smalt #093192
RGB
CMYK
RGB Variations
Color information
#093192 (or 0x093192) is known color: Smalt. HEX triplet: 09, 31 and 92. RGB value is (9,49,146). Sum of RGB (Red+Green+Blue) = 9+49+146=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #093192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093192 is #F6CE6D. Grayscale: #2F2F2F. Windows color (decimal): -16174702 or 9580809. OLE color: 9580809.
HSL color Cylindrical-coordinate representation of color #093192: hue angle of 222.48º 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 #093192 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 49 | 146 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.43 |
| HSL | 222.48º | 0.88% | 0.3% | - |
| HSV(B) | 222.48º | 0.94% | 0.57% | - |
| XYZ | 6.4 | 4.33 | 27.69 | - |
| YUV | 48.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 146 | 0.94 | 0.66 | 0 | 0.43 | 222.48 | 0.88 | 0.3 |
| Hex | 9 | 31 | 92 | 5E | 42 | 0 | 2B | DE | 58 | 1E |
| Octal | 11 | 61 | 222 | 136 | 102 | 0 | 53 | 336 | 130 | 36 |
| Binary | 1001 | 110001 | 10010010 | 1011110 | 1000010 | 0 | 101011 | 11011110 | 1011000 | 11110 |
Color Harmonies of #093192
Complementary color
Monochromatic Colors of #093192
Black with #093192
Text Example
Text Example
White with #093192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093192; }
p { color: rgb(9,49,146); }
H1.HeaderClassName
{
color: #093192;
}
.AnyTagClassName
{
color: #093192;
}
</style>
background-color css
<style>
a { background-color: #093192; }
a { background-color: rgb(9,49,146); }
div.DivClassName
{
background-color: #093192;
}
.BgClassName
{
background-color: #093192;
}
</style>
border-color css
<style>
span { border-color: #093192; }
span { border-color: rgb(9,49,146); }
td.TdClassName
{
border-color: #093192;
}
.TagClassName
{
border-color: #093192;
}
</style>