Shades of Smalt #093992
Tints of Smalt #093992
RGB
CMYK
RGB Variations
Color information
#093992 (or 0x093992) is known color: Smalt. HEX triplet: 09, 39 and 92. RGB value is (9,57,146). Sum of RGB (Red+Green+Blue) = 9+57+146=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #093992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093992 is #F6C66D. Grayscale: #343434. Windows color (decimal): -16172654 or 9582857. OLE color: 9582857.
HSL color Cylindrical-coordinate representation of color #093992: hue angle of 218.98º 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 #093992 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 57 | 146 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.43 |
| HSL | 218.98º | 0.88% | 0.3% | - |
| HSV(B) | 218.98º | 0.94% | 0.57% | - |
| XYZ | 6.76 | 5.06 | 27.81 | - |
| YUV | 52.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 146 | 0.94 | 0.61 | 0 | 0.43 | 218.98 | 0.88 | 0.3 |
| Hex | 9 | 39 | 92 | 5E | 3D | 0 | 2B | DB | 58 | 1E |
| Octal | 11 | 71 | 222 | 136 | 75 | 0 | 53 | 333 | 130 | 36 |
| Binary | 1001 | 111001 | 10010010 | 1011110 | 111101 | 0 | 101011 | 11011011 | 1011000 | 11110 |
Color Harmonies of #093992
Complementary color
Monochromatic Colors of #093992
Black with #093992
Text Example
Text Example
White with #093992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093992; }
p { color: rgb(9,57,146); }
H1.HeaderClassName
{
color: #093992;
}
.AnyTagClassName
{
color: #093992;
}
</style>
background-color css
<style>
a { background-color: #093992; }
a { background-color: rgb(9,57,146); }
div.DivClassName
{
background-color: #093992;
}
.BgClassName
{
background-color: #093992;
}
</style>
border-color css
<style>
span { border-color: #093992; }
span { border-color: rgb(9,57,146); }
td.TdClassName
{
border-color: #093992;
}
.TagClassName
{
border-color: #093992;
}
</style>