Shades of Smalt #093299
Tints of Smalt #093299
RGB
CMYK
RGB Variations
Color information
#093299 (or 0x093299) is known color: Smalt. HEX triplet: 09, 32 and 99. RGB value is (9,50,153). Sum of RGB (Red+Green+Blue) = 9+50+153=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #093299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093299 is #F6CD66. Grayscale: #313131. Windows color (decimal): -16174439 or 10039817. OLE color: 10039817.
HSL color Cylindrical-coordinate representation of color #093299: hue angle of 222.92º 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 #093299 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 50 | 153 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.4 |
| HSL | 222.92º | 0.89% | 0.32% | - |
| HSV(B) | 222.92º | 0.94% | 0.6% | - |
| XYZ | 7 | 4.64 | 30.66 | - |
| YUV | 49.48 | 186.42 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 153 | 0.94 | 0.67 | 0 | 0.4 | 222.92 | 0.89 | 0.32 |
| Hex | 9 | 32 | 99 | 5E | 43 | 0 | 28 | DF | 59 | 20 |
| Octal | 11 | 62 | 231 | 136 | 103 | 0 | 50 | 337 | 131 | 40 |
| Binary | 1001 | 110010 | 10011001 | 1011110 | 1000011 | 0 | 101000 | 11011111 | 1011001 | 100000 |
Color Harmonies of #093299
Complementary color
Monochromatic Colors of #093299
Black with #093299
Text Example
Text Example
White with #093299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093299; }
p { color: rgb(9,50,153); }
H1.HeaderClassName
{
color: #093299;
}
.AnyTagClassName
{
color: #093299;
}
</style>
background-color css
<style>
a { background-color: #093299; }
a { background-color: rgb(9,50,153); }
div.DivClassName
{
background-color: #093299;
}
.BgClassName
{
background-color: #093299;
}
</style>
border-color css
<style>
span { border-color: #093299; }
span { border-color: rgb(9,50,153); }
td.TdClassName
{
border-color: #093299;
}
.TagClassName
{
border-color: #093299;
}
</style>