Shades of Smalt #09208F
Tints of Smalt #09208F
RGB
CMYK
RGB Variations
Color information
#09208F (or 0x09208F) is known color: Smalt. HEX triplet: 09, 20 and 8F. RGB value is (9,32,143). Sum of RGB (Red+Green+Blue) = 9+32+143=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #09208F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09208F is #F6DF70. Grayscale: #252525. Windows color (decimal): -16179057 or 9379849. OLE color: 9379849.
HSL color Cylindrical-coordinate representation of color #09208F: hue angle of 229.7º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09208F is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 32 | 143 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.44 |
| HSL | 229.7º | 0.88% | 0.3% | - |
| HSV(B) | 229.7º | 0.94% | 0.56% | - |
| XYZ | 5.59 | 3.07 | 26.29 | - |
| YUV | 37.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 143 | 0.94 | 0.78 | 0 | 0.44 | 229.7 | 0.88 | 0.3 |
| Hex | 9 | 20 | 8F | 5E | 4E | 0 | 2C | E6 | 58 | 1E |
| Octal | 11 | 40 | 217 | 136 | 116 | 0 | 54 | 346 | 130 | 36 |
| Binary | 1001 | 100000 | 10001111 | 1011110 | 1001110 | 0 | 101100 | 11100110 | 1011000 | 11110 |
Color Harmonies of #09208F
Complementary color
Monochromatic Colors of #09208F
Black with #09208F
Text Example
Text Example
White with #09208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09208F; }
p { color: rgb(9,32,143); }
H1.HeaderClassName
{
color: #09208F;
}
.AnyTagClassName
{
color: #09208F;
}
</style>
background-color css
<style>
a { background-color: #09208F; }
a { background-color: rgb(9,32,143); }
div.DivClassName
{
background-color: #09208F;
}
.BgClassName
{
background-color: #09208F;
}
</style>
border-color css
<style>
span { border-color: #09208F; }
span { border-color: rgb(9,32,143); }
td.TdClassName
{
border-color: #09208F;
}
.TagClassName
{
border-color: #09208F;
}
</style>