Shades of Smalt #093F9B
Tints of Smalt #093F9B
RGB
CMYK
RGB Variations
Color information
#093F9B (or 0x093F9B) is known color: Smalt. HEX triplet: 09, 3F and 9B. RGB value is (9,63,155). Sum of RGB (Red+Green+Blue) = 9+63+155=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #093F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F9B is #F6C064. Grayscale: #383838. Windows color (decimal): -16171109 or 10174217. OLE color: 10174217.
HSL color Cylindrical-coordinate representation of color #093F9B: hue angle of 217.81º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093F9B is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 63 | 155 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.39 |
| HSL | 217.81º | 0.89% | 0.32% | - |
| HSV(B) | 217.81º | 0.94% | 0.61% | - |
| XYZ | 7.81 | 5.98 | 31.75 | - |
| YUV | 57.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 155 | 0.94 | 0.59 | 0 | 0.39 | 217.81 | 0.89 | 0.32 |
| Hex | 9 | 3F | 9B | 5E | 3B | 0 | 27 | DA | 59 | 20 |
| Octal | 11 | 77 | 233 | 136 | 73 | 0 | 47 | 332 | 131 | 40 |
| Binary | 1001 | 111111 | 10011011 | 1011110 | 111011 | 0 | 100111 | 11011010 | 1011001 | 100000 |
Color Harmonies of #093F9B
Complementary color
Monochromatic Colors of #093F9B
Black with #093F9B
Text Example
Text Example
White with #093F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F9B; }
p { color: rgb(9,63,155); }
H1.HeaderClassName
{
color: #093F9B;
}
.AnyTagClassName
{
color: #093F9B;
}
</style>
background-color css
<style>
a { background-color: #093F9B; }
a { background-color: rgb(9,63,155); }
div.DivClassName
{
background-color: #093F9B;
}
.BgClassName
{
background-color: #093F9B;
}
</style>
border-color css
<style>
span { border-color: #093F9B; }
span { border-color: rgb(9,63,155); }
td.TdClassName
{
border-color: #093F9B;
}
.TagClassName
{
border-color: #093F9B;
}
</style>