Shades of Smalt #093898
Tints of Smalt #093898
RGB
CMYK
RGB Variations
Color information
#093898 (or 0x093898) is known color: Smalt. HEX triplet: 09, 38 and 98. RGB value is (9,56,152). Sum of RGB (Red+Green+Blue) = 9+56+152=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #093898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093898 is #F6C767. Grayscale: #343434. Windows color (decimal): -16172904 or 9975817. OLE color: 9975817.
HSL color Cylindrical-coordinate representation of color #093898: hue angle of 220.28º 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 #093898 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 56 | 152 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.40 |
| HSL | 220.28º | 0.89% | 0.32% | - |
| HSV(B) | 220.28º | 0.94% | 0.6% | - |
| XYZ | 7.19 | 5.15 | 30.32 | - |
| YUV | 52.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 152 | 0.94 | 0.63 | 0 | 0.40 | 220.28 | 0.89 | 0.32 |
| Hex | 9 | 38 | 98 | 5E | 3F | 0 | 28 | DC | 59 | 20 |
| Octal | 11 | 70 | 230 | 136 | 77 | 0 | 50 | 334 | 131 | 40 |
| Binary | 1001 | 111000 | 10011000 | 1011110 | 111111 | 0 | 101000 | 11011100 | 1011001 | 100000 |
Color Harmonies of #093898
Complementary color
Monochromatic Colors of #093898
Black with #093898
Text Example
Text Example
White with #093898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093898; }
p { color: rgb(9,56,152); }
H1.HeaderClassName
{
color: #093898;
}
.AnyTagClassName
{
color: #093898;
}
</style>
background-color css
<style>
a { background-color: #093898; }
a { background-color: rgb(9,56,152); }
div.DivClassName
{
background-color: #093898;
}
.BgClassName
{
background-color: #093898;
}
</style>
border-color css
<style>
span { border-color: #093898; }
span { border-color: rgb(9,56,152); }
td.TdClassName
{
border-color: #093898;
}
.TagClassName
{
border-color: #093898;
}
</style>