Shades of Smalt #093A99
Tints of Smalt #093A99
RGB
CMYK
RGB Variations
Color information
#093A99 (or 0x093A99) is known color: Smalt. HEX triplet: 09, 3A and 99. RGB value is (9,58,153). Sum of RGB (Red+Green+Blue) = 9+58+153=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #093A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A99 is #F6C566. Grayscale: #353535. Windows color (decimal): -16172391 or 10041865. OLE color: 10041865.
HSL color Cylindrical-coordinate representation of color #093A99: hue angle of 219.58º 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 #093A99 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 58 | 153 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.4 |
| HSL | 219.58º | 0.89% | 0.32% | - |
| HSV(B) | 219.58º | 0.94% | 0.6% | - |
| XYZ | 7.38 | 5.38 | 30.79 | - |
| YUV | 54.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 153 | 0.94 | 0.62 | 0 | 0.4 | 219.58 | 0.89 | 0.32 |
| Hex | 9 | 3A | 99 | 5E | 3E | 0 | 28 | DC | 59 | 20 |
| Octal | 11 | 72 | 231 | 136 | 76 | 0 | 50 | 334 | 131 | 40 |
| Binary | 1001 | 111010 | 10011001 | 1011110 | 111110 | 0 | 101000 | 11011100 | 1011001 | 100000 |
Color Harmonies of #093A99
Complementary color
Monochromatic Colors of #093A99
Black with #093A99
Text Example
Text Example
White with #093A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A99; }
p { color: rgb(9,58,153); }
H1.HeaderClassName
{
color: #093A99;
}
.AnyTagClassName
{
color: #093A99;
}
</style>
background-color css
<style>
a { background-color: #093A99; }
a { background-color: rgb(9,58,153); }
div.DivClassName
{
background-color: #093A99;
}
.BgClassName
{
background-color: #093A99;
}
</style>
border-color css
<style>
span { border-color: #093A99; }
span { border-color: rgb(9,58,153); }
td.TdClassName
{
border-color: #093A99;
}
.TagClassName
{
border-color: #093A99;
}
</style>