Shades of Smalt #093389
Tints of Smalt #093389
RGB
CMYK
RGB Variations
Color information
#093389 (or 0x093389) is known color: Smalt. HEX triplet: 09, 33 and 89. RGB value is (9,51,137). Sum of RGB (Red+Green+Blue) = 9+51+137=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #093389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093389 is #F6CC76. Grayscale: #2F2F2F. Windows color (decimal): -16174199 or 8991497. OLE color: 8991497.
HSL color Cylindrical-coordinate representation of color #093389: hue angle of 220.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093389 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 51 | 137 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.46 |
| HSL | 220.31º | 0.88% | 0.29% | - |
| HSV(B) | 220.31º | 0.93% | 0.54% | - |
| XYZ | 5.81 | 4.23 | 24.18 | - |
| YUV | 48.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 137 | 0.93 | 0.63 | 0 | 0.46 | 220.31 | 0.88 | 0.29 |
| Hex | 9 | 33 | 89 | 5D | 3F | 0 | 2E | DC | 58 | 1D |
| Octal | 11 | 63 | 211 | 135 | 77 | 0 | 56 | 334 | 130 | 35 |
| Binary | 1001 | 110011 | 10001001 | 1011101 | 111111 | 0 | 101110 | 11011100 | 1011000 | 11101 |
Color Harmonies of #093389
Complementary color
Monochromatic Colors of #093389
Black with #093389
Text Example
Text Example
White with #093389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093389; }
p { color: rgb(9,51,137); }
H1.HeaderClassName
{
color: #093389;
}
.AnyTagClassName
{
color: #093389;
}
</style>
background-color css
<style>
a { background-color: #093389; }
a { background-color: rgb(9,51,137); }
div.DivClassName
{
background-color: #093389;
}
.BgClassName
{
background-color: #093389;
}
</style>
border-color css
<style>
span { border-color: #093389; }
span { border-color: rgb(9,51,137); }
td.TdClassName
{
border-color: #093389;
}
.TagClassName
{
border-color: #093389;
}
</style>