Shades of Smalt #093F9A
Tints of Smalt #093F9A
RGB
CMYK
RGB Variations
Color information
#093F9A (or 0x093F9A) is known color: Smalt. HEX triplet: 09, 3F and 9A. RGB value is (9,63,154). Sum of RGB (Red+Green+Blue) = 9+63+154=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #093F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F9A is #F6C065. Grayscale: #383838. Windows color (decimal): -16171110 or 10108681. OLE color: 10108681.
HSL color Cylindrical-coordinate representation of color #093F9A: hue angle of 217.66º 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 #093F9A is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 63 | 154 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.40 |
| HSL | 217.66º | 0.89% | 0.32% | - |
| HSV(B) | 217.66º | 0.94% | 0.6% | - |
| XYZ | 7.72 | 5.95 | 31.31 | - |
| YUV | 57.23 | 182.61 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 154 | 0.94 | 0.59 | 0 | 0.40 | 217.66 | 0.89 | 0.32 |
| Hex | 9 | 3F | 9A | 5E | 3B | 0 | 28 | DA | 59 | 20 |
| Octal | 11 | 77 | 232 | 136 | 73 | 0 | 50 | 332 | 131 | 40 |
| Binary | 1001 | 111111 | 10011010 | 1011110 | 111011 | 0 | 101000 | 11011010 | 1011001 | 100000 |
Color Harmonies of #093F9A
Complementary color
Monochromatic Colors of #093F9A
Black with #093F9A
Text Example
Text Example
White with #093F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F9A; }
p { color: rgb(9,63,154); }
H1.HeaderClassName
{
color: #093F9A;
}
.AnyTagClassName
{
color: #093F9A;
}
</style>
background-color css
<style>
a { background-color: #093F9A; }
a { background-color: rgb(9,63,154); }
div.DivClassName
{
background-color: #093F9A;
}
.BgClassName
{
background-color: #093F9A;
}
</style>
border-color css
<style>
span { border-color: #093F9A; }
span { border-color: rgb(9,63,154); }
td.TdClassName
{
border-color: #093F9A;
}
.TagClassName
{
border-color: #093F9A;
}
</style>