Shades of Smalt #093386
Tints of Smalt #093386
RGB
CMYK
RGB Variations
Color information
#093386 (or 0x093386) is known color: Smalt. HEX triplet: 09, 33 and 86. RGB value is (9,51,134). Sum of RGB (Red+Green+Blue) = 9+51+134=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #093386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093386 is #F6CC79. Grayscale: #2F2F2F. Windows color (decimal): -16174202 or 8794889. OLE color: 8794889.
HSL color Cylindrical-coordinate representation of color #093386: hue angle of 219.84º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093386 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 51 | 134 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.47 |
| HSL | 219.84º | 0.87% | 0.28% | - |
| HSV(B) | 219.84º | 0.93% | 0.53% | - |
| XYZ | 5.6 | 4.15 | 23.06 | - |
| YUV | 47.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 134 | 0.93 | 0.62 | 0 | 0.47 | 219.84 | 0.87 | 0.28 |
| Hex | 9 | 33 | 86 | 5D | 3E | 0 | 2F | DC | 57 | 1C |
| Octal | 11 | 63 | 206 | 135 | 76 | 0 | 57 | 334 | 127 | 34 |
| Binary | 1001 | 110011 | 10000110 | 1011101 | 111110 | 0 | 101111 | 11011100 | 1010111 | 11100 |
Color Harmonies of #093386
Complementary color
Monochromatic Colors of #093386
Black with #093386
Text Example
Text Example
White with #093386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093386; }
p { color: rgb(9,51,134); }
H1.HeaderClassName
{
color: #093386;
}
.AnyTagClassName
{
color: #093386;
}
</style>
background-color css
<style>
a { background-color: #093386; }
a { background-color: rgb(9,51,134); }
div.DivClassName
{
background-color: #093386;
}
.BgClassName
{
background-color: #093386;
}
</style>
border-color css
<style>
span { border-color: #093386; }
span { border-color: rgb(9,51,134); }
td.TdClassName
{
border-color: #093386;
}
.TagClassName
{
border-color: #093386;
}
</style>