Shades of Smalt #09208B
Tints of Smalt #09208B
RGB
CMYK
RGB Variations
Color information
#09208B (or 0x09208B) is known color: Smalt. HEX triplet: 09, 20 and 8B. RGB value is (9,32,139). Sum of RGB (Red+Green+Blue) = 9+32+139=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #09208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09208B is #F6DF74. Grayscale: #242424. Windows color (decimal): -16179061 or 9117705. OLE color: 9117705.
HSL color Cylindrical-coordinate representation of color #09208B: hue angle of 229.38º 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 #09208B is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 32 | 139 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.45 |
| HSL | 229.38º | 0.88% | 0.29% | - |
| HSV(B) | 229.38º | 0.94% | 0.55% | - |
| XYZ | 5.29 | 2.96 | 24.72 | - |
| YUV | 37.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 139 | 0.94 | 0.77 | 0 | 0.45 | 229.38 | 0.88 | 0.29 |
| Hex | 9 | 20 | 8B | 5E | 4D | 0 | 2D | E5 | 58 | 1D |
| Octal | 11 | 40 | 213 | 136 | 115 | 0 | 55 | 345 | 130 | 35 |
| Binary | 1001 | 100000 | 10001011 | 1011110 | 1001101 | 0 | 101101 | 11100101 | 1011000 | 11101 |
Color Harmonies of #09208B
Complementary color
Monochromatic Colors of #09208B
Black with #09208B
Text Example
Text Example
White with #09208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09208B; }
p { color: rgb(9,32,139); }
H1.HeaderClassName
{
color: #09208B;
}
.AnyTagClassName
{
color: #09208B;
}
</style>
background-color css
<style>
a { background-color: #09208B; }
a { background-color: rgb(9,32,139); }
div.DivClassName
{
background-color: #09208B;
}
.BgClassName
{
background-color: #09208B;
}
</style>
border-color css
<style>
span { border-color: #09208B; }
span { border-color: rgb(9,32,139); }
td.TdClassName
{
border-color: #09208B;
}
.TagClassName
{
border-color: #09208B;
}
</style>