Shades of Smalt #093C93
Tints of Smalt #093C93
RGB
CMYK
RGB Variations
Color information
#093C93 (or 0x093C93) is known color: Smalt. HEX triplet: 09, 3C and 93. RGB value is (9,60,147). Sum of RGB (Red+Green+Blue) = 9+60+147=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #093C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C93 is #F6C36C. Grayscale: #363636. Windows color (decimal): -16171885 or 9649161. OLE color: 9649161.
HSL color Cylindrical-coordinate representation of color #093C93: hue angle of 217.83º 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 #093C93 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 60 | 147 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.42 |
| HSL | 217.83º | 0.88% | 0.31% | - |
| HSV(B) | 217.83º | 0.94% | 0.58% | - |
| XYZ | 6.99 | 5.4 | 28.28 | - |
| YUV | 54.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 147 | 0.94 | 0.59 | 0 | 0.42 | 217.83 | 0.88 | 0.31 |
| Hex | 9 | 3C | 93 | 5E | 3B | 0 | 2A | DA | 58 | 1F |
| Octal | 11 | 74 | 223 | 136 | 73 | 0 | 52 | 332 | 130 | 37 |
| Binary | 1001 | 111100 | 10010011 | 1011110 | 111011 | 0 | 101010 | 11011010 | 1011000 | 11111 |
Color Harmonies of #093C93
Complementary color
Monochromatic Colors of #093C93
Black with #093C93
Text Example
Text Example
White with #093C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C93; }
p { color: rgb(9,60,147); }
H1.HeaderClassName
{
color: #093C93;
}
.AnyTagClassName
{
color: #093C93;
}
</style>
background-color css
<style>
a { background-color: #093C93; }
a { background-color: rgb(9,60,147); }
div.DivClassName
{
background-color: #093C93;
}
.BgClassName
{
background-color: #093C93;
}
</style>
border-color css
<style>
span { border-color: #093C93; }
span { border-color: rgb(9,60,147); }
td.TdClassName
{
border-color: #093C93;
}
.TagClassName
{
border-color: #093C93;
}
</style>