Shades of Smalt #093C91
Tints of Smalt #093C91
RGB
CMYK
RGB Variations
Color information
#093C91 (or 0x093C91) is known color: Smalt. HEX triplet: 09, 3C and 91. RGB value is (9,60,145). Sum of RGB (Red+Green+Blue) = 9+60+145=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #093C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C91 is #F6C36E. Grayscale: #363636. Windows color (decimal): -16171887 or 9518089. OLE color: 9518089.
HSL color Cylindrical-coordinate representation of color #093C91: hue angle of 217.5º 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 #093C91 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 60 | 145 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.43 |
| HSL | 217.5º | 0.88% | 0.3% | - |
| HSV(B) | 217.5º | 0.94% | 0.57% | - |
| XYZ | 6.84 | 5.33 | 27.46 | - |
| YUV | 54.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 145 | 0.94 | 0.59 | 0 | 0.43 | 217.5 | 0.88 | 0.3 |
| Hex | 9 | 3C | 91 | 5E | 3B | 0 | 2B | DA | 58 | 1E |
| Octal | 11 | 74 | 221 | 136 | 73 | 0 | 53 | 332 | 130 | 36 |
| Binary | 1001 | 111100 | 10010001 | 1011110 | 111011 | 0 | 101011 | 11011010 | 1011000 | 11110 |
Color Harmonies of #093C91
Complementary color
Monochromatic Colors of #093C91
Black with #093C91
Text Example
Text Example
White with #093C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C91; }
p { color: rgb(9,60,145); }
H1.HeaderClassName
{
color: #093C91;
}
.AnyTagClassName
{
color: #093C91;
}
</style>
background-color css
<style>
a { background-color: #093C91; }
a { background-color: rgb(9,60,145); }
div.DivClassName
{
background-color: #093C91;
}
.BgClassName
{
background-color: #093C91;
}
</style>
border-color css
<style>
span { border-color: #093C91; }
span { border-color: rgb(9,60,145); }
td.TdClassName
{
border-color: #093C91;
}
.TagClassName
{
border-color: #093C91;
}
</style>