Shades of Smalt #093C96
Tints of Smalt #093C96
RGB
CMYK
RGB Variations
Color information
#093C96 (or 0x093C96) is known color: Smalt. HEX triplet: 09, 3C and 96. RGB value is (9,60,150). Sum of RGB (Red+Green+Blue) = 9+60+150=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #093C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C96 is #F6C369. Grayscale: #363636. Windows color (decimal): -16171882 or 9845769. OLE color: 9845769.
HSL color Cylindrical-coordinate representation of color #093C96: hue angle of 218.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093C96 is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 60 | 150 | - |
| CMYK | 0.94 | 0.6 | 0 | 0.41 |
| HSL | 218.3º | 0.89% | 0.31% | - |
| HSV(B) | 218.3º | 0.94% | 0.59% | - |
| XYZ | 7.23 | 5.49 | 29.53 | - |
| YUV | 55.01 | 181.6 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 150 | 0.94 | 0.6 | 0 | 0.41 | 218.3 | 0.89 | 0.31 |
| Hex | 9 | 3C | 96 | 5E | 3C | 0 | 29 | DA | 59 | 1F |
| Octal | 11 | 74 | 226 | 136 | 74 | 0 | 51 | 332 | 131 | 37 |
| Binary | 1001 | 111100 | 10010110 | 1011110 | 111100 | 0 | 101001 | 11011010 | 1011001 | 11111 |
Color Harmonies of #093C96
Complementary color
Monochromatic Colors of #093C96
Black with #093C96
Text Example
Text Example
White with #093C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C96; }
p { color: rgb(9,60,150); }
H1.HeaderClassName
{
color: #093C96;
}
.AnyTagClassName
{
color: #093C96;
}
</style>
background-color css
<style>
a { background-color: #093C96; }
a { background-color: rgb(9,60,150); }
div.DivClassName
{
background-color: #093C96;
}
.BgClassName
{
background-color: #093C96;
}
</style>
border-color css
<style>
span { border-color: #093C96; }
span { border-color: rgb(9,60,150); }
td.TdClassName
{
border-color: #093C96;
}
.TagClassName
{
border-color: #093C96;
}
</style>