Shades of Smalt #093998
Tints of Smalt #093998
RGB
CMYK
RGB Variations
Color information
#093998 (or 0x093998) is known color: Smalt. HEX triplet: 09, 39 and 98. RGB value is (9,57,152). Sum of RGB (Red+Green+Blue) = 9+57+152=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #093998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093998 is #F6C667. Grayscale: #353535. Windows color (decimal): -16172648 or 9976073. OLE color: 9976073.
HSL color Cylindrical-coordinate representation of color #093998: hue angle of 219.86º 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 #093998 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 57 | 152 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.40 |
| HSL | 219.86º | 0.89% | 0.32% | - |
| HSV(B) | 219.86º | 0.94% | 0.6% | - |
| XYZ | 7.24 | 5.25 | 30.34 | - |
| YUV | 53.48 | 183.6 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 152 | 0.94 | 0.62 | 0 | 0.40 | 219.86 | 0.89 | 0.32 |
| Hex | 9 | 39 | 98 | 5E | 3E | 0 | 28 | DC | 59 | 20 |
| Octal | 11 | 71 | 230 | 136 | 76 | 0 | 50 | 334 | 131 | 40 |
| Binary | 1001 | 111001 | 10011000 | 1011110 | 111110 | 0 | 101000 | 11011100 | 1011001 | 100000 |
Color Harmonies of #093998
Complementary color
Monochromatic Colors of #093998
Black with #093998
Text Example
Text Example
White with #093998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093998; }
p { color: rgb(9,57,152); }
H1.HeaderClassName
{
color: #093998;
}
.AnyTagClassName
{
color: #093998;
}
</style>
background-color css
<style>
a { background-color: #093998; }
a { background-color: rgb(9,57,152); }
div.DivClassName
{
background-color: #093998;
}
.BgClassName
{
background-color: #093998;
}
</style>
border-color css
<style>
span { border-color: #093998; }
span { border-color: rgb(9,57,152); }
td.TdClassName
{
border-color: #093998;
}
.TagClassName
{
border-color: #093998;
}
</style>