Shades of Smalt #09218B
Tints of Smalt #09218B
RGB
CMYK
RGB Variations
Color information
#09218B (or 0x09218B) is known color: Smalt. HEX triplet: 09, 21 and 8B. RGB value is (9,33,139). Sum of RGB (Red+Green+Blue) = 9+33+139=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #09218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09218B is #F6DE74. Grayscale: #252525. Windows color (decimal): -16178805 or 9117961. OLE color: 9117961.
HSL color Cylindrical-coordinate representation of color #09218B: hue angle of 228.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09218B is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 33 | 139 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.45 |
| HSL | 228.92º | 0.88% | 0.29% | - |
| HSV(B) | 228.92º | 0.94% | 0.55% | - |
| XYZ | 5.32 | 3.01 | 24.73 | - |
| YUV | 37.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 139 | 0.94 | 0.76 | 0 | 0.45 | 228.92 | 0.88 | 0.29 |
| Hex | 9 | 21 | 8B | 5E | 4C | 0 | 2D | E5 | 58 | 1D |
| Octal | 11 | 41 | 213 | 136 | 114 | 0 | 55 | 345 | 130 | 35 |
| Binary | 1001 | 100001 | 10001011 | 1011110 | 1001100 | 0 | 101101 | 11100101 | 1011000 | 11101 |
Color Harmonies of #09218B
Complementary color
Monochromatic Colors of #09218B
Black with #09218B
Text Example
Text Example
White with #09218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09218B; }
p { color: rgb(9,33,139); }
H1.HeaderClassName
{
color: #09218B;
}
.AnyTagClassName
{
color: #09218B;
}
</style>
background-color css
<style>
a { background-color: #09218B; }
a { background-color: rgb(9,33,139); }
div.DivClassName
{
background-color: #09218B;
}
.BgClassName
{
background-color: #09218B;
}
</style>
border-color css
<style>
span { border-color: #09218B; }
span { border-color: rgb(9,33,139); }
td.TdClassName
{
border-color: #09218B;
}
.TagClassName
{
border-color: #09218B;
}
</style>