Shades of Smalt #093990
Tints of Smalt #093990
RGB
CMYK
RGB Variations
Color information
#093990 (or 0x093990) is known color: Smalt. HEX triplet: 09, 39 and 90. RGB value is (9,57,144). Sum of RGB (Red+Green+Blue) = 9+57+144=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #093990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093990 is #F6C66F. Grayscale: #343434. Windows color (decimal): -16172656 or 9451785. OLE color: 9451785.
HSL color Cylindrical-coordinate representation of color #093990: hue angle of 218.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093990 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 57 | 144 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.44 |
| HSL | 218.67º | 0.88% | 0.3% | - |
| HSV(B) | 218.67º | 0.94% | 0.56% | - |
| XYZ | 6.61 | 5 | 27 | - |
| YUV | 52.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 144 | 0.94 | 0.60 | 0 | 0.44 | 218.67 | 0.88 | 0.3 |
| Hex | 9 | 39 | 90 | 5E | 3C | 0 | 2C | DB | 58 | 1E |
| Octal | 11 | 71 | 220 | 136 | 74 | 0 | 54 | 333 | 130 | 36 |
| Binary | 1001 | 111001 | 10010000 | 1011110 | 111100 | 0 | 101100 | 11011011 | 1011000 | 11110 |
Color Harmonies of #093990
Complementary color
Monochromatic Colors of #093990
Black with #093990
Text Example
Text Example
White with #093990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093990; }
p { color: rgb(9,57,144); }
H1.HeaderClassName
{
color: #093990;
}
.AnyTagClassName
{
color: #093990;
}
</style>
background-color css
<style>
a { background-color: #093990; }
a { background-color: rgb(9,57,144); }
div.DivClassName
{
background-color: #093990;
}
.BgClassName
{
background-color: #093990;
}
</style>
border-color css
<style>
span { border-color: #093990; }
span { border-color: rgb(9,57,144); }
td.TdClassName
{
border-color: #093990;
}
.TagClassName
{
border-color: #093990;
}
</style>