Shades of Smalt #093D9A
Tints of Smalt #093D9A
RGB
CMYK
RGB Variations
Color information
#093D9A (or 0x093D9A) is known color: Smalt. HEX triplet: 09, 3D and 9A. RGB value is (9,61,154). Sum of RGB (Red+Green+Blue) = 9+61+154=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #093D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D9A is #F6C265. Grayscale: #373737. Windows color (decimal): -16171622 or 10108169. OLE color: 10108169.
HSL color Cylindrical-coordinate representation of color #093D9A: hue angle of 218.48º 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 #093D9A is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 61 | 154 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.40 |
| HSL | 218.48º | 0.89% | 0.32% | - |
| HSV(B) | 218.48º | 0.94% | 0.6% | - |
| XYZ | 7.61 | 5.73 | 31.28 | - |
| YUV | 56.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 154 | 0.94 | 0.60 | 0 | 0.40 | 218.48 | 0.89 | 0.32 |
| Hex | 9 | 3D | 9A | 5E | 3C | 0 | 28 | DA | 59 | 20 |
| Octal | 11 | 75 | 232 | 136 | 74 | 0 | 50 | 332 | 131 | 40 |
| Binary | 1001 | 111101 | 10011010 | 1011110 | 111100 | 0 | 101000 | 11011010 | 1011001 | 100000 |
Color Harmonies of #093D9A
Complementary color
Monochromatic Colors of #093D9A
Black with #093D9A
Text Example
Text Example
White with #093D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D9A; }
p { color: rgb(9,61,154); }
H1.HeaderClassName
{
color: #093D9A;
}
.AnyTagClassName
{
color: #093D9A;
}
</style>
background-color css
<style>
a { background-color: #093D9A; }
a { background-color: rgb(9,61,154); }
div.DivClassName
{
background-color: #093D9A;
}
.BgClassName
{
background-color: #093D9A;
}
</style>
border-color css
<style>
span { border-color: #093D9A; }
span { border-color: rgb(9,61,154); }
td.TdClassName
{
border-color: #093D9A;
}
.TagClassName
{
border-color: #093D9A;
}
</style>