Shades of Smalt #093C92
Tints of Smalt #093C92
RGB
CMYK
RGB Variations
Color information
#093C92 (or 0x093C92) is known color: Smalt. HEX triplet: 09, 3C and 92. RGB value is (9,60,146). Sum of RGB (Red+Green+Blue) = 9+60+146=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #093C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C92 is #F6C36D. Grayscale: #363636. Windows color (decimal): -16171886 or 9583625. OLE color: 9583625.
HSL color Cylindrical-coordinate representation of color #093C92: hue angle of 217.66º 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 #093C92 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 60 | 146 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.43 |
| HSL | 217.66º | 0.88% | 0.3% | - |
| HSV(B) | 217.66º | 0.94% | 0.57% | - |
| XYZ | 6.92 | 5.37 | 27.87 | - |
| YUV | 54.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 146 | 0.94 | 0.59 | 0 | 0.43 | 217.66 | 0.88 | 0.3 |
| Hex | 9 | 3C | 92 | 5E | 3B | 0 | 2B | DA | 58 | 1E |
| Octal | 11 | 74 | 222 | 136 | 73 | 0 | 53 | 332 | 130 | 36 |
| Binary | 1001 | 111100 | 10010010 | 1011110 | 111011 | 0 | 101011 | 11011010 | 1011000 | 11110 |
Color Harmonies of #093C92
Complementary color
Monochromatic Colors of #093C92
Black with #093C92
Text Example
Text Example
White with #093C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C92; }
p { color: rgb(9,60,146); }
H1.HeaderClassName
{
color: #093C92;
}
.AnyTagClassName
{
color: #093C92;
}
</style>
background-color css
<style>
a { background-color: #093C92; }
a { background-color: rgb(9,60,146); }
div.DivClassName
{
background-color: #093C92;
}
.BgClassName
{
background-color: #093C92;
}
</style>
border-color css
<style>
span { border-color: #093C92; }
span { border-color: rgb(9,60,146); }
td.TdClassName
{
border-color: #093C92;
}
.TagClassName
{
border-color: #093C92;
}
</style>