Shades of Smalt #093F90
Tints of Smalt #093F90
RGB
CMYK
RGB Variations
Color information
#093F90 (or 0x093F90) is known color: Smalt. HEX triplet: 09, 3F and 90. RGB value is (9,63,144). Sum of RGB (Red+Green+Blue) = 9+63+144=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #093F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F90 is #F6C06F. Grayscale: #373737. Windows color (decimal): -16171120 or 9453321. OLE color: 9453321.
HSL color Cylindrical-coordinate representation of color #093F90: hue angle of 216º 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 #093F90 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 63 | 144 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.44 |
| HSL | 216º | 0.88% | 0.3% | - |
| HSV(B) | 216º | 0.94% | 0.56% | - |
| XYZ | 6.92 | 5.63 | 27.11 | - |
| YUV | 56.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 144 | 0.94 | 0.56 | 0 | 0.44 | 216 | 0.88 | 0.3 |
| Hex | 9 | 3F | 90 | 5E | 38 | 0 | 2C | D8 | 58 | 1E |
| Octal | 11 | 77 | 220 | 136 | 70 | 0 | 54 | 330 | 130 | 36 |
| Binary | 1001 | 111111 | 10010000 | 1011110 | 111000 | 0 | 101100 | 11011000 | 1011000 | 11110 |
Color Harmonies of #093F90
Complementary color
Monochromatic Colors of #093F90
Black with #093F90
Text Example
Text Example
White with #093F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F90; }
p { color: rgb(9,63,144); }
H1.HeaderClassName
{
color: #093F90;
}
.AnyTagClassName
{
color: #093F90;
}
</style>
background-color css
<style>
a { background-color: #093F90; }
a { background-color: rgb(9,63,144); }
div.DivClassName
{
background-color: #093F90;
}
.BgClassName
{
background-color: #093F90;
}
</style>
border-color css
<style>
span { border-color: #093F90; }
span { border-color: rgb(9,63,144); }
td.TdClassName
{
border-color: #093F90;
}
.TagClassName
{
border-color: #093F90;
}
</style>