Shades of Smalt #093C99
Tints of Smalt #093C99
RGB
CMYK
RGB Variations
Color information
#093C99 (or 0x093C99) is known color: Smalt. HEX triplet: 09, 3C and 99. RGB value is (9,60,153). Sum of RGB (Red+Green+Blue) = 9+60+153=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #093C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C99 is #F6C366. Grayscale: #363636. Windows color (decimal): -16171879 or 10042377. OLE color: 10042377.
HSL color Cylindrical-coordinate representation of color #093C99: hue angle of 218.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093C99 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 60 | 153 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.4 |
| HSL | 218.75º | 0.89% | 0.32% | - |
| HSV(B) | 218.75º | 0.94% | 0.6% | - |
| XYZ | 7.48 | 5.59 | 30.82 | - |
| YUV | 55.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 153 | 0.94 | 0.61 | 0 | 0.4 | 218.75 | 0.89 | 0.32 |
| Hex | 9 | 3C | 99 | 5E | 3D | 0 | 28 | DB | 59 | 20 |
| Octal | 11 | 74 | 231 | 136 | 75 | 0 | 50 | 333 | 131 | 40 |
| Binary | 1001 | 111100 | 10011001 | 1011110 | 111101 | 0 | 101000 | 11011011 | 1011001 | 100000 |
Color Harmonies of #093C99
Complementary color
Monochromatic Colors of #093C99
Black with #093C99
Text Example
Text Example
White with #093C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C99; }
p { color: rgb(9,60,153); }
H1.HeaderClassName
{
color: #093C99;
}
.AnyTagClassName
{
color: #093C99;
}
</style>
background-color css
<style>
a { background-color: #093C99; }
a { background-color: rgb(9,60,153); }
div.DivClassName
{
background-color: #093C99;
}
.BgClassName
{
background-color: #093C99;
}
</style>
border-color css
<style>
span { border-color: #093C99; }
span { border-color: rgb(9,60,153); }
td.TdClassName
{
border-color: #093C99;
}
.TagClassName
{
border-color: #093C99;
}
</style>